Level Functionality Complete
This commit is contained in:
@@ -14,7 +14,9 @@ radius = 56.0659
|
||||
radius = 6.0
|
||||
height = 5.0
|
||||
|
||||
[node name="snowmen_enemy" type="KinematicBody2D"]
|
||||
[node name="snowmen_enemy" type="KinematicBody2D" groups=[
|
||||
"enemy",
|
||||
]]
|
||||
collision_layer = 2
|
||||
script = ExtResource( 2 )
|
||||
|
||||
@@ -50,3 +52,4 @@ shape = SubResource( 3 )
|
||||
[connection signal="body_entered" from="detection" to="." method="_on_Area2D_body_entered"]
|
||||
[connection signal="body_exited" from="detection" to="." method="_on_Area2D_body_exited"]
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|
||||
[connection signal="area_entered" from="hitbox" to="." method="_on_hitbox_area_entered"]
|
||||
|
Reference in New Issue
Block a user