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
-15
View File
@@ -1,15 +0,0 @@
{-# LANGUAGE StrictData #-}
module Dodge.Data.Menu
where
data MenuLayer
= LevelMenu Int
| PauseMenu
| GameOverMenu
| OptionMenu
| SoundOptionMenu
| GraphicsOptionMenu
| ControlList
| WaitMessage String Int
| Terminal String
| TerminalMessage Int [(Int,String)]
deriving (Eq,Ord)