Skip to content

Commit

Permalink
level complete: faster star animation
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Feb 27, 2024
1 parent 350a39a commit aa3293a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions game/src/screens/level-complete/LevelComplete.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

[sub_resource type="Animation" id=1]
resource_name = "FadeIn"
length = 1.4
length = 0.8
tracks/0/type = "value"
tracks/0/path = NodePath("VBoxContainer/Stars/Star3:rect_scale")
tracks/0/interp = 2
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 0.8, 1.1, 1.3 ),
"times": PoolRealArray( 0, 0.4, 0.7, 0.8 ),
"transitions": PoolRealArray( 1, 1, 1, 1 ),
"update": 0,
"values": [ Vector2( 0.01, 0.01 ), Vector2( 1.2, 1.2 ), Vector2( 1, 1 ), Vector2( 1, 1 ) ]
Expand All @@ -28,7 +28,7 @@ tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0, 0.6, 1.1, 1.3 ),
"times": PoolRealArray( 0, 0.3, 0.7, 0.8 ),
"transitions": PoolRealArray( 1, 1, 1, 1 ),
"update": 0,
"values": [ Vector2( 0.01, 0.01 ), Vector2( 1.41, 1.4 ), Vector2( 1, 1 ), Vector2( 1, 1 ) ]
Expand All @@ -40,7 +40,7 @@ tracks/2/loop_wrap = true
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/keys = {
"times": PoolRealArray( 0, 0.4, 1.1, 1.3 ),
"times": PoolRealArray( 0, 0.2, 0.7, 0.8 ),
"transitions": PoolRealArray( 1, 1, 1, 1 ),
"update": 0,
"values": [ Vector2( 0.01, 0.01 ), Vector2( 1.6, 1.6 ), Vector2( 1, 1 ), Vector2( 1, 1 ) ]
Expand Down

0 comments on commit aa3293a

Please sign in to comment.