6 lines
78 B
Ruby
6 lines
78 B
Ruby
module Settings
|
|
PORT = 8080
|
|
GAME_SPEED = 1.0
|
|
SIMULATION_STEP = 0.05
|
|
end
|