Update GameScene background color to grass green
This commit is contained in:
@@ -27,8 +27,8 @@ class GameScene extends Phaser.Scene {
|
|||||||
const width = this.cameras.main.width;
|
const width = this.cameras.main.width;
|
||||||
const height = this.cameras.main.height;
|
const height = this.cameras.main.height;
|
||||||
|
|
||||||
// Setup kamere - SVETLO SIVO OZADJE!
|
// Setup kamere - TRAVNATO ZELENO OZADJE!
|
||||||
this.cameras.main.setBackgroundColor('#c8c8c8');
|
this.cameras.main.setBackgroundColor('#7cfc00');
|
||||||
|
|
||||||
// Initialize Isometric Utils
|
// Initialize Isometric Utils
|
||||||
this.iso = new IsometricUtils();
|
this.iso = new IsometricUtils();
|
||||||
|
|||||||
Reference in New Issue
Block a user