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