Make creature update an external function
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module Dodge.Turretoid where
|
||||
import Dodge.Data
|
||||
import Dodge.Creature.State
|
||||
import Dodge.Creature.Impulse
|
||||
|
||||
updateTurretoid :: Creature -> World -> World
|
||||
updateTurretoid = stateUpdate followThenClearImpulses
|
||||
Reference in New Issue
Block a user