Class: Conjuration::AssetManager

Inherits:
Object
  • Object
show all
Defined in:
lib/conjuration/managers/asset_manager.rb

Class Method Summary collapse

Class Method Details

.load_image(asset_path) ⇒ Object



5
6
7
# File 'lib/conjuration/managers/asset_manager.rb', line 5

def self.load_image(asset_path)
  Gosu::Image.new(asset_path)
end