Simplify bullets

This commit is contained in:
2024-12-24 13:59:06 +00:00
parent 15317882e6
commit 37da73bf6d
7 changed files with 70 additions and 70 deletions
+2 -2
View File
@@ -12,13 +12,13 @@ defaultBullet =
Bullet
{ _buEffect = DestroyBullet
, _buPayload = BulSpark
, _buTrajectory = BasicBulletTrajectory
-- , _buTrajectory = BasicBulletTrajectory
, _buVel = V2 50 0
, _buDrag = 1
, _buPos = 0
, _buOldPos = 0
, _buWidth = 2
, _buTimer = 100
-- , _buTimer = 100
, _buDamages = basicBulDams
}