36 lines
1.4 KiB
Text
36 lines
1.4 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://cb4cokd0lxacj"]
|
|
|
|
[ext_resource type="Script" uid="uid://cvcec0uf3erkv" path="res://prototype_map.gd" id="1_mj08v"]
|
|
[ext_resource type="PackedScene" uid="uid://b5tdh43sbe5nj" path="res://map_point.tscn" id="2_mj08v"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_6vn6g"]
|
|
offsets = PackedFloat32Array(0.575972, 0.929329, 1)
|
|
colors = PackedColorArray(0.74902, 0.647059, 0.541176, 1, 0.61, 0.527447, 0.4392, 1, 0.19, 0.164287, 0.1368, 1)
|
|
|
|
[sub_resource type="GradientTexture2D" id="GradientTexture2D_fjiih"]
|
|
gradient = SubResource("Gradient_6vn6g")
|
|
width = 850
|
|
height = 500
|
|
fill = 2
|
|
fill_from = Vector2(0.5, 0.5)
|
|
|
|
[node name="PrototypeMap" type="Node2D"]
|
|
script = ExtResource("1_mj08v")
|
|
|
|
[node name="Background" type="Sprite2D" parent="."]
|
|
position = Vector2(497, 315)
|
|
texture = SubResource("GradientTexture2D_fjiih")
|
|
|
|
[node name="MapPoint" parent="." node_paths=PackedStringArray("connected_map_points") instance=ExtResource("2_mj08v")]
|
|
position = Vector2(199, 332)
|
|
connected_map_points = [NodePath("../MapPoint2")]
|
|
|
|
[node name="MapPoint2" parent="." node_paths=PackedStringArray("connected_map_points") instance=ExtResource("2_mj08v")]
|
|
position = Vector2(256, 299)
|
|
connected_map_points = [NodePath("../MapPoint3"), NodePath("../MapPoint4")]
|
|
|
|
[node name="MapPoint3" parent="." instance=ExtResource("2_mj08v")]
|
|
position = Vector2(315, 278)
|
|
|
|
[node name="MapPoint4" parent="." instance=ExtResource("2_mj08v")]
|
|
position = Vector2(320, 330)
|