progress
This commit is contained in:
29
TemplateScene.tscn
Normal file
29
TemplateScene.tscn
Normal file
@@ -0,0 +1,29 @@
|
||||
[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"]
|
||||
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)
|
||||
Reference in New Issue
Block a user