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.
2 parents d11b2b5 + f4bbbe3 commit 936ccf3Copy full SHA for 936ccf3
viewport/3d_in_2d/player.gd
@@ -11,4 +11,4 @@ func _ready():
11
12
13
func _process(delta):
14
- model.rotation_deg.y += delta * SPEED
+ model.rotation_degrees.y += delta * SPEED
0 commit comments