Files
project-hood/scenes/fightable.tscn
2025-10-29 01:47:45 +01:00

14 lines
456 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://de71apm4hg6i"]
[ext_resource type="Script" uid="uid://cvd86i6imfk24" path="res://scripts/fightable.gd" id="1_k4gqj"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ij5l6"]
size = Vector2(32, 32)
[node name="Fightable" type="Area2D"]
collision_layer = 2
script = ExtResource("1_k4gqj")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_ij5l6")