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.
1 parent 1af64c6 commit fc42538Copy full SHA for fc42538
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