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)
35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
[gd_scene format=3 uid="uid://6d101h70mcx"]
|
|
|
|
[ext_resource type="Script" uid="uid://fdl7ftxw8w1e" path="res://core/research/research_panel.gd" id="1_script"]
|
|
[ext_resource type="PackedScene" uid="uid://ckr805xqy6h4w" path="res://core/research/worker_summary_label.tscn" id="3_worker"]
|
|
|
|
[node name="ResearchPanel" type="PanelContainer" unique_id=600021293]
|
|
custom_minimum_size = Vector2(400, 100)
|
|
offset_right = 400.0
|
|
offset_bottom = 100.0
|
|
script = ExtResource("1_script")
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=973132184]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer" unique_id=1679714014]
|
|
layout_mode = 2
|
|
|
|
[node name="TitleLabel" type="Label" parent="ScrollContainer/VBoxContainer" unique_id=990297493]
|
|
layout_mode = 2
|
|
text = "Research"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer/VBoxContainer" unique_id=1419318708]
|
|
layout_mode = 2
|
|
|
|
[node name="WorkerSummaryLabel" parent="ScrollContainer/VBoxContainer/HBoxContainer" unique_id=13607753 instance=ExtResource("3_worker")]
|
|
|
|
[node name="BuyWorkerButton" type="Button" parent="ScrollContainer/VBoxContainer/HBoxContainer" unique_id=1083899286]
|
|
layout_mode = 2
|
|
text = "Invest Worker (0 available)"
|
|
|
|
[node name="ResearchRows" type="VBoxContainer" parent="ScrollContainer/VBoxContainer" unique_id=2066050169]
|
|
layout_mode = 2
|
|
|
|
[connection signal="pressed" from="ScrollContainer/VBoxContainer/HBoxContainer/BuyWorkerButton" to="." method="_buy_worker"]
|