Skip to content

Commit 09d3857

Browse files
committed
Fix: Use the earlier name of the script.
1 parent d8a2cf9 commit 09d3857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/step_by_step/scripting_player_input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Here is the complete ``sprite_2d.gd`` file for reference.
144144

145145
using Godot;
146146

147-
public partial class Sprite : Sprite2D
147+
public partial class MySprite2D : Sprite2D
148148
{
149149
private float _speed = 400;
150150
private float _angularSpeed = Mathf.Pi;

0 commit comments

Comments
 (0)