različne velikosti dreves

This commit is contained in:
2025-12-07 03:40:50 +01:00
parent 9eb57ed117
commit 521468c797
8 changed files with 323 additions and 109 deletions

View File

@@ -67,6 +67,9 @@ class GameScene extends Phaser.Scene {
// Round pixels za crisp pixel art
this.cameras.main.roundPixels = true;
// Zoom out za boljši pogled (85% zoom)
this.cameras.main.setZoom(0.85);
// Parallax oblaki
this.createClouds();