mirror of
https://github.com/photonstorm/phaser
synced 2025-03-04 23:37:19 +00:00
Stage.aspectRatio has been moved to StageScaleMode.sourceAspectRatio (so now game.scale.sourceAspectRatio) Stage.scaleMode has been moved to StageScaleMode.scaleMode (so now game.scale.scaleMode) Stage.fullScreenScaleMode has been moved to StageScaleMode.fullScreenScaleMode (so now game.scale.fullScreenScaleMode) Stage.canvas has been removed. It was only ever an alias for Game.canvas anyway, so access it via that instead. |
||
---|---|---|
.. | ||
animation | ||
core | ||
gameobjects | ||
geom | ||
input | ||
loader | ||
math | ||
net | ||
particles | ||
physics | ||
pixi | ||
sound | ||
system | ||
tilemap | ||
time | ||
tween | ||
utils | ||
Intro.js | ||
Phaser.js |