21 lines
667 B
Plaintext
21 lines
667 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cpqrufo1gdajy"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/tlob.cs" id="1_i865j"]
|
|
[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"]
|
|
motion_mode = 1
|
|
script = ExtResource("1_i865j")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_5pvct")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_tg6nh")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
zoom = Vector2(0.5, 0.5)
|