mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 15:22:34 +00:00
Added version file
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user