fight system and whatnot
This commit is contained in:
13
scenes/fightable.tscn
Normal file
13
scenes/fightable.tscn
Normal file
@@ -0,0 +1,13 @@
|
||||
[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")
|
||||
Reference in New Issue
Block a user