Files
idle/core/prestige/prestige_buff_graph_tile.tscn
Michele Rossi 81a4058b04 systems rework: buffs, prestige graph, research, modular architecture
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)
2026-05-07 20:36:21 +00:00

41 lines
1.4 KiB
Plaintext

[gd_scene format=3 uid="uid://bqk8rwia7lpbg"]
[ext_resource type="Script" uid="uid://w8ogrp1s6qsf" path="res://core/prestige/prestige_buff_graph_tile.gd" id="1_script"]
[node name="AscensionBuffGraphTile" type="PanelContainer" unique_id=582396224]
custom_minimum_size = Vector2(220, 100)
script = ExtResource("1_script")
[node name="Button" type="Button" parent="." unique_id=34096996]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="Button" unique_id=760838153]
layout_mode = 0
[node name="Icon" type="TextureRect" parent="Button/HBoxContainer" unique_id=2086768939]
custom_minimum_size = Vector2(48, 48)
layout_mode = 2
size_flags_horizontal = 0
[node name="VBoxContainer" type="VBoxContainer" parent="Button/HBoxContainer" unique_id=1701436193]
layout_mode = 2
size_flags_horizontal = 3
[node name="NameLabel" type="Label" parent="Button/HBoxContainer/VBoxContainer" unique_id=334883451]
layout_mode = 2
text = "Buff Name"
[node name="EffectLabel" type="Label" parent="Button/HBoxContainer/VBoxContainer" unique_id=1416390723]
layout_mode = 2
text = "+10% effect"
[node name="CostLabel" type="Label" parent="Button/HBoxContainer/VBoxContainer" unique_id=983468527]
layout_mode = 2
text = "Cost: 0"
[node name="StateLabel" type="Label" parent="Button/HBoxContainer" unique_id=629071282]
layout_mode = 2
size_flags_horizontal = 0
text = "Locked"
horizontal_alignment = 2