Custom entity fields, @Hide for entity member UI, queue

This commit is contained in:
2024-12-16 23:37:12 +01:00
parent 36c6bc5fe7
commit 07dbdcfe2c
5 changed files with 77 additions and 5 deletions

View File

@@ -37,9 +37,9 @@ Vector2i :: struct {
}
Vector3i :: struct {
x: s32;
y: s32;
z: s32;
x: int;
y: int;
z: int;
}
Color :: #type,isa Vector4;