diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-07-25 13:14:13 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-07-25 13:14:13 -0700 |
| commit | 9cb28a5475ca971e404e10e79e5c7d03da9ad91e (patch) | |
| tree | 69bcafcce20a13781425b7fff10f679e7afa24da /static/games/rms/state.js | |
| parent | Move stallman-shooter to rms (diff) | |
| download | roseh.moe-9cb28a5475ca971e404e10e79e5c7d03da9ad91e.tar.zst | |
Rename stallman-shooter to RMS shooter
Diffstat (limited to 'static/games/rms/state.js')
| -rw-r--r-- | static/games/rms/state.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/games/rms/state.js b/static/games/rms/state.js index f184c3e..0ec0586 100644 --- a/static/games/rms/state.js +++ b/static/games/rms/state.js @@ -1,6 +1,6 @@ -import * as player from '/static/games/stallman-shooter/player.js'; -import * as gates from '/static/games/stallman-shooter/gates.js'; -import * as constants from '/static/games/stallman-shooter/constants.js'; +import * as player from '/static/games/rms/player.js'; +import * as gates from '/static/games/rms/gates.js'; +import * as constants from '/static/games/rms/constants.js'; export function straight_bullet_act(straight_bullet) { const x = straight_bullet.x; |
