aboutsummaryrefslogtreecommitdiff
path: root/src/Game/State.hs
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-05-17 12:39:14 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-05-17 12:39:14 +0100
commit74298ef8ff9c3730d56b123e59b14ee0b8778772 (patch)
tree3789a8d6df93013bdbee3604b320e074169b2ca8 /src/Game/State.hs
parente44005c482d86aa30739ac97ad11e2c7c0fd0238 (diff)
downloadspace-plat-hs-74298ef8ff9c3730d56b123e59b14ee0b8778772.tar.gz
space-plat-hs-74298ef8ff9c3730d56b123e59b14ee0b8778772.zip
formattingHEADmain
Diffstat (limited to 'src/Game/State.hs')
-rw-r--r--src/Game/State.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Game/State.hs b/src/Game/State.hs
index 5c9de0b..dd50f88 100644
--- a/src/Game/State.hs
+++ b/src/Game/State.hs
@@ -1,7 +1,7 @@
module Game.State (State (..), initialState, levelState, maxLives, PlayState (..)) where
import Game.Entities.Const (hitDelay)
-import qualified Game.Map as M
+import Game.Map qualified as M
maxLives :: Int
maxLives = 4