Simplify props (should they be removed?)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
module Dodge.Default.Prop where
|
||||
|
||||
import Dodge.Data.Prop
|
||||
import Geometry
|
||||
|
||||
defaultProp :: Prop
|
||||
defaultProp =
|
||||
ShapeProp
|
||||
{ _prPos = V2 0 0
|
||||
, _prDraw = mempty
|
||||
, _prID = 0
|
||||
, _prUpdate = PropUpdateId
|
||||
, _prRot = 0
|
||||
}
|
||||
Reference in New Issue
Block a user