Skip to content

Commit f95e16a

Browse files
committed
Fix animation property in pause demo.
1 parent 677eab4 commit f95e16a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/pause/spinpause.tscn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ length = 10.0
1515
loop = true
1616
step = 0.1
1717
tracks/0/type = "value"
18-
tracks/0/path = NodePath("cube:rotation_deg")
18+
tracks/0/path = NodePath("cube:rotation_degrees")
1919
tracks/0/interp = 1
2020
tracks/0/loop_wrap = true
2121
tracks/0/imported = false
@@ -77,6 +77,7 @@ transform = Transform( 0.792992, 0.251051, -0.555101, 0, 0.911149, 0.412078, 0.6
7777
layers = 1
7878
light_color = Color( 1, 1, 1, 1 )
7979
light_energy = 1.0
80+
light_indirect_energy = 1.0
8081
light_negative = false
8182
light_specular = 0.5
8283
light_cull_mask = -1

0 commit comments

Comments
 (0)