Make shots faster and lighter

This commit is contained in:
2025-10-19 17:53:07 +01:00
parent f8a8edaa46
commit cc5c118582

4
game.c
View File

@@ -25,9 +25,9 @@
#define LIN_PWR 0.00005
#define ROT_PWR 0.002
#define SHOT_VEL 0.015
#define SHOT_VEL 0.03
#define SHOT_COLLIDE_R 0.015
#define SHOT_MASS 0.0005
#define SHOT_MASS 0.00025
#define ARROW_SCALE 0.0125
#define ARROW_WIDTH 4