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
@title = Gosu::Font.new(56, name: "Noto Sans Display", bold: true)
@text = Gosu::Font.new(18, name: "Noto Sans Thaana", bold: true)
@name = "I-MIC RTS"
@name = IMICRTS::NAME
@logo = Gosu::Image.new("assets/logo.png")
@messages = ["Loading", "Compiling Protons", "Launching Warhead", "git push origin --force"]