elmman/src/GLOBALS.elm

14 lines
125 B
Elm

module GLOBALS exposing (..)
player_move_speed =
120
character_radius =
25
playAreaSize =
( "500", "900" )