28 lines
790 B
Text
28 lines
790 B
Text
[gd_scene load_steps=2 format=3 uid="uid://b7eeptlk47ymd"]
|
|
|
|
[ext_resource type="Script" path="res://ui/scripts/ui_component.gd" id="1_6lnte"]
|
|
|
|
[node name="UiComponent" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_6lnte")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 10
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="NectarBar" type="ProgressBar" parent="MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|