Fixes (11)

This commit is contained in:
Tercio Jose
2022-09-01 22:23:15 -03:00
parent 4abcab3a6e
commit 673bc527d7
4 changed files with 49 additions and 26 deletions
+2 -2
View File
@@ -31,8 +31,8 @@
<Animations>
<AnimationGroup parentKey="StarAnim">
<Rotation targetKey="$parent.$parent.Star" degrees="-90" duration="0.9" order="1"/>
<Alpha targetKey="$parent.$parent.Star" change="0.50" duration="0.3667" order="1"/>
<Alpha targetKey="$parent.$parent.Star" change="-0.50" duration="0.5333" order="2"/>
<Alpha targetKey="$parent.$parent.Star" duration="0.3667" order="1"/>
<Alpha targetKey="$parent.$parent.Star" duration="0.5333" order="2"/>
</AnimationGroup>
</Animations>