From aa097bd97d8cef84620c54871662ae26469d219d Mon Sep 17 00:00:00 2001 From: Kyle Howard Date: Wed, 6 Dec 2017 11:46:19 -0600 Subject: [PATCH] Update animation to 3.0 API Changed the property in the animation from "rotation_deg" to "rotation_degrees." --- 2d/kinematic_character/colworld.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2d/kinematic_character/colworld.tscn b/2d/kinematic_character/colworld.tscn index c6ec6d9f..20c84905 100644 --- a/2d/kinematic_character/colworld.tscn +++ b/2d/kinematic_character/colworld.tscn @@ -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