phaser-scrollable icon indicating copy to clipboard operation
phaser-scrollable copied to clipboard

A phaser component to implement a scrollable group.

Results 8 phaser-scrollable issues
Sort by recently updated
recently updated
newest added

https://cdn.rawgit.com/trueicecold/phaser-scrollable/e2bfe0cd/scrollable-kinetic.html When you run the example, it report the exception: Uncaught DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross-origin data, and may not be loaded. at...

Around line 120, in the beginMove function, there is a line that begins if (this.maskGraphics.getBounds().contains... That checks the bounds of the maskGraphics. On iOS getBounds() returns undefined, and this kills...

Hello! This is by far one of the best plugins for phaser. Amazing work! I am however a little confused as to how to hide my text elements once the...

In my game I add your scroll in the info page. when i click info button pop-up open then list all game details. after click the info close button, i...

Great plugin, thanks. Any plans to update for Phaser 3?

Adding two separate scrollable elements causes only the last one added to listen to the mouse wheel. And even implementing logic to detect which element the user's mouse is over...

Child events are not working. Is there any way to triger child event?

Error log: > Uncaught DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The cross-origin image at https://raw.githubusercontent.com/trueicecold/phaser-scrollable/e2bfe0cd/lightworld_large.gif may not be loaded. at b.WebGLRenderer.updateTexture (https://cdn.rawgit.com/trueicecold/phaser-scrollable/e2bfe0cd/phaser.min.js:3:2403)