diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-07-25 13:12:01 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-07-25 13:12:01 -0700 |
| commit | 8ae0ffadb9d33abf150f3a7ead662415b2e3dd4e (patch) | |
| tree | 6e06c1569aa5807b3c0d057bec4e71461183c576 /static/games/rms/constants.js | |
| parent | Port a game I wrote a long time ago to JS (diff) | |
| download | roseh.moe-8ae0ffadb9d33abf150f3a7ead662415b2e3dd4e.tar.zst | |
Move stallman-shooter to rms
Diffstat (limited to 'static/games/rms/constants.js')
| -rw-r--r-- | static/games/rms/constants.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/games/rms/constants.js b/static/games/rms/constants.js new file mode 100644 index 0000000..dc856d4 --- /dev/null +++ b/static/games/rms/constants.js @@ -0,0 +1,2 @@ +export const x_dim = 800; +export const y_dim = 600; |
