diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 11:33:34 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 11:33:34 -0300 |
commit | 3561165e97c88b62372f67d34bf644e313462eb2 (patch) | |
tree | 56109532b256e7499714dfddb376305eb1400b4e | |
parent | 55a16351f268edd187210e636fe938e7c2c5f42e (diff) | |
download | gamejam-gmtk-2022-3561165e97c88b62372f67d34bf644e313462eb2.tar.gz gamejam-gmtk-2022-3561165e97c88b62372f67d34bf644e313462eb2.tar.bz2 gamejam-gmtk-2022-3561165e97c88b62372f67d34bf644e313462eb2.zip |
Fix particle position
-rw-r--r-- | Scenes/ScoreParticle.tscn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Scenes/ScoreParticle.tscn b/Scenes/ScoreParticle.tscn index 8f10224..5a0397e 100644 --- a/Scenes/ScoreParticle.tscn +++ b/Scenes/ScoreParticle.tscn @@ -5,7 +5,7 @@ [sub_resource type="Animation" id=7] resource_name = "Animate" -length = 0.4 +length = 0.6 tracks/0/type = "bezier" tracks/0/path = NodePath(".:rect_position:x") tracks/0/interp = 1 @@ -13,8 +13,8 @@ tracks/0/loop_wrap = true tracks/0/imported = false tracks/0/enabled = true tracks/0/keys = { -"points": PoolRealArray( 508, -0.25, 0, 0.25, 0, 232, -0.25, 0, 0.25, 0 ), -"times": PoolRealArray( 0, 0.4 ) +"points": PoolRealArray( 508, -0.25, 0, 0.25, 0, 0, -0.25, 0, 0.25, 0 ), +"times": PoolRealArray( 0, 0.6 ) } tracks/1/type = "bezier" tracks/1/path = NodePath(".:rect_position:y") @@ -23,8 +23,8 @@ tracks/1/loop_wrap = true tracks/1/imported = false tracks/1/enabled = true tracks/1/keys = { -"points": PoolRealArray( 260, -0.25, 0, 0.075, -163.46, 2, -0.1, -0.845123, 0.25, 0 ), -"times": PoolRealArray( 0, 0.4 ) +"points": PoolRealArray( 260, -0.25, 0, 0.075, -163.46, 0, 0, -0.845, 0.25, 0 ), +"times": PoolRealArray( 0, 0.6 ) } tracks/2/type = "value" tracks/2/path = NodePath(".:visible") @@ -33,7 +33,7 @@ tracks/2/loop_wrap = true tracks/2/imported = false tracks/2/enabled = true tracks/2/keys = { -"times": PoolRealArray( 0, 0.4 ), +"times": PoolRealArray( 0, 0.6 ), "transitions": PoolRealArray( 1, 1 ), "update": 1, "values": [ true, false ] |