This commit is contained in:
2026-02-20 16:16:57 +01:00
parent 9bab6d8885
commit 24b84a73e7
19 changed files with 279 additions and 15 deletions

2
src/constants.ts Normal file
View File

@@ -0,0 +1,2 @@
export const WOBBLE_ANGLE = 5;
export const SPEED = 3;