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

5 lines
107 B
JavaScript

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