elmman/src/GLOBALS.elm

18 lines
156 B
Elm
Raw Permalink Normal View History

module GLOBALS exposing (..)
player_move_speed =
150
character_radius =
20
2017-06-29 17:50:54 +00:00
play_area_size =
( 800, 880 )
2017-06-29 17:50:54 +00:00
background_color =
"black"