mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-13 23:02:35 +00:00
8 lines
183 B
Ruby
8 lines
183 B
Ruby
class IMICRTS
|
|
NAME = "I-MIC RTS"
|
|
VERSION = "0.0.1"
|
|
VERSION_NAME = "InDev"
|
|
|
|
GAME_ROOT_PATH = File.expand_path("../../", __FILE__)
|
|
ASSETS_PATH = "#{GAME_ROOT_PATH}/assets"
|
|
end |