Method: Punk::Spritesheet.builtin
- Defined in:
- lib/punks/punks.rb
.builtin ⇒ Object
5 6 7 8 9 10 |
# File 'lib/punks/punks.rb', line 5 def self.builtin @builtin ||= SpritesheetEx.read( "#{Pixelart::Module::Punks.root}/config/punks-24x24.png", "#{Pixelart::Module::Punks.root}/config/punks-24x24.csv", width: 24, height: 24 ) end |