How to add user’s sprite sheet with phaser framework when he logs in to the websocket connection?
I created a logic to add new users’ sprite sheet and than remove them if they logged out from the page. It works like I want, problem is when they logged in back, their sprite sheet is not appears in the page. How can I make their sprite sheet appear when they logged in back?
Phaser 3, pause on minimize
I am creating an animation with phaser which contains a timer.
How many typr of Animation Importer does Phaser 3 support beside atlas file?
From what i know, game maker library like Unity can inport several file like .mb .ma, .max, and .blend. But Phaser 3 seem to only hava atlas import as animation. I want to ask:
How to make 2 sprites follow the same angle in Phaser 3?
Using this example, I’m trying to have to rectangle rotation around its Origin point, while have another sprite (white circle) at the end of it, that follows along.
How can i add another panel into a Rex ScrollablePanel when click a button?
Basically, i want to create a mini chat dialog, when i type and click send, it will display into a scrollable table.
First i add an click event:
How can i add another panel into a Rex ScrollablePanel when click a button?
Basically, i want to create a mini chat dialog, when i type and click send, it will display into a scrollable table.
First i add an click event:
Phaser 3 – tilemap.createBlankLayer -> putTileAt issues when using multiple tilesets
So I am working on a small hobby project using Phaser 3 and have run into some issues working with Tile map layers.