первые наработки по рендеру

This commit is contained in:
2026-05-23 00:08:32 +04:00
parent 1a56b22e38
commit bba203aa53
25 changed files with 1841 additions and 110 deletions
+1
View File
@@ -81,6 +81,7 @@ func _initialize() -> void:
var elapsed := float(Time.get_ticks_msec() - total_start) / 1000.0
print("\nAll done in %.1fs." % elapsed)
WMO_BUILDER_SCRIPT.clear_caches()
quit(0)