12 lines
426 B
Text
12 lines
426 B
Text
[gd_scene load_steps=3 format=3 uid="uid://crptu0w0l57dd"]
|
|
|
|
[ext_resource type="Script" uid="uid://ejd25ul4j5pp" path="res://scripts/hitbox.gd" id="1_orx6n"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_orx6n"]
|
|
|
|
[node name="Hitbox" type="Area2D"]
|
|
collision_mask = 3
|
|
script = ExtResource("1_orx6n")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_orx6n")
|