deploy: update image to latest
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "whalehunting-game",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "A Monkey Island-style point-and-click adventure game about 18th century whaling",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -82,6 +82,13 @@ export default class IntroScene extends Phaser.Scene {
|
||||
|
||||
// Fullscreen button
|
||||
createFullscreenButton(this);
|
||||
|
||||
// Version display
|
||||
this.add.text(790, 590, 'v1.1.0', {
|
||||
fontSize: fontSize(12),
|
||||
fill: '#ffffff',
|
||||
alpha: 0.5
|
||||
}).setOrigin(1, 1);
|
||||
}
|
||||
|
||||
drawWaves() {
|
||||
|
||||
Reference in New Issue
Block a user