This repository has been archived on 2024-11-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Dawn-GB/assets/strings.js
2022-01-06 09:22:49 -08:00

5 lines
119 B
JavaScript

const GAME_STRINGS = {
'HELLO': 'Hello World!\nHow are you today?\nThank god!'
};
module.exports = { GAME_STRINGS };