Class: GamesAndRpgParadise::Signature1

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

Overview

SIGNATURE 1

used in EndCredits gamestate

Instance Method Summary collapse

Instance Method Details

#setupObject



566
567
568
569
# File 'lib/games_and_rpg_paradise/gui/gosu/chinguroids/objects.rb', line 566

def setup
  @image = Image["media/assets/fut_earth_sig.png"]
  self.factor = 0.9
end