Cleanup creature picture

This commit is contained in:
2021-09-04 14:53:05 +01:00
parent 1ab3f1773c
commit 215a3dda36
13 changed files with 318 additions and 307 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
module Dodge.Initialisation where
import Dodge.Default.World
import Dodge.Data
import Dodge.Data.Menu
import Dodge.Creature
--import Dodge.Base
import Dodge.Floor
@@ -49,7 +48,7 @@ initialWorld = defaultWorld
, _sounds = M.empty
, _decorations = IM.empty
, _storedLevel = Nothing
, _menuLayers = [TerminalMessage 300 rezText']
, _menuLayers = [TerminalScreen 300 rezText']
, _worldState = M.empty
}
testStringInit :: World -> [String]