add test.reconfig_packs & fix world.get_total_time() & enable level controller

This commit is contained in:
MihailRis
2024-12-10 20:14:18 +03:00
parent 9e18dccbbb
commit 3c2eb30a29
5 changed files with 14 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ if test then
test.name = __VC_TEST_NAME
test.new_world = core.new_world
test.close_world = core.close_world
test.reconfig_packs = core.reconfig_packs
end
------------------------------------------------