This commit is contained in:
2024-12-27 22:32:56 +00:00
parent 3b19e7e530
commit 9168acf12e
5 changed files with 123 additions and 107 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ data Projectile
= Shell
{ _prjPos :: Point2
, _prjVel :: Point2
, _prjAcc :: Point2
-- , _prjAcc :: Point2
, _prjDir :: Float
, _prjSpin :: Float
, _prjDraw :: ProjectileDraw