Class: Highlight
- Inherits:
-
Chingu::GameObject
- Object
- Chingu::GameObject
- Highlight
- Defined in:
- lib/games_paradise/gui/gosu/chinguroids/objects.rb
Overview
HIGHLIGHT
called in OpeningCredits gamestate (Gosu logo)
Instance Method Summary collapse
Instance Method Details
#setup ⇒ Object
365 366 367 |
# File 'lib/games_paradise/gui/gosu/chinguroids/objects.rb', line 365 def setup @image = Image["media/assets/highlight.png"] end |
#update ⇒ Object
368 369 370 |
# File 'lib/games_paradise/gui/gosu/chinguroids/objects.rb', line 368 def update @x += 5 end |