Minor improvements
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
|
||||
[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="Resource" uid="uid://04pmc034qupd" path="res://idles/generators/library.tres" id="3_4ly0e"]
|
||||
[ext_resource type="Resource" uid="uid://cythfovqgqlyh" path="res://idles/currencies/wood.tres" id="4_2xpf5"]
|
||||
[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="Resource" uid="uid://df5k58yu1g6rf" path="res://idles/generators/forestry.tres" id="5_u3cug"]
|
||||
[ext_resource type="PackedScene" uid="uid://dirvi76rkoowf" path="res://goals_debug_ui.tscn" id="7_7i63j"]
|
||||
|
||||
[node name="GeneratorMuseum" type="Node2D" unique_id=1219373683]
|
||||
[node name="GeneratorGym" type="Node2D" unique_id=1219373683]
|
||||
|
||||
[node name="MagicGenerator" parent="." unique_id=967969064 instance=ExtResource("1_6pne4")]
|
||||
position = Vector2(249, 301)
|
||||
@@ -17,6 +19,14 @@ visible = false
|
||||
position = Vector2(262, 626)
|
||||
currency = ExtResource("2_8qilt")
|
||||
data = ExtResource("3_4ly0e")
|
||||
press_buys_generator = false
|
||||
|
||||
[node name="WoodGenerator" parent="." unique_id=29858558 instance=ExtResource("1_6pne4")]
|
||||
visible = false
|
||||
position = Vector2(969, 304)
|
||||
currency = ExtResource("4_2xpf5")
|
||||
data = ExtResource("5_u3cug")
|
||||
press_buys_generator = false
|
||||
|
||||
[node name="UI" type="Control" parent="." unique_id=452530906]
|
||||
layout_mode = 3
|
||||
@@ -24,19 +34,26 @@ anchors_preset = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="GoldCurrencyTile" parent="UI" unique_id=1440583137 instance=ExtResource("4_6ri4a")]
|
||||
[node name="MagicCurrencyTile" 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")]
|
||||
[node name="KnowledgeCurrencyTile" 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="WoodCurrencyTile" parent="UI" unique_id=1210103101 instance=ExtResource("4_6ri4a")]
|
||||
layout_mode = 0
|
||||
offset_top = 59.0
|
||||
offset_right = 160.0
|
||||
offset_bottom = 90.0
|
||||
currency = ExtResource("4_2xpf5")
|
||||
|
||||
[node name="GoalsDebugUI" parent="UI" unique_id=4710697 instance=ExtResource("7_7i63j")]
|
||||
layout_mode = 1
|
||||
offset_left = 1253.0
|
||||
Reference in New Issue
Block a user