Returned missing scenes

This commit is contained in:
2025-03-19 04:47:26 +03:00
parent f4e551f053
commit 7f87876cd5
12 changed files with 399 additions and 1262 deletions

View File

@@ -47,6 +47,8 @@ protected:
}
void setup()
{
if (!SceneTree::get_singleton())
return;
assert(SceneTree::get_singleton());
SceneTree::get_singleton()->connect("physics_frame", this,
"update");