Add: ITQ simulator basic files

This commit is contained in:
2019-01-23 11:10:29 +09:00
parent fe70847427
commit 5454a4993e
8 changed files with 177 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FullscreenButton.prototype = Object.create(RoundRectButton);
FullscreenButton.constructor = BackButton;
FullscreenButton.constructor = FullscreenButton;
function FullscreenButton() {
game.scale.fullScreenScaleMode = Phaser.ScaleManager.EXACT_FIT;