diff options
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; |
