Continue shape rendering improvements
This commit is contained in:
+2
-2
@@ -27,7 +27,6 @@ import Data.Preload
|
||||
import Picture.Data
|
||||
import ShapePicture
|
||||
import Geometry.Data
|
||||
import Polyhedra.Data
|
||||
import Sound.Data
|
||||
import qualified DoubleStack as DS
|
||||
import Dodge.GameRoom
|
||||
@@ -76,7 +75,8 @@ data World = World
|
||||
, _playingSounds :: M.Map SoundOrigin Sound
|
||||
, _decorations :: IM.IntMap Picture
|
||||
, _foregroundShape :: Shape
|
||||
, _foregroundDecorations :: [Polyhedra]
|
||||
--, _foregroundDecorations :: [Polyhedra]
|
||||
, _foregroundDecorations :: Shape
|
||||
, _foregroundEdgeVerx :: [Point3]
|
||||
, _corpses :: Zone [Corpse]
|
||||
, _clickMousePos :: !Point2
|
||||
|
||||
Reference in New Issue
Block a user