1. 首页
  2. 数据库
  3. 其它
  4. phaser component health:Phaser 3的健康方法和事件 源码

phaser component health:Phaser 3的健康方法和事件 源码

上传者: 2021-02-17 03:47:49上传 ZIP文件 396.01KB 热度 6次
阶段3健康组件 灵活的基于数据的健康组件。 例子 // Add component to *one* game object and assign health=1, minHealth=0, maxHealth=2 PhaserHealth . AddTo ( sprite , 1 , 0 , 2 ) ; // Same, in two calls: PhaserHealth . AddTo ( sprite ) . setHealth ( 1 , 0 , 2 ) ; // Add component to Sprite class PhaserHealth . MixinTo ( Phas
用户评论