Class: GamesAndRpgParadise::Highlight2

Inherits:
Chingu::GameObject
  • Object
show all
Defined in:
lib/games_and_rpg_paradise/gui/gosu/chinguroids/objects.rb

Overview

HIGHLIGHT2

called in OpeningCredits gamestate (Gosu logo)

Instance Method Summary collapse

Instance Method Details

#setupObject



380
381
382
# File 'lib/games_and_rpg_paradise/gui/gosu/chinguroids/objects.rb', line 380

def setup
  @image = Image["media/assets/highlight2.png"]
end

#updateObject



383
384
385
# File 'lib/games_and_rpg_paradise/gui/gosu/chinguroids/objects.rb', line 383

def update
  @x += 5
end