We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29654f commit 9ba3072Copy full SHA for 9ba3072
src/Systems/renderer.ts
@@ -2,7 +2,7 @@ import { Actor } from "../Actors/Actor";
2
import { Tile } from "../tile";
3
import { GameObject } from "../GameObject";
4
import { Window } from "./window";
5
-import { Room } from "../Rooms/room";
+import { Room } from "../Rooms/Room";
6
import { Floor } from "../Rooms/Environment";
7
import { Camera } from "./camera";
8
import { Menu, MenuInfo } from "./Menu/Menu";
@@ -273,4 +273,4 @@ export class Renderer {
273
return x.toString() + 'px';
274
}
275
276
-}
+}
0 commit comments