style: move fullscreen button to top-left corner
This commit is contained in:
@@ -49,8 +49,8 @@ export default class HuntingScene extends Phaser.Scene {
|
||||
const shootMessage = this.isMobile ? 'Hunt whales! Tap to shoot harpoon.' : 'Hunt whales! Click or press SPACE to shoot harpoon.';
|
||||
this.showMessage(shootMessage);
|
||||
|
||||
// Fullscreen button (positioned to avoid HUD)
|
||||
createFullscreenButton(this, { x: 30, y: 580 });
|
||||
// Fullscreen button
|
||||
createFullscreenButton(this);
|
||||
}
|
||||
|
||||
update() {
|
||||
|
||||
Reference in New Issue
Block a user