15 lines
473 B
Plaintext
15 lines
473 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cpqrufo1gdajy"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dfjrr8hcd3ol" path="res://sprites/tlob.png" id="1_tg6nh"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_5pvct"]
|
|
radius = 64.0
|
|
|
|
[node name="Tlob" type="CharacterBody2D"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_5pvct")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_tg6nh")
|