Skip to content

Commit f4bbbe3

Browse files
committed
Update 3d in 2d demo for Godot 3.0
1 parent d11b2b5 commit f4bbbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viewport/3d_in_2d/player.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ func _ready():
1111

1212

1313
func _process(delta):
14-
model.rotation_deg.y += delta * SPEED
14+
model.rotation_degrees.y += delta * SPEED

0 commit comments

Comments
 (0)