shutdown
state 生命周期
import Phaser from 'phaser'; class MyState extends Phaser.State { init() {} preload() {} create() {} update() {} }
state 场景
创建
添加
启动