Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting_started/step_by_step/scripting_player_input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Here is the complete ``sprite_2d.gd`` file for reference.

using Godot;

public partial class Sprite : Sprite2D
public partial class MySprite2D : Sprite2D
{
private float _speed = 400;
private float _angularSpeed = Mathf.Pi;
Expand Down