Add file
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module Dodge.Creature.Update where
|
||||
import Dodge.Data
|
||||
import Dodge.Creature.State
|
||||
import Dodge.Creature.Impulse
|
||||
import Dodge.Creature.ChainUpdates
|
||||
|
||||
defaultImpulsive :: [World -> Creature -> Creature]
|
||||
-> Creature -> World -> World
|
||||
defaultImpulsive = stateUpdate' . impulsiveAI' . chainCreatureUpdates
|
||||
Reference in New Issue
Block a user