Use GoalData for everything
This commit is contained in:
40
goals_debug_ui.tscn
Normal file
40
goals_debug_ui.tscn
Normal file
@@ -0,0 +1,40 @@
|
||||
[gd_scene format=3 uid="uid://dirvi76rkoowf"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bmrbaulftvvwm" path="res://goals_debug_ui.gd" id="1_s7s8v"]
|
||||
|
||||
[node name="GoalsDebugUI" type="PanelContainer" unique_id=1494700185]
|
||||
offset_right = 640.0
|
||||
offset_bottom = 260.0
|
||||
script = ExtResource("1_s7s8v")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1582529872]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 8
|
||||
theme_override_constants/margin_top = 8
|
||||
theme_override_constants/margin_right = 8
|
||||
theme_override_constants/margin_bottom = 8
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer" unique_id=1555356181]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme_override_constants/separation = 6
|
||||
|
||||
[node name="TitleLabel" type="Label" parent="MarginContainer/VBoxContainer" unique_id=811777252]
|
||||
layout_mode = 2
|
||||
text = "Goals Debug"
|
||||
|
||||
[node name="SummaryLabel" type="Label" parent="MarginContainer/VBoxContainer" unique_id=17196021]
|
||||
layout_mode = 2
|
||||
text = "Goals: 0 | Ready: 0 | Unlocked: 0"
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/VBoxContainer" unique_id=1105060075]
|
||||
custom_minimum_size = Vector2(0, 170)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="GoalsList" type="VBoxContainer" parent="MarginContainer/VBoxContainer/ScrollContainer" unique_id=1684633480]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme_override_constants/separation = 6
|
||||
Reference in New Issue
Block a user