Added logo image

This commit is contained in:
2019-01-30 13:40:27 -06:00
parent 31b0cb3117
commit 22c90ba7af
2 changed files with 1 additions and 1 deletions

BIN
assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -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