Class: Highlight2
- Inherits:
-
Chingu::GameObject
- Object
- Chingu::GameObject
- Highlight2
- Defined in:
- lib/games_paradise/gui/gosu/chinguroids/objects.rb
Overview
HIGHLIGHT2
called in OpeningCredits gamestate (Gosu logo)
Instance Method Summary collapse
Instance Method Details
#setup ⇒ Object
377 378 379 |
# File 'lib/games_paradise/gui/gosu/chinguroids/objects.rb', line 377 def setup @image = Image["media/assets/highlight2.png"] end |
#update ⇒ Object
380 381 382 |
# File 'lib/games_paradise/gui/gosu/chinguroids/objects.rb', line 380 def update @x += 5 end |