mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Added PointerLockManagement, Fixed layer positioning, added fps chart. fixes #120, fixes #121, fixes #123
This commit is contained in:
parent
8d0989844c
commit
60eae208a2
23 changed files with 458 additions and 109 deletions
|
|
@ -106,8 +106,9 @@ function (Parent, Settings, Nc, PIXI, AbstractLayer) {
|
|||
};
|
||||
|
||||
Level.prototype.setupLayer = function(options, behind, referenceId) {
|
||||
|
||||
Parent.prototype.setupLayer.call(this, options, behind, referenceId);
|
||||
var parallaxSpeed = 0.0;
|
||||
var parallaxSpeed = 0.0; // default parallax
|
||||
if (options.properties && options.properties.parallaxSpeed) {
|
||||
parallaxSpeed = parseFloat(options.properties.parallaxSpeed);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue