summaryrefslogtreecommitdiff
path: root/scenes/gnome.tscn
blob: dbda07ee5276481adc0f1555296e6cb6dd492fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[gd_scene load_steps=4 format=3 uid="uid://devcq5vsnrrm7"]

[ext_resource type="Script" uid="uid://ctq24sn8yo6me" path="res://scripts/gnome.gd" id="1_2fhd7"]
[ext_resource type="Texture2D" uid="uid://di2vybjsniag4" path="res://assets/tilemap.png" id="2_88agf"]

[sub_resource type="CircleShape2D" id="CircleShape2D_220eh"]
radius = 8.06226

[node name="CrawlerGnome" type="CharacterBody2D"]
script = ExtResource("1_2fhd7")

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_220eh")

[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_88agf")
region_enabled = true
region_rect = Rect2(416, 144, 16, 16)