elmman/src/GLOBALS.elm

18 lines
153 B
Elm

module GLOBALS exposing (..)
player_move_speed =
150
character_radius =
20
playAreaSize =
( 800, 880 )
backgroundColor =
"black"