Refactor projectiles

This commit is contained in:
2022-07-20 09:55:07 +01:00
parent 9daf872878
commit 330a81a955
14 changed files with 196 additions and 200 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
--{-# LANGUAGE StrictData #-}
module Dodge.Data.Ammo where
data ProjectileDraw = DrawShell | DrawRemoteShell
data ProjectileDraw = DrawShell | DrawRemoteShell | DrawDrone | DrawBlankProjectile
data ProjectileCreate = CreateShell
data ProjectileUpdate = LaunchPJ | SpinPJ | ThrustPJ | FloatPJ