Update GameScene background color to grass green

This commit is contained in:
2025-12-27 12:52:50 +01:00
parent 43f4b11c87
commit 7dddb29d1c

View File

@@ -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();