godot-ex1/AI/HitBox.tscn

9 lines
223 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://AI/HitBox.gd" type="Script" id=1]
[node name="HitBox" type="Area2D"]
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]