summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
Diffstat (limited to 'scenes')
-rw-r--r--scenes/knight.tscn15
1 files changed, 15 insertions, 0 deletions
diff --git a/scenes/knight.tscn b/scenes/knight.tscn
new file mode 100644
index 0000000..921e101
--- /dev/null
+++ b/scenes/knight.tscn
@@ -0,0 +1,15 @@
+[gd_scene load_steps=3 format=3 uid="uid://dh6732v1ja8yk"]
+
+[ext_resource type="Script" uid="uid://fyov84nkbjh8" path="res://scripts/knight.gd" id="1_dp28g"]
+
+[sub_resource type="CircleShape2D" id="CircleShape2D_220eh"]
+radius = 8.06226
+
+[node name="CrawlerKnight" type="CharacterBody2D"]
+script = ExtResource("1_dp28g")
+
+[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
+shape = SubResource("CircleShape2D_220eh")
+
+[node name="Sprite2D" type="Sprite2D" parent="."]
+region_rect = Rect2(448, 0, 16, 16)