UI fixes
This commit is contained in:
@@ -53,12 +53,13 @@ Renderable :: struct {
|
||||
MAX_CHILDREN :: 16;
|
||||
|
||||
Entity :: struct {
|
||||
name: string;
|
||||
|
||||
id: Entity_Id; @Hide @DontSerialize
|
||||
type : Type;
|
||||
|
||||
enabled: bool = true;
|
||||
|
||||
name: string;
|
||||
|
||||
parent: *Entity; @DontSerialize
|
||||
children: [MAX_CHILDREN] *Entity; @DontSerialize
|
||||
|
||||
Reference in New Issue
Block a user