文件名称:phaser-plugin-game-gui:检查和操纵一些常见的游戏设置。 移相器2CE
文件大小:1.31MB
文件格式:ZIP
更新时间:2024-02-24 05:53:31
phaser dat-gui PhaserJavaScript
快速访问一些常见的游戏设置和命令: 暂停和步进 重新启动当前状态 相机闪光灯,抖动,位置和拉紧 输入(键盘,鼠标,触摸)切换 缩放模式,全屏启动/停止 静音和音量 慢动作 安装 如果不使用bower或npm ,请在游戏脚本之前添加和 。 利用 // In init() or create(): // (If you've resized `world` or `camera`, add the plugin **after** those changes.) game . plugins . add ( Phaser . Plugin . GameGui ) ; 您还可以传递选项并访问GUI本身: var gameGuiPlugin = game . plugins . add ( Phaser . Plugin . GameGui , { // Default options: autoPlace : true , width : 245 , } ) ; gameGuiPlugin . gui . width = 400 ; gameGuiPlugin . gui
【文件预览】:
phaser-plugin-game-gui-master
----README.md(1KB)
----screenshot.png(42KB)
----.eslintrc.yml(315B)
----bower.json(556B)
----package.json(989B)
----index.coffee(5KB)
----index.js(7KB)
----example()
--------dat.gui.js(179KB)
--------index.coffee(2KB)
--------index.js(3KB)
--------phaser.js(3.02MB)
--------assets()
----.npmignore(42B)
----index.html(1KB)