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

@@ -48,7 +48,7 @@ class Player {
texKey
);
this.sprite.setOrigin(0.5, 1);
this.sprite.setScale(0.2); // Mali, detajlni sprite
this.sprite.setScale(0.3); // Optimized for visibility
// Depth sorting
this.updateDepth();