alignment

This commit is contained in:
nek0 2018-07-02 18:42:59 +02:00
parent d5b2729b2a
commit a1abb9f379

View file

@ -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