Commit before removing single foregroundShape

This commit is contained in:
2022-06-26 14:35:54 +01:00
parent c3f9dad233
commit 7778fb0403
+1
View File
@@ -9,6 +9,7 @@ data ForegroundShape = ForegroundShape
{ _fsID :: Int
, _fsPos :: Point2
, _fsDir :: Float
, _fsRad :: Float
, _fsSPic :: SPic
}
deriving (Eq,Show,Ord)