Class: GamesAndRpgParadise::Signature2

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

Overview

SIGNATURE 2

used in EndCredits gamestate

Instance Method Summary collapse

Instance Method Details

#setupObject



576
577
578
579
# File 'lib/games_and_rpg_paradise/gui/gosu/chinguroids/objects.rb', line 576

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