SupaLidlGame/BoundingBoxes/Hitbox.tscn

13 lines
420 B
Plaintext
Raw Permalink Normal View History

2023-12-08 20:28:46 -08:00
[gd_scene load_steps=2 format=3 uid="uid://du5vhccg75nrq"]
2022-11-13 19:52:09 -08:00
[ext_resource type="Script" path="res://BoundingBoxes/Hitbox.cs" id="1_44i8j"]
[node name="Hitbox" type="Area2D"]
2022-11-25 09:11:46 -08:00
priority = 5.0
2022-11-13 19:52:09 -08:00
script = ExtResource("1_44i8j")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
debug_color = Color(0.701961, 0.490196, 0, 0.419608)
[connection signal="area_entered" from="." to="." method="_on_area_entered"]