mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Update animation to 3.0 API
Changed the property in the animation from "rotation_deg" to "rotation_degrees."
This commit is contained in:
@@ -105,7 +105,7 @@ length = 20.0
|
||||
loop = true
|
||||
step = 0.1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/path = NodePath(".:rotation_deg")
|
||||
tracks/0/path = NodePath(".:rotation_degrees")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
|
||||
Reference in New Issue
Block a user