made some changes to enemies i dunno

This commit is contained in:
pennyrigate 2023-01-22 01:34:05 -05:00
parent 5f6968a7e9
commit e40e3de653
4 changed files with 54 additions and 14 deletions

View file

@ -5,7 +5,7 @@
[sub_resource type="Animation" id=1]
resource_name = "idle"
length = 0.5
length = 0.7
step = 0.35
tracks/0/type = "value"
tracks/0/path = NodePath("Sprite:region_rect")
@ -46,7 +46,7 @@ tracks/2/keys = {
[sub_resource type="Animation" id=2]
resource_name = "jump"
length = 0.3
length = 0.35
step = 0.05
tracks/0/type = "value"
tracks/0/path = NodePath("Sprite:region_rect")
@ -67,10 +67,10 @@ tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0, 0.15, 0.3 ),
"times": PoolRealArray( 0, 0.15, 0.35 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ Vector2( 4, -2 ), Vector2( 4, -16 ), Vector2( 4, -2 ) ]
"values": [ Vector2( 4, -2 ), Vector2( 4, -12 ), Vector2( 4, -2 ) ]
}
tracks/2/type = "value"
tracks/2/path = NodePath("Hitbox:position")
@ -79,10 +79,10 @@ tracks/2/loop_wrap = true
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/keys = {
"times": PoolRealArray( 0, 0.15, 0.3 ),
"times": PoolRealArray( 0, 0.15, 0.35 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ Vector2( 0, -4 ), Vector2( 0, -18 ), Vector2( 0, -4 ) ]
"values": [ Vector2( 0, -4 ), Vector2( 0, -14 ), Vector2( 0, -4 ) ]
}
[sub_resource type="RectangleShape2D" id=3]