summaryrefslogtreecommitdiff
path: root/scenes/crawlers/soldier.tscn
blob: 0bc7fd0414b2c04042ec4887e030cd8c0e9ffa0f (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://rp5orgc6ae7j"]

[ext_resource type="Texture2D" uid="uid://di2vybjsniag4" path="res://assets/tilemap.png" id="1_2fsdr"]
[ext_resource type="Script" uid="uid://gn1504blq1pf" path="res://scenes/crawlers/soldier.gd" id="1_220eh"]

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

[node name="CrawlerSoldier" type="CharacterBody2D"]
script = ExtResource("1_220eh")

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

[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_2fsdr")
region_enabled = true
region_rect = Rect2(432, 0, 16, 16)