Add current goal panel, cleanup prestige panel
This commit is contained in:
26
core/goals/current_goal_panel.tscn
Normal file
26
core/goals/current_goal_panel.tscn
Normal file
@@ -0,0 +1,26 @@
|
||||
[gd_scene format=3 uid="uid://dudfvxilbydas"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dfn06haxb2yhr" path="res://core/goals/current_goal_panel.gd" id="1_70l2h"]
|
||||
|
||||
[node name="CurrentGoalPanel" type="PanelContainer" unique_id=1791509101]
|
||||
offset_left = 155.0
|
||||
offset_top = 210.0
|
||||
offset_right = 500.0
|
||||
offset_bottom = 320.0
|
||||
script = ExtResource("1_70l2h")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=933762288]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 4
|
||||
|
||||
[node name="GoalLabel" type="Label" parent="VBoxContainer" unique_id=1859068341]
|
||||
layout_mode = 2
|
||||
text = "Goal"
|
||||
|
||||
[node name="RequirementsLabel" type="Label" parent="VBoxContainer" unique_id=2092922827]
|
||||
layout_mode = 2
|
||||
text = "Requirements"
|
||||
|
||||
[node name="ResolveButton" type="Button" parent="VBoxContainer" unique_id=760904344]
|
||||
layout_mode = 2
|
||||
text = "Resolve"
|
||||
Reference in New Issue
Block a user