Make strings dynamically generated.
This commit is contained in:
BIN
assets/images/border.png
Normal file
BIN
assets/images/border.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 175 B |
BIN
assets/images/font.png
Normal file
BIN
assets/images/font.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 737 B |
BIN
assets/images/sm.png
Normal file
BIN
assets/images/sm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/images/tileset.png
Normal file
BIN
assets/images/tileset.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 119 B |
5
assets/strings.js
Normal file
5
assets/strings.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const GAME_STRINGS = {
|
||||
'HELLO': 'Hello World!\nHow are you today?'
|
||||
};
|
||||
|
||||
module.exports = { GAME_STRINGS };
|
||||
Reference in New Issue
Block a user