Files
ai-game-2/TemplateScene.tscn
2026-02-20 21:34:02 -08:00

31 lines
975 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://ctkmgtcvpnkm8"]
[ext_resource type="Script" uid="uid://ufisiilfe5nk" path="res://template_scene.gd" id="1_3emh1"]
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_eoyjm"]
[node name="Scene" type="Node2D"]
y_sort_enabled = true
script = ExtResource("1_3emh1")
metadata/_custom_type_script = "uid://bq05g53bnqgou"
[node name="bg" type="Sprite2D" parent="."]
scale = Vector2(0.467949, 0.467949)
centered = false
[node name="StartScalePoint" type="Node2D" parent="."]
position = Vector2(1399, 325)
script = ExtResource("3_eoyjm")
target_scale = 0.25
[node name="EndScalePoint" type="Node2D" parent="."]
position = Vector2(1408, 1097)
scale = Vector2(0.44, 0.44)
script = ExtResource("3_eoyjm")
target_scale = 0.35
[node name="pathfind" type="NavigationRegion2D" parent="."]
position = Vector2(-1, 0)
[node name="default-starting-point" type="Node2D" parent="."]
position = Vector2(194, 819)