mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Added GAME_ROOT_PATH and ASSETS_PATH constants, make boot and closing use ASSETS_PATH, simplified Camera#mouse_pick and Camera#center
This commit is contained in:
@@ -2,4 +2,7 @@ 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
|
||||
Reference in New Issue
Block a user