mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-13 14:52:35 +00:00
Added logo image
This commit is contained in:
BIN
assets/logo.png
Normal file
BIN
assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 98 KiB |
@@ -3,7 +3,7 @@ class Boot < CyberarmEngine::GameState
|
||||
@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"
|
||||
@logo = Gosu::Image.new("../../Documents/Inkscape/ruby_clan_logo-i_mic_rts.png")
|
||||
@logo = Gosu::Image.new("assets/logo.png")
|
||||
|
||||
@messages = ["Loading", "Compiling Protons", "Launching Warhead", "git push origin --force"]
|
||||
@messages_index = 0
|
||||
|
||||
Reference in New Issue
Block a user