-
This project is pretty dope!
I especially like that it sets you up with TypeScript, gives you an example of using phaser3 scenes, and gives a nice example of loading images with the `import` syntax…
-
Hi! I was going to use this as a template but i can`t start the project. The error is:
````
ERROR in Entry module not found: Error: Can't resolve './src' in '/Users/vpaladino/Desktop/Multiplayer-pha…
-
Phaser를 사용하기 위해서는 웹서버가 필요하다. (https://phaser.io/tutorials/getting-started-phaser3)
이 이슈에서는 웹서버를 구축하기 위한 여러가지 방법들을 공유해본다.
- 예시
- MAMP
- Nodejs + express
- macOS 내장 apache 이용 (https://dis…
-
The correct plugin configuration seems to be the one used in the index.html file. Something like this should appear on the main page for the example to work correctly:
plugins: {
sce…
-
Hey! I need some help, Ive been trying to use haxe-phaser3 for a game jam (only for some features, the main framework im using is haxeflixel), when i try to initate it, i get an error. Any idea on how…
-
Please see [Phaser3's timeline](https://rexrainbow.github.io/phaser3-rex-notes/docs/site/tween-timeline/). It's possible to chain tweens. I find it very useful and much easier to work with when you in…
-
ts2kt version: 0.1.3
A fragment from phaser.d.ts (https://github.com/photonstorm/phaser3-docs/blob/master/typescript/phaser.d.ts):
```
declare type GameConfig = {
input?: boolean | object;
…
-
![image](https://user-images.githubusercontent.com/21958321/191561762-5e84f7d8-27ae-409f-a580-27ea034f23f5.png)
- https://phaser.discourse.group/t/sprite-outline-via-shader-showcase-looking-for-im…
-
Right now the client's player (self) and other players rendered by the client display under the text. Example:
![Screenshot_3](https://user-images.githubusercontent.com/13829168/103841106-7a0dc900-…
-
请问在wx.request的时候如何实现 responseType:blob呢??