Custom entity fields, @Hide for entity member UI, queue
This commit is contained in:
@@ -37,9 +37,9 @@ Vector2i :: struct {
|
||||
}
|
||||
|
||||
Vector3i :: struct {
|
||||
x: s32;
|
||||
y: s32;
|
||||
z: s32;
|
||||
x: int;
|
||||
y: int;
|
||||
z: int;
|
||||
}
|
||||
|
||||
Color :: #type,isa Vector4;
|
||||
|
||||
Reference in New Issue
Block a user