python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
use free texture packer for phaser3
I'm using phaser3 and free texture packer, is it possible to do that? if yes please tell me how?
I tried to use addAtlasJSONHash but it was logging that this function is undefined, so I tried game.add...
5alidshammout
Votes: 0
Answers: 2
Is storing Phaser Containers computationally/space efficient? (2D game framework question)
This question is about Phaser.js, javascript game framework for creating games, though I think the question can probably be generalised to any framework like Pygame.
Say I want to represent different ...
sciffany
Votes: 0
Answers: 1
Phaser 3: addTilesetImage to map built with images collection
I’ve built a map with Tiled with a tileset built from an images collection.
So, I would to know how to load this tileset in my scene?
Here where I am in my code work:
export default class PreloadLevel...
DimitriLahaye
Votes: 0
Answers: 1
Odd behaviour in gravity from different directions matter js phaser 3
I'm making a platformer game, in which I have a powerup that lets you fly. On collision, I removed the powerup using powerup.gameObject.destroy() and disabled gravity using player.setIgnoreGravity(tru...
Prateek p
Votes: 0
Answers: 1