Make strings dynamically generated.

This commit is contained in:
2022-01-04 22:36:00 -08:00
parent 1cd4f76f50
commit d05252045a
10 changed files with 54 additions and 52 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

+5
View File
@@ -0,0 +1,5 @@
const GAME_STRINGS = {
'HELLO': 'Hello World!\nHow are you today?'
};
module.exports = { GAME_STRINGS };