summaryrefslogtreecommitdiff
path: root/scenes/knight.tscn
blob: 921e101dad24b0b31a578995afedd20a7c67cdd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)