fix file casing

This commit is contained in:
Hana - Piralein
2023-10-17 20:42:28 +02:00
parent 365a295c04
commit 63ad1da481
+2 -2
View File
@@ -250,7 +250,7 @@ Finally, we need to fill the empty callback functions in the two scenes:
.. tabs::
.. code-tab:: gdscript GDScript
# Add to 'Scene1.gd'.
# Add to 'scene_1.gd'.
func _on_button_pressed():
Global.goto_scene("res://scene_2.tscn")
@@ -270,7 +270,7 @@ and
.. tabs::
.. code-tab:: gdscript GDScript
# Add to 'Scene2.gd'.
# Add to 'scene_2.gd'.
func _on_button_pressed():
Global.goto_scene("res://scene_1.tscn")