Giter VIP home page Giter VIP logo

phaser3-interim-containers's People

Contributors

ziao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

lokario nzdenek

phaser3-interim-containers's Issues

containers.js:92 Uncaught TypeError: Cannot read property 'flipX' of undefined when using addChild function

I get Uncaught TypeError when I'm trying to add an existing sprite using addChild function.
containers.js:92 Uncaught TypeError: Cannot read property 'flipX' of undefined at TreeNode._updateChild (containers.js:92) at TreeNode._updateChildren (containers.js:84) at TreeNode.set (containers.js:51) at TreeNode._updateChild (containers.js:105) at TreeNode.addChild (containers.js:64) at new TreeNode (tree.js:9) at MainScene.create (game.js:17) at initialize.create (phaser.min.js:1) at initialize.loadComplete (phaser.min.js:1) at initialize.h.emit (phaser.min.js:1)

Adding this._prepareChild(child); to this function solves the issue in my case

Problem with oneline if statement in _updateChild function

I had a problem with _updateChild function in part computing x and y values. I had to add additional parenthesis to make it work.
From this:
sprite.x = this.x + (sprite._containerProps.x * sprite.flipX ? -1 : 1)
to this:
sprite.x = this.x + (sprite._containerProps.x * (sprite.flipX ? -1 : 1))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.