Package | Description |
---|---|
com.b3dgs.lionengine.drawable |
Classic drawable classes for a ready to use image manipulation.
|
Modifier and Type | Method and Description |
---|---|
static SpriteTiled |
Drawable.loadSpriteTiled(ImageBuffer surface,
int tileWidth,
int tileHeight)
Load a tiled sprite using an image reference, giving tile dimension (sharing the same surface).
|
static SpriteTiled |
Drawable.loadSpriteTiled(Media media,
int tileWidth,
int tileHeight)
Load a tiled sprite from a file, giving tile dimension.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.