Tweak energyballs

This commit is contained in:
2025-06-09 08:40:47 +01:00
parent 3dce133f30
commit 5d8b493636
9 changed files with 12 additions and 126 deletions
-5
View File
@@ -37,7 +37,6 @@ import Dodge.LinearShockwave.Update
import Dodge.Machine.Update
import Dodge.Menu
import Dodge.ModificationEffect
import Dodge.PosEvent
import Dodge.PressPlate
import Dodge.Projectile.Update
import Dodge.Prop.Update
@@ -266,7 +265,6 @@ functionalUpdate u =
(doModificationEffect . _mdUpdate))
. over uvWorld updateSparks
. over uvWorld updateRadarSweeps
. over uvWorld updatePosEvents
. over uvWorld updateFlames
. over uvWorld updateShockwaves
. over uvWorld updateEnergyBalls
@@ -604,9 +602,6 @@ updateRadarSweeps = updateObjCatMaybes radarSweeps updateRadarSweep
updateSparks :: World -> World
updateSparks = updateObjCatMaybes sparks updateSpark
updatePosEvents :: World -> World
updatePosEvents = updateObjCatMaybes posEvents updatePosEvent
updateClouds :: World -> World
updateClouds = updateObjCatMaybes clouds updateCloud