oh my fucking god that parent with positions following thing took far too long 😭 anyway, yey! better icons and hierarchy changes!

This commit is contained in:
Anemunt
2025-12-27 17:56:13 -05:00
parent cf8cd3a42a
commit 0035138a6c
19 changed files with 1353 additions and 412 deletions

View File

@@ -59,5 +59,6 @@ public:
static bool loadScene(const fs::path& filePath,
std::vector<SceneObject>& objects,
int& nextId);
int& nextId,
int& outVersion);
};