death of the super slime
This commit is contained in:
parent
8f2b42f968
commit
13708b4046
2 changed files with 11 additions and 2 deletions
|
@ -30,12 +30,12 @@ animations = [ {
|
|||
[sub_resource type="RectangleShape2D" id=6]
|
||||
extents = Vector2( 4, 4 )
|
||||
|
||||
[node name="SuperSlime" type="Node2D"]
|
||||
[node name="SuperSlime" type="Node2D" groups=["ememy"]]
|
||||
script = ExtResource( 1 )
|
||||
blood = false
|
||||
jump_speed = 100.0
|
||||
|
||||
[node name="Hitbox" type="Area2D" parent="."]
|
||||
[node name="Hitbox" type="Area2D" parent="." groups=["enemy_hitbox"]]
|
||||
|
||||
[node name="Sprite" type="AnimatedSprite" parent="Hitbox"]
|
||||
material = SubResource( 4 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue