UI fun
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user