-
I have two scene `Menu` and another scene `Level` where I used `gridTable` once I start that `Level` scene from Menu it keep crashing.
-
Hi there!
GridSizer.d.ts is missing some methods.
`getChildAt()` and `childToGridIndex()`
See https://github.com/rexrainbow/phaser3-rex-notes/pull/450
Thanks!
-
# 概要
現在Phaserをindex.html内からCDNで読み込んでいる。entrypointもindex.htmlとなり必要な依存関係はnodeを介さず直接htmlに書き込むことになっている。
開発環境にてコード補完が効かないのが個人的にかなり致命的であり、npmから依存関係を管理できていない部分も良くない。
- 公式ドキュメント
- https://blog.ourca…
ghost updated
4 months ago
-
# 概要
テキストなどをSceneに追加する際、文字列の長さが変化することによって表示にズレが発生する。
それを修正できるように対応する。
# AC
- [x] 表示のズレを解消できるような方法が見つかる
- [x] 修正ができている
# todo
- [x] 表示のズレを解消できるような方法を見つけてまとめる
~~問題になっている部分の修正~~
ghost updated
4 months ago
-
Hi, I'm looking for functionality similar to anchor tag in your [scrollablePanel](https://rexrainbow.github.io/phaser3-rex-notes/docs/site/ui-scrollablepanel/#scroll-content). Basically, I need the sc…
-
### **The following is the code I copied completely from the Demo, but it can't be scrolled.There are no errors in the console。 Is it a problem with my phaser version or my ionic version?My use enviro…
-
import RexUIPlugin from 'phaser3-rex-plugins/templates/ui/ui-plugin.js';
class GameScene extends Phaser.Scene {
constructor(config:any) {
super(config);
}
preload(){}
create(){}
…
-
Currently, the text shadow looks like this, with a simple drop shadow to the bottom right:
![image](https://github.com/pagefaultgames/pokerogue/assets/2070109/ccdbcf75-68e1-4875-a4b6-8c44a7a361d7)
!…
Adri1 updated
1 month ago
-
First of all, cool plugin! It's nice to have the support for gamepads, keyboards, and pointers all in one place. I don't think I'm using the plugin right though, as although key inputs are being regis…
-
Does the component support automatic adaptation to mobile landscape?