Added version file

This commit is contained in:
2019-09-30 22:43:05 -05:00
parent 40dce7c7c6
commit 79de34a596
4 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ class IMICRTS
def setup
@last_update_time = Gosu.milliseconds
self.caption = "I-MIC RTS (#{Gosu.language})"
self.caption = "#{IMICRTS::NAME} (#{IMICRTS::VERSION} #{IMICRTS::VERSION_NAME})"
# push_state(Boot)
push_state(MainMenu)
end