update voxel fragments lua api & replace structure.save command with fragment.save & add 'export' entry point

This commit is contained in:
MihailRis
2024-10-14 19:39:58 +03:00
parent cc6891dde8
commit fd2bd15658
9 changed files with 117 additions and 40 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ void lua::init_state(State* L, StateType stateType) {
newusertype<LuaBytearray>(L);
newusertype<LuaHeightmap>(L);
newusertype<LuaVoxelStructure>(L);
newusertype<LuaVoxelFragment>(L);
}
void lua::initialize(const EnginePaths& paths) {