elmman/src/GLOBALS.elm

14 lines
117 B
Elm

module GLOBALS exposing (..)
move_speed =
60
character_radius =
25
playAreaSize =
( "500", "900" )