Push preloaddata into the universe

This commit is contained in:
2021-11-28 12:01:06 +00:00
parent 2fd2929bdf
commit 98e0ea971a
5 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ import Dodge.Bounds
--import Picture
import Geometry.Data
--import Picture.Texture
import Data.Preload
--import Data.Preload
import System.Random
import qualified Data.IntMap.Strict as IM
@@ -80,7 +80,7 @@ defaultWorld = World
, _foregroundShape = mempty
, _distortions = []
, _gameRooms = []
, _preloadData = DummyPdata -- hack TODO remove this
-- , _preloadData = DummyPdata -- hack TODO remove this
, _frameClock = 0
, _worldBounds = defaultBounds
, _rewindWorlds = []