英文: phaser - how to find mobile device notch size 问题 我的游戏在移动设备上全屏运行,但我需要保留一些顶部安全空间,以避免刘海区域和状态栏。 找到了这...
phaser – 容器不移动其对象
英文: phaser - container not moving it's objects 问题 我正在使用外部类与容器,并尝试移动它。 import Phaser from 'ph...
Phaser – 如何正确组织游戏数据
英文: phaser - how to keep game data organized right way 问题 我的游戏将处理这样的数据模型: 角色 名称 力量基础 联盟 职位 老板姓名 比赛 玩...
Phaser的碰撞框在右侧是不可见的,是怎么回事?
英文: Phaser Hit boxes are invisibly to the right, what gives? 问题 我正在制作一个游戏,玩家可以与周围的事物互动,如NPC、物品和环境中的可...
Phaser:添加动画后,角色的碰撞框移动异常
英文: Phaser : Hitbox of character move anormally since animations added 问题 I managed to fix the issue...
Phaser.js两个图层之间的坐标碰撞
英文: Phaser.js coordinate collisions between two layers 问题 我有两个图层,objLayer 和 BGLayer。 所以,这座木桥是非碰撞的,允许...
有没有更好的方法在Phaser.js中为多个组合物创建物理碰撞器?
英文: Is there a better way to put together physics colliders for multiple groups in Phaser.js? 问题 这样,...
做一个缓慢的漂移动作,用于一个物理学组的 phaser.js。
英文: Make a slow drifting motion for a physics group phaser.js 问题 我有一个物理组,速度非常低,就像child.setVelocity(1...
将Phaser的精灵旋转到它前进的方向。
英文: Phaser change sprite rotation to the direction its going in 问题 我有这个精灵组 this.photons = this.physi...
Phaser 3 从动态纹理创建 TileSprite
英文: Phaser 3 create tilesprite from dynamic texture 问题 我已经在Phaser 3中开发了一个老虎机。轮轴本质上是在旋转过程中旋转的瓷砖精灵。 当轮...