phaser3-rex-notes icon indicating copy to clipboard operation
phaser3-rex-notes copied to clipboard

Notes of phaser3 engine

Results 16 phaser3-rex-notes issues
Sort by recently updated
recently updated
newest added

As always your plugins are a super amazing addition to Phaser! Thanks again for all the hard work. I noticed a couple bugs related to word wrapping and BBCodeText. In...

how to

Updated Phaser to 3.70, as well as rex plugin to 1.60.7, and enabling the Drop Shadow pipeline on a game object leads to odd flickering of the resolution. Here is...

bug

I've added several rexUI bbcode text elements to a scrollable panel. I hide one of the text elements using `bbcodeText.setVisible(false)`. The text element within the scrollablePanel immediately hides in as...

how to

# Summary When attempting to install using Typescript and npm install, I was unable to solve the "default is not exported" error when using: https://github.com/photonstorm/phaser3-typescript-project-template#phaser-3-typescript-project-template I had the error when...

how to

Thank you for this amazing UI plugin, this is the most extensive and well designed UI system I've come across for Phaser! ❤️ ## Issue There is a circular import...

wontfix

组件一直在应用,感觉非常不错。 唯一感到缺陷的就是无法使用phaser自带的容器管理,每次要进行界面管理,层次排序时候都非常繁琐。 可能这些组件出现在phaser的容器之前的缘故吧

how to

例如: let aaa= this.add.rexBBCodeText(400, 30, s2, { fontSize: '30px', backgroundColor: '#888', backgroundColor2: '#222', backgroundHorizontalGradient: false, backgroundStrokeColor: 'red', backgroundStrokeLineWidth: 2, backgroundCornerRadius: -20, // 20 // backgroundCornerIteration: 0, padding: 20 }) //这下面命令,大多set的都不存在。。...

bug

I downloaded this library since I needed a tool to get texture data from sprites. I wanted to ignore hover effect on transparent pixels. I had problems with Spritesheets, only...

more info

When creating a circle progress bar via `new ExpBar(...)`, the following error occurs in `DrawContent.js`: `Uncaught TypeError: Failed to execute 'createLinearGradient' on 'CanvasRenderingContext2D': The provided double value is non-finite.` Note...

bug
more info