mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-23 20:26:04 +00:00
`application/run/main_loop_type` setting can handle custom global classes (`class_name`). For instance: `MySceneTree`. The setting's default is changed from empty to `SceneTree` as to give some hint of what kind of input is accepted for the main loop type.