Module: Pixelart::Background

Defined in:
lib/backgrounds/image.rb

Overview

note: uses singular Background (no plural s here)

Defined Under Namespace

Classes: Image

Constant Summary collapse

SPRITESHEETS =
{
  '24x24' => SpriteSheet.read( "#{Pixelart::Module::Backgrounds.root}/config/spritesheet-24x24.png",
                               "#{Pixelart::Module::Backgrounds.root}/config/spritesheet-24x24.csv",
                               width: 24, height: 24 )
}