We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3604a90 + fc42538 commit 09c0b20Copy full SHA for 09c0b20
tutorials/migrating/upgrading_to_godot_4.rst
@@ -432,6 +432,7 @@ table to find its new name.
432
- ParticleProcessMaterial's ``set_flag()`` is now ``set_particle_flag()``.
433
- ResourceFormatLoader's ``get_dependencies()`` is now ``_get_dependencies()``
434
(note the leading underscore, which denotes a virtual method).
435
+- SceneTree's ``change_scene()`` is now ``change_scene_to_file()``.
436
- Shortcut's ``is_valid()`` is now ``has_valid_event()``.
437
- TileMap's ``world_to_map()`` is now ``local_to_map()``.
438
- TileMap's ``map_to_world()`` is now ``map_to_local()``.
0 commit comments