mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added ghost layer, fixed arrow
This commit is contained in:
parent
81ccdaa127
commit
c1a756050f
5 changed files with 89 additions and 50 deletions
|
|
@ -72,6 +72,7 @@ define([
|
|||
continue;
|
||||
}
|
||||
|
||||
// Setting up spawnpoints and then all layers behind it
|
||||
this.setupLayer(layerOptions, true, lastLayerId);
|
||||
|
||||
if(this.layerMapping[layerOptions.name]) {
|
||||
|
|
@ -100,6 +101,7 @@ define([
|
|||
continue;
|
||||
}
|
||||
|
||||
// Setting up all layers before
|
||||
this.setupLayer(layerOptions, false, lastLayerId);
|
||||
|
||||
if(this.layerMapping[layerOptions.name]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue