diff --git a/viewport/3d_in_2d/player.gd b/viewport/3d_in_2d/player.gd index 3af17668..f5735800 100644 --- a/viewport/3d_in_2d/player.gd +++ b/viewport/3d_in_2d/player.gd @@ -11,4 +11,4 @@ func _ready(): func _process(delta): - model.rotation_deg.y += delta * SPEED \ No newline at end of file + model.rotation_degrees.y += delta * SPEED \ No newline at end of file