alignment
This commit is contained in:
parent
d5b2729b2a
commit
a1abb9f379
1 changed files with 2 additions and 2 deletions
|
@ -56,10 +56,10 @@ data Entity f = Entity
|
|||
, mmpos :: Component f 'Field (V2 Double)
|
||||
, gridPos :: Component f 'Field (V2 Int)
|
||||
, vel :: Component f 'Field (V2 Double)
|
||||
, mmvel :: Component f 'Field (V2 Double)
|
||||
, mmvel :: Component f 'Field (V2 Double)
|
||||
, velFact :: Component f 'Field Double
|
||||
, rot :: Component f 'Field Direction
|
||||
, mmrot :: Component f 'Field Direction
|
||||
, mmrot :: Component f 'Field Direction
|
||||
, obstacle :: Component f 'Field (Boundaries Double)
|
||||
, player :: Component f 'Unique ()
|
||||
, npcMoveState :: Component f 'Field NPCMoveState
|
||||
|
|
Loading…
Reference in a new issue