mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Merge pull request #96 from x1212/fix_3din2d
Update 3d in 2d demo for Godot 3.0
This commit is contained in:
@@ -11,4 +11,4 @@ func _ready():
|
||||
|
||||
|
||||
func _process(delta):
|
||||
model.rotation_deg.y += delta * SPEED
|
||||
model.rotation_degrees.y += delta * SPEED
|
||||
Reference in New Issue
Block a user