Add text messages on loading screens
This commit is contained in:
@@ -8,9 +8,7 @@ import qualified IntMapHelp as IM
|
||||
import Dodge.SpawnAt
|
||||
|
||||
splashScreen :: World
|
||||
splashScreen =
|
||||
defaultWorld
|
||||
& cWorld . lWorld . creatures .~ IM.fromList [(0, startCr)]
|
||||
splashScreen = defaultWorld & cWorld . lWorld . creatures .~ IM.fromList [(0, startCr)]
|
||||
|
||||
initialWorld :: World
|
||||
initialWorld = respawn defaultWorld
|
||||
|
||||
Reference in New Issue
Block a user