Browse Source

Merge pull request #96 from x1212/fix_3din2d

Update 3d in 2d demo for Godot 3.0
Rémi Verschelde 7 years ago
parent
commit
936ccf38ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      viewport/3d_in_2d/player.gd

+ 1 - 1
viewport/3d_in_2d/player.gd

@@ -11,4 +11,4 @@ func _ready():
 
 
 func _process(delta):
-	model.rotation_deg.y += delta * SPEED
+	model.rotation_degrees.y += delta * SPEED