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 height = this.cameras.main.height;
|
||||
|
||||
// Setup kamere - SVETLO SIVO OZADJE!
|
||||
this.cameras.main.setBackgroundColor('#c8c8c8');
|
||||
// Setup kamere - TRAVNATO ZELENO OZADJE!
|
||||
this.cameras.main.setBackgroundColor('#7cfc00');
|
||||
|
||||
// Initialize Isometric Utils
|
||||
this.iso = new IsometricUtils();
|
||||
|
||||
Reference in New Issue
Block a user