diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2025-06-28 18:41:15 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2025-06-28 18:41:15 -0700 |
commit | ffcdb8b126c5267040ddc8f0304b153fa88755e5 (patch) | |
tree | 2b4dc37b743c12b6175022d68472974f2bcd831b /src/game/const.ts |
local play, some physics
Diffstat (limited to 'src/game/const.ts')
-rw-r--r-- | src/game/const.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/const.ts b/src/game/const.ts new file mode 100644 index 0000000..8210768 --- /dev/null +++ b/src/game/const.ts @@ -0,0 +1 @@ +export const VELOCITY_SCALING_FACTOR = 1 / 10; |