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.
1 parent d11b2b5 commit f4bbbe3Copy full SHA for f4bbbe3
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