mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
added background, still needs parallax style scrolling though! - fixes #89
This commit is contained in:
parent
a58beb58d1
commit
1a71fa38f9
8 changed files with 47 additions and 6 deletions
|
|
@ -117,6 +117,7 @@ function (Parent, DomController, PIXI, ColorRangeReplaceFilter, Settings, Nc, Ex
|
|||
if (options.x) mesh.position.x = options.x;
|
||||
if (options.y) mesh.position.y = options.y;
|
||||
if (options.rotation) mesh.rotation = options.rotation;
|
||||
if (options.alpha) mesh.alpha = options.alpha;
|
||||
if (options.width) mesh.width = options.width;
|
||||
if (options.height) mesh.height = options.height;
|
||||
if (options.xScale) mesh.width = Math.abs(mesh.width) * options.xScale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue