begun work on lab
This commit is contained in:
parent
acf9628d4c
commit
fa7352bc73
4 changed files with 125 additions and 3 deletions
|
@ -33,7 +33,6 @@ extents = Vector2( 4, 4 )
|
|||
[node name="SuperSlime" type="Node2D" groups=["ememy"]]
|
||||
script = ExtResource( 1 )
|
||||
blood = false
|
||||
jump_speed = 100.0
|
||||
|
||||
[node name="Hitbox" type="Area2D" parent="." groups=["enemy_hitbox"]]
|
||||
|
||||
|
@ -41,6 +40,7 @@ jump_speed = 100.0
|
|||
material = SubResource( 4 )
|
||||
position = Vector2( 4, 3 )
|
||||
frames = SubResource( 5 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue