71 lines
3.1 KiB
Plaintext
71 lines
3.1 KiB
Plaintext
[gd_scene format=3 uid="uid://cfryecxmcg8hw"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://jeoiinukrrsp" path="res://core/generator/currency_generator.tscn" id="1_6pne4"]
|
|
[ext_resource type="Resource" uid="uid://bnhqk8b31mm4e" path="res://idles/currencies/knowledge.tres" id="2_8qilt"]
|
|
[ext_resource type="Resource" uid="uid://04pmc034qupd" path="res://idles/generators/secondary_generator.tres" id="3_4ly0e"]
|
|
[ext_resource type="PackedScene" uid="uid://btkxru2gdjsgc" path="res://currency_tile.tscn" id="4_6ri4a"]
|
|
[ext_resource type="Resource" uid="uid://brqaojindcxa5" path="res://idles/currencies/magic.tres" id="5_dl3gy"]
|
|
[ext_resource type="PackedScene" uid="uid://ckos7f22pnmyh" path="res://generator_container.tscn" id="6_miduw"]
|
|
[ext_resource type="PackedScene" uid="uid://dirvi76rkoowf" path="res://core/generator-unlock-goals/goals_debug_ui.tscn" id="7_7i63j"]
|
|
[ext_resource type="Script" uid="uid://1sykgtg24a7g" path="res://core/generator-unlock-goals/generator_unlock_system.gd" id="8_bhig6"]
|
|
[ext_resource type="Resource" uid="uid://mnuihnwb70ba" path="res://idles/goals/generator_unlock_knowledge.tres" id="9_l765j"]
|
|
[ext_resource type="Resource" uid="uid://8wrqdjewfdq5" path="res://idles/goals/generator_unlock_wood.tres" id="10_x0wp6"]
|
|
|
|
[node name="GeneratorMuseum" type="Node2D" unique_id=1219373683]
|
|
|
|
[node name="MagicGenerator" parent="." unique_id=967969064 instance=ExtResource("1_6pne4")]
|
|
position = Vector2(580, 114)
|
|
|
|
[node name="KnowledgeGenerator" parent="." unique_id=2139088546 instance=ExtResource("1_6pne4")]
|
|
visible = false
|
|
position = Vector2(761, 342)
|
|
currency = ExtResource("2_8qilt")
|
|
data = ExtResource("3_4ly0e")
|
|
|
|
[node name="UI" type="Control" parent="." unique_id=452530906]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="GoldCurrencyTile" parent="UI" unique_id=1440583137 instance=ExtResource("4_6ri4a")]
|
|
layout_mode = 0
|
|
offset_right = 160.0
|
|
offset_bottom = 31.0
|
|
currency = ExtResource("5_dl3gy")
|
|
|
|
[node name="GemsCurrencyTile" parent="UI" unique_id=1977342362 instance=ExtResource("4_6ri4a")]
|
|
layout_mode = 0
|
|
offset_top = 28.0
|
|
offset_right = 160.0
|
|
offset_bottom = 59.0
|
|
currency = ExtResource("2_8qilt")
|
|
|
|
[node name="MagicGeneratorContainer" parent="UI" unique_id=1129190041 node_paths=PackedStringArray("_generator") instance=ExtResource("6_miduw")]
|
|
layout_mode = 1
|
|
offset_left = -19.0
|
|
offset_top = 50.5
|
|
offset_right = 422.0
|
|
offset_bottom = 316.0
|
|
_generator = NodePath("../../MagicGenerator")
|
|
|
|
[node name="KnowledgeGeneratorContainer" parent="UI" unique_id=1999544736 node_paths=PackedStringArray("_generator") instance=ExtResource("6_miduw")]
|
|
visible = false
|
|
layout_mode = 1
|
|
offset_left = -16.0
|
|
offset_top = 352.0
|
|
offset_right = 417.0
|
|
offset_bottom = 626.0
|
|
_generator = NodePath("../../KnowledgeGenerator")
|
|
|
|
[node name="GoalsDebugUI" parent="UI" unique_id=4710697 instance=ExtResource("7_7i63j")]
|
|
layout_mode = 1
|
|
offset_left = 846.0
|
|
offset_top = 390.0
|
|
offset_right = 1153.0
|
|
offset_bottom = 649.0
|
|
|
|
[node name="GeneratorUnlockSystem" type="Node" parent="." unique_id=1909967402]
|
|
script = ExtResource("8_bhig6")
|
|
goals = Array[Resource]([ExtResource("9_l765j"), ExtResource("10_x0wp6")])
|