88 lines
3.3 KiB
Plaintext
88 lines
3.3 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://b5npsmec2fo2w"]
|
|
|
|
[ext_resource type="Script" uid="uid://du4qd5ynhkjs6" path="res://UI/ui_framework.gd" id="1_6fk5m"]
|
|
[ext_resource type="PackedScene" uid="uid://bfmnpiqcyi83h" path="res://UI/popup/task_development/main_plan/main_plan.tscn" id="2_qpnja"]
|
|
[ext_resource type="PackedScene" uid="uid://hidwgnr45bw7" path="res://UI/popup/task_development/main_plan/platform/platform.tscn" id="3_5pged"]
|
|
[ext_resource type="PackedScene" uid="uid://b8bb7bnc08siu" path="res://UI/popup/task_development/main_plan/gameplay/gameplay.tscn" id="4_ub8no"]
|
|
[ext_resource type="PackedScene" uid="uid://ydvns1eq64e5" path="res://UI/popup/task_development/main_plan/theme/theme.tscn" id="5_l54p6"]
|
|
[ext_resource type="PackedScene" uid="uid://cx5nui56begu8" path="res://UI/popup/task_development/main_plan/strategy/strategy.tscn" id="6_adtuk"]
|
|
[ext_resource type="PackedScene" uid="uid://chl131ysu15rd" path="res://UI/popup/task_development/product_focus/product_focus.tscn" id="7_l1sf4"]
|
|
[ext_resource type="PackedScene" uid="uid://dtywh0m5odikx" path="res://UI/popup/dialogue.tscn" id="8_6il88"]
|
|
[ext_resource type="PackedScene" uid="uid://b5nxlnb6xr2oc" path="res://UI/popup/task_development/npc_select_1/npc_select_1.tscn" id="9_qpnja"]
|
|
|
|
[node name="task_development_start" type="Control" groups=["task_development"]]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
script = ExtResource("1_6fk5m")
|
|
initial_page_path = NodePath("main_plan")
|
|
gamestate_data_key = "task_info"
|
|
|
|
[node name="main_plan" parent="." instance=ExtResource("2_qpnja")]
|
|
visible = false
|
|
layout_mode = 1
|
|
next_ui_node_path = NodePath("../product_focus")
|
|
|
|
[node name="platform" parent="main_plan" instance=ExtResource("3_5pged")]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -20.0
|
|
offset_right = 20.0
|
|
offset_bottom = 20.0
|
|
next_ui_node_path = NodePath("..")
|
|
parent_page_node_path = NodePath("..")
|
|
|
|
[node name="gameplay" parent="main_plan" instance=ExtResource("4_ub8no")]
|
|
visible = false
|
|
layout_mode = 1
|
|
next_ui_node_path = NodePath("..")
|
|
parent_page_node_path = NodePath("..")
|
|
|
|
[node name="theme" parent="main_plan" instance=ExtResource("5_l54p6")]
|
|
visible = false
|
|
layout_mode = 1
|
|
next_ui_node_path = NodePath("..")
|
|
parent_page_node_path = NodePath("..")
|
|
|
|
[node name="strategy" parent="main_plan" instance=ExtResource("6_adtuk")]
|
|
layout_mode = 1
|
|
next_ui_node_path = NodePath("..")
|
|
parent_page_node_path = NodePath("..")
|
|
|
|
[node name="product_focus" parent="." instance=ExtResource("7_l1sf4")]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -20.0
|
|
offset_right = 20.0
|
|
offset_bottom = 20.0
|
|
next_ui_node_path = NodePath("../dialogue")
|
|
back_ui_node_path = NodePath("../main_plan")
|
|
|
|
[node name="dialogue" parent="." instance=ExtResource("8_6il88")]
|
|
visible = false
|
|
layout_mode = 1
|
|
dialogues = ["谁来写立项书呢?"]
|
|
next_ui_node_path = NodePath("../npc_select_1")
|
|
back_ui_node_path = NodePath("../npc_select_1")
|
|
|
|
[node name="npc_select_1" parent="." instance=ExtResource("9_qpnja")]
|
|
visible = false
|
|
layout_mode = 1
|
|
back_ui_node_path = NodePath("../main_plan")
|