Add basic booster
This commit is contained in:
@@ -46,7 +46,7 @@ data KeyConfigSDL = KeyConfigSDL
|
||||
rotateCameraMinusKey :: SDL.Scancode,
|
||||
zoomInKey :: SDL.Scancode,
|
||||
zoomOutKey :: SDL.Scancode,
|
||||
newKey :: SDL.Scancode
|
||||
newMapKey :: SDL.Scancode
|
||||
}
|
||||
deriving (Generic, Show)
|
||||
|
||||
@@ -68,7 +68,7 @@ defaultKeyConfigSDL =
|
||||
rotateCameraMinusKey = SDL.ScancodeE,
|
||||
zoomInKey = SDL.ScancodeJ,
|
||||
zoomOutKey = SDL.ScancodeK,
|
||||
newKey = SDL.ScancodeN
|
||||
newMapKey = SDL.ScancodeN
|
||||
}
|
||||
|
||||
--instance ToJSON KeyConfig where
|
||||
|
||||
Reference in New Issue
Block a user