Decouples core systems from centralized globals in favor of catalogue-based architecture and data-driven content. Key changes: - Prestige: node-based buff tech tree, graph panel, progress bar - Research: multi-worker system, per-generator research, xp generation - Ascension: meta-currency layer via multi-currency prestige resets - Buffs: refactored as generator-independent via catalogues - UI: currency panel, edge-scrolling camera + zoom, current-goal panel - Alchemy Tower: crafting building with recipe/cost system - Testing: 7 test suites (ascension, prestige, research, goals) - Content: migrated from hardcoded idles/ to gym format (tiny_sword)
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
[gd_scene format=3 uid="uid://dirvi76rkoowf"]
|
|
|
|
[ext_resource type="Script" uid="uid://bmrbaulftvvwm" path="res://goals_debug_ui.gd" id="1_s7s8v"]
|
|
|
|
[node name="GoalsDebugUI" type="PanelContainer" unique_id=1494700185]
|
|
offset_right = 640.0
|
|
offset_bottom = 260.0
|
|
script = ExtResource("1_s7s8v")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1582529872]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 8
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 8
|
|
theme_override_constants/margin_bottom = 8
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer" unique_id=2143335122]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/ScrollContainer" unique_id=1555356181]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
theme_override_constants/separation = 6
|
|
|
|
[node name="TitleLabel" type="Label" parent="MarginContainer/ScrollContainer/VBoxContainer" unique_id=811777252]
|
|
layout_mode = 2
|
|
text = "Goals Debug"
|
|
|
|
[node name="SummaryLabel" type="Label" parent="MarginContainer/ScrollContainer/VBoxContainer" unique_id=17196021]
|
|
layout_mode = 2
|
|
text = "Goals: 0 | Ready: 0 | Unlocked: 0"
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/ScrollContainer/VBoxContainer" unique_id=1105060075]
|
|
custom_minimum_size = Vector2(0, 170)
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="GoalsList" type="VBoxContainer" parent="MarginContainer/ScrollContainer/VBoxContainer/ScrollContainer" unique_id=1684633480]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
theme_override_constants/separation = 6
|