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)
This commit was merged in pull request #1.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource type="Script" uid="uid://coasop1lyw5rh" path="res://docs/museums/big_number_museum.gd" id="1_muwei"]
|
||||
[ext_resource type="PackedScene" uid="uid://btkxru2gdjsgc" path="res://currency_tile.tscn" id="2_a7k0t"]
|
||||
[ext_resource type="PackedScene" uid="uid://ckos7f22pnmyh" path="res://generator_container.tscn" id="2_h2bxk"]
|
||||
[ext_resource type="PackedScene" uid="uid://ckos7f22pnmyh" path="res://core/generator/generator_container.tscn" id="2_h2bxk"]
|
||||
|
||||
[node name="BigNumberMuseum" type="Control" unique_id=1249411984]
|
||||
layout_mode = 3
|
||||
|
||||
42
docs/museums/edge_scroll_camera.tscn
Normal file
42
docs/museums/edge_scroll_camera.tscn
Normal file
@@ -0,0 +1,42 @@
|
||||
[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")
|
||||
Reference in New Issue
Block a user