elmman/src/GLOBALS.elm

18 lines
156 B
Elm

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