loading rig pose, textures, body settings

This commit is contained in:
MihailRis
2024-07-09 21:19:29 +03:00
parent a68be271c6
commit d8c9fa1fe2
11 changed files with 96 additions and 17 deletions
+4
View File
@@ -31,6 +31,10 @@ struct EntityDef {
bool textures = false;
bool pose = false;
} rig;
struct {
bool velocity = true;
bool settings = false;
} body;
} save {};
struct {