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 ccb1423 commit 3a30a0eCopy full SHA for 3a30a0e
src/index.ts
@@ -30,6 +30,8 @@ export { Camera } from './Systems/camera';
30
export { Menu, MenuTitle, MenuOption } from './Systems/Menu/Menu';
31
// export { MenuWindow } from './Systems/Menu/MenuWindow';
32
33
+export { Importer } from './importer';
34
+
35
// Misc Base Objects
36
export { BSPTree } from './util';
37
export { Tile } from './tile';
src/world.json
@@ -29,7 +29,7 @@
29
"tile": {
"ascii": "@",
"fg": "red",
- "bg": "white"
+ "bg": "black"
}
},
0 commit comments