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)
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://5vli1vqiqdrl"]
|
|
|
|
[ext_resource type="Script" uid="uid://b6systw05frh0" path="res://core/edge_scroll_camera.gd" id="1_08uhj"]
|
|
[ext_resource type="Texture2D" uid="uid://bgtt3wu43tajh" path="res://icon.svg" id="2_c5cli"]
|
|
|
|
[node name="EdgeScrollCamera" type="Node2D" unique_id=1977543223]
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="." unique_id=455629291]
|
|
offset = Vector2(960, 540)
|
|
script = ExtResource("1_08uhj")
|
|
clamp_enabled = true
|
|
clamp_max = Vector2(3000, 2000)
|
|
|
|
[node name="Icon" type="Sprite2D" parent="." unique_id=629901180]
|
|
position = Vector2(988, 485)
|
|
texture = ExtResource("2_c5cli")
|
|
|
|
[node name="Icon2" type="Sprite2D" parent="." unique_id=919808260]
|
|
position = Vector2(1714, 130)
|
|
texture = ExtResource("2_c5cli")
|
|
|
|
[node name="Icon3" type="Sprite2D" parent="." unique_id=368045162]
|
|
position = Vector2(1750, 957)
|
|
texture = ExtResource("2_c5cli")
|
|
|
|
[node name="Icon6" type="Sprite2D" parent="." unique_id=1755994416]
|
|
position = Vector2(2641, 1655)
|
|
rotation = 0.9242716
|
|
texture = ExtResource("2_c5cli")
|
|
|
|
[node name="Icon7" type="Sprite2D" parent="." unique_id=460486605]
|
|
position = Vector2(895.00024, 1641)
|
|
rotation = 0.9242716
|
|
texture = ExtResource("2_c5cli")
|
|
|
|
[node name="Icon4" type="Sprite2D" parent="." unique_id=957351194]
|
|
position = Vector2(134, 962)
|
|
texture = ExtResource("2_c5cli")
|
|
|
|
[node name="Icon5" type="Sprite2D" parent="." unique_id=2077463270]
|
|
position = Vector2(137, 129)
|
|
texture = ExtResource("2_c5cli")
|