This commit is contained in:
2025-01-02 16:35:53 +01:00
parent 834de24444
commit 03b84515e7
5 changed files with 100 additions and 68 deletions

View File

@@ -55,7 +55,7 @@ MAX_CHILDREN :: 16;
Entity :: struct {
name: string;
id: Entity_Id; @Hide @DontSerialize
id: Entity_Id; @ReadOnly @DontSerialize
type : Type;
enabled: bool = true;