FIX: Farm size 100x100, center (50,50), light grey background - Restored 8.DEC version with bug fixes

This commit is contained in:
2025-12-11 11:40:07 +01:00
parent 45529ab8a7
commit b7c9dc7773
3 changed files with 15 additions and 8 deletions

View File

@@ -26,8 +26,8 @@ class GameScene extends Phaser.Scene {
const width = this.cameras.main.width;
const height = this.cameras.main.height;
// Setup kamere
this.cameras.main.setBackgroundColor('#1a1a2e');
// Setup kamere - SVETLO SIVO OZADJE!
this.cameras.main.setBackgroundColor('#c8c8c8');
// Initialize Isometric Utils
this.iso = new IsometricUtils();