-
키보드 입력에 따른 캐릭터 움직이기
-
캐릭터 클래스 만들고
캐릭터 화면에 그리기
-
기본 화면 그리기
-
https://labs.phaser.io/
여기서 따라하기 쉽게 기술들이 정리되어있는게 많음
이거보고 하면 개발을 빠르게 진행할 수 있을거 같음
필요한 기술 파악하고 정리해보도록 하자
-
Hi, as i know doing `npm install phaser3-project-template` in some empty directory is just making this repository to placed at `node_modules/` directory, while i think this could be solved by making t…
-
## Version
* Phaser Version: 3.55.2
* Operating system: Windows
* Browser:
## Description
Hello,
I have the feeling that Phaser.Geom.Line.GetPoints does not work quite lik…
-
I am using scrollablePanel and when I scroll to left or right, items are not hidden
Here is my code
`
const menuHeight = 60
const menuWidth = bgPinkWidth * 0.999
let config: any = {
x…
-
npm run watch
```
> phaser3-typescript-project-template@1.2.0 watch
> rollup --watch --config rollup.config.dev.mjs
rollup v3.29.1
bundles ./src/index.ts → dist/bundle.js...
http://127.0.0.1:1…
-
I'm choosing an engine to develop my game with, but i found that rendering is blurry on HIDPI monitors; why doesn’t phaser3 support it? I find a way to handle it: scale all the elements (x,y,size et…
-
기본 프로젝트 init 하기
phaser3 init