Add proper view segregation

This commit is contained in:
2025-12-04 16:43:20 +01:00
parent cc5fa07054
commit 9475ca8cea
5 changed files with 60 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ public class Asset {
this.x = 0;
this.y = 0;
this.rotation = 0;
this.hidden = true;
this.hidden = false;
this.createdAt = Instant.now();
}