Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to using Pixi.js package at v3 #144

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    29b0c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa2085 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65cfc81 View commit details
    Browse the repository at this point in the history
  4. Clarify additional changes to migrate to V3 of Pixi.js including:

    The removal of PIXI.Stage
    The rename of PIXI.DisplayObjectContainer to PIXI.Container
    The refactor of setTexture function to a property texture = textureToApply
    
    Also added a small piece to the SVG atom just in case that is what the underlying issue on iOS 13 is. Sadly this has not fixed the problem
    dstrawberrygirl committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    c34d2dd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    85f7960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c6311d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ee056b View commit details
    Browse the repository at this point in the history