Files
space_game_server/config/settings.rb
T

6 lines
78 B
Ruby

module Settings
PORT = 8080
GAME_SPEED = 1.0
SIMULATION_STEP = 0.05
end