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

时间:2024-02-23 20:57:37
【文件属性】:

文件名称:phaser-component-health:Phaser 3的健康方法和事件

文件大小:396KB

文件格式:ZIP

更新时间:2024-02-23 20:57:37

phaser phaser3 phaser-component PhaserJavaScript

阶段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 ( Phaser . GameObjects . Sprite ) ; // Then set health values on a game object var sprite = this . add . sprite ( /*…*/ ) . setHealth ( 1 , 0 , 2 ) ; // Hide and deactivate sprite when health decreases belo


【文件预览】:
phaser-component-health-master
----.eslintrc.yml(206B)
----package.json(1KB)
----package-lock.json(102KB)
----src()
--------const.js(273B)
--------main.js(232B)
--------health.js(1KB)
--------dumpMap.js(203B)
--------component.js(3KB)
--------actions.js(876B)
--------events.js(68B)
----sandbox.config.json(26B)
----dist()
--------phaser-component-health.esm.js(6KB)
--------phaser-component-health.umd.js(7KB)
----CHANGELOG.md(1KB)
----rollup.config.js(605B)
----README.md(3KB)
----demo()
--------.eslintrc.yml(129B)
--------assets()
--------index.html(399B)
--------demo.js(8KB)
----tests()
--------.eslintrc.yml(216B)
--------index.html(640B)
--------tests.js(28KB)
----index.html(88B)

网友评论