make coin bounce higher when hit

This commit is contained in:
Chris Cromer 2022-11-21 02:14:28 -03:00
parent d969732256
commit 7cbebb09f3
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ tracks/0/keys = {
"times": PoolRealArray( 0, 0.2, 0.4 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ Vector2( 0, 0 ), Vector2( 0, -16 ), Vector2( 0, 0 ) ]
"values": [ Vector2( 0, 0 ), Vector2( 0, -32 ), Vector2( 0, 0 ) ]
}
[node name="MysteryBlock" type="StaticBody2D" groups=["Block"]]

View File

@ -57,7 +57,7 @@ tracks/0/keys = {
"times": PoolRealArray( 0, 0.2, 0.4 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ Vector2( 0, 0 ), Vector2( 0, -16 ), Vector2( 0, 0 ) ]
"values": [ Vector2( 0, 0 ), Vector2( 0, -32 ), Vector2( 0, 0 ) ]
}
[node name="MysteryBlockCave" type="StaticBody2D" groups=["Block"]]