mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 21:42:23 +02:00
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Overlap/HurtHit_Box/Hitbox.gd" type="Script" id=1]
|
|
|
|
[node name="Hitbox" type="Area2D" groups=[
|
|
"hitbox",
|
|
]]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|