Change project organization

This commit is contained in:
2026-03-19 22:18:34 +01:00
parent 278b073501
commit 3c8709c834
39 changed files with 74 additions and 75 deletions

View File

@@ -0,0 +1,5 @@
extends Control
func _ready() -> void:
pass

View File

@@ -0,0 +1 @@
uid://coasop1lyw5rh

View File

@@ -0,0 +1,49 @@
[gd_scene format=3 uid="uid://b11eevc8qj18p"]
[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"]
[node name="BigNumberMuseum" type="Control" unique_id=1249411984]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_muwei")
[node name="CurrencyTile" parent="." unique_id=1440583137 instance=ExtResource("2_a7k0t")]
layout_mode = 0
offset_right = 404.0
offset_bottom = 31.0
[node name="GoldGeneratorContainer" parent="." unique_id=1129190041 instance=ExtResource("2_h2bxk")]
layout_mode = 0
anchors_preset = 0
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
offset_left = 0.0
offset_top = 81.0
offset_right = 264.0
offset_bottom = 246.0
grow_horizontal = 1
grow_vertical = 1
[node name="GemsGeneratorContainer" parent="." unique_id=1519618562 instance=ExtResource("2_h2bxk")]
layout_mode = 0
anchors_preset = 0
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
offset_left = 0.0
offset_top = 246.0
offset_right = 264.0
offset_bottom = 411.0
grow_horizontal = 1
grow_vertical = 1
[editable path="GemsGeneratorContainer"]

View File

@@ -0,0 +1,63 @@
[gd_scene format=3 uid="uid://cfryecxmcg8hw"]
[ext_resource type="PackedScene" uid="uid://jeoiinukrrsp" path="res://core/generator/currency_generator.tscn" id="1_6pne4"]
[ext_resource type="Resource" uid="uid://bnhqk8b31mm4e" path="res://idles/currencies/knowledge.tres" id="2_8qilt"]
[ext_resource type="Resource" uid="uid://04pmc034qupd" path="res://idles/generators/secondary_generator.tres" id="3_4ly0e"]
[ext_resource type="PackedScene" uid="uid://btkxru2gdjsgc" path="res://currency_tile.tscn" id="4_6ri4a"]
[ext_resource type="Resource" uid="uid://brqaojindcxa5" path="res://idles/currencies/magic.tres" id="5_dl3gy"]
[ext_resource type="PackedScene" uid="uid://ckos7f22pnmyh" path="res://generator_container.tscn" id="6_miduw"]
[ext_resource type="PackedScene" uid="uid://dirvi76rkoowf" path="res://core/generator-unlock-goals/goals_debug_ui.tscn" id="7_7i63j"]
[node name="GeneratorMuseum" type="Node2D" unique_id=1219373683]
[node name="MagicGenerator" parent="." unique_id=967969064 instance=ExtResource("1_6pne4")]
position = Vector2(580, 114)
[node name="KnowledgeGenerator" parent="." unique_id=2139088546 instance=ExtResource("1_6pne4")]
visible = false
position = Vector2(761, 342)
currency = ExtResource("2_8qilt")
data = ExtResource("3_4ly0e")
[node name="UI" type="Control" parent="." unique_id=452530906]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="GoldCurrencyTile" parent="UI" unique_id=1440583137 instance=ExtResource("4_6ri4a")]
layout_mode = 0
offset_right = 160.0
offset_bottom = 31.0
currency = ExtResource("5_dl3gy")
[node name="GemsCurrencyTile" parent="UI" unique_id=1977342362 instance=ExtResource("4_6ri4a")]
layout_mode = 0
offset_top = 28.0
offset_right = 160.0
offset_bottom = 59.0
currency = ExtResource("2_8qilt")
[node name="MagicGeneratorContainer" parent="UI" unique_id=1129190041 node_paths=PackedStringArray("_generator") instance=ExtResource("6_miduw")]
layout_mode = 1
offset_left = -19.0
offset_top = 50.5
offset_right = 422.0
offset_bottom = 316.0
_generator = NodePath("../../MagicGenerator")
[node name="KnowledgeGeneratorContainer" parent="UI" unique_id=1999544736 node_paths=PackedStringArray("_generator") instance=ExtResource("6_miduw")]
visible = false
layout_mode = 1
offset_left = -16.0
offset_top = 352.0
offset_right = 417.0
offset_bottom = 626.0
_generator = NodePath("../../KnowledgeGenerator")
[node name="GoalsDebugUI" parent="UI" unique_id=4710697 instance=ExtResource("7_7i63j")]
layout_mode = 1
offset_left = 846.0
offset_top = 390.0
offset_right = 1153.0
offset_bottom = 649.0