Skip to content
#

pixijs

Here are 501 public repositories matching this topic...

pixi.js
ct-js
CosmoMyzrailGorynych
CosmoMyzrailGorynych commented Nov 26, 2019

Describe the current state of the problem
Currently, ct.fittoscreen does not work in nw.js, as well as it fails in the debugger. Nw.js has controls to enter/exit fullscreen without FullscreenAPI, occupying the whole screen.

Describe the solution you'd like
ct.fittoscreen should toggle fullscreen in an nw.js app as well. With a debugger, caution is needed, as well as additional means l

k8w
k8w commented Dec 13, 2017

In generated js, I found this:

lib.as3_PixiAnimate.assets = {
    "a1": "images/a1.png",
    "a2": "images/a2.png",
    "readers_yay": "sounds/readers_yay.wav"
};

The key of lib.XXX.assets is the name.
It would have some problem if there is duplicated name in different folder.
(For example images/a1.png with /a1.png)

It may be better if the key is the fullpath like `

Improve this page

Add a description, image, and links to the pixijs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pixijs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.