mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2026-03-18 05:12:23 +01:00
Graveyard terrain and background tiles implemented
This commit is contained in:
@@ -75,6 +75,10 @@ function loadLevel(level)
|
||||
if (graphicSet.backgroundImage !== null) {
|
||||
loader.addImage(Setting.GRAPHICS_LOCATION + graphicSet.backgroundImage);
|
||||
}
|
||||
|
||||
if (graphicSet.tilesetBackground !== null) {
|
||||
loader.addImage(Setting.TILESET_LOCATION + graphicSet.tilesetBackground.path);
|
||||
}
|
||||
}
|
||||
|
||||
loader.load();
|
||||
|
||||
Reference in New Issue
Block a user