Method: Core::Game::Combat::Background#draw

Defined in:
lib/game/combat/battle.rb

#drawObject



93
94
95
# File 'lib/game/combat/battle.rb', line 93

def draw
  @sprite.draw(0, 0, 0, 1024/@sprite.width.to_f, 768/@sprite.height.to_f, @color)
end