Move generator panel ui inside generator
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
[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"]
|
||||
[ext_resource type="Script" uid="uid://1sykgtg24a7g" path="res://core/generator-unlock-goals/generator_unlock_system.gd" id="8_bhig6"]
|
||||
[ext_resource type="Resource" uid="uid://mnuihnwb70ba" path="res://idles/goals/generator_unlock_knowledge.tres" id="9_l765j"]
|
||||
@@ -14,7 +13,8 @@
|
||||
[node name="GeneratorMuseum" type="Node2D" unique_id=1219373683]
|
||||
|
||||
[node name="MagicGenerator" parent="." unique_id=967969064 instance=ExtResource("1_6pne4")]
|
||||
position = Vector2(580, 114)
|
||||
position = Vector2(569, 328)
|
||||
grants_click_while_hovering = true
|
||||
|
||||
[node name="KnowledgeGenerator" parent="." unique_id=2139088546 instance=ExtResource("1_6pne4")]
|
||||
visible = false
|
||||
@@ -41,23 +41,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user