Simplify props (should they be removed?)

This commit is contained in:
2025-11-09 11:59:59 +00:00
parent dd4ac80159
commit 397980a83f
4 changed files with 0 additions and 65 deletions
-14
View File
@@ -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
}