2025-03-07 19:26:12 -07:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://cq8qcp5xg41e0"]
|
|
|
|
|
|
|
|
[ext_resource type="Theme" uid="uid://b07fevr214mmr" path="res://src/ui/hud/hud_theme.tres" id="1_fwos1"]
|
|
|
|
[ext_resource type="Script" uid="uid://dspsijt4ysg4x" path="res://src/ui/hud/grunk_counter/grunk_counter.gd" id="2_jfqlp"]
|
|
|
|
|
|
|
|
[node name="GrunkCounter" type="HBoxContainer"]
|
|
|
|
anchors_preset = 2
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_top = -45.0
|
|
|
|
offset_right = 134.0
|
|
|
|
grow_vertical = 0
|
|
|
|
theme = ExtResource("1_fwos1")
|
|
|
|
alignment = 2
|
|
|
|
script = ExtResource("2_jfqlp")
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
texture_filter = 6
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 0
|
|
|
|
text = "GRUNK: "
|
|
|
|
|
|
|
|
[node name="Counter" type="Label" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
texture_filter = 6
|
2025-03-20 22:45:19 -06:00
|
|
|
custom_minimum_size = Vector2(120, 0)
|
2025-03-07 19:26:12 -07:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
size_flags_vertical = 8
|
2025-03-20 22:45:19 -06:00
|
|
|
text = "0"
|
2025-03-07 19:26:12 -07:00
|
|
|
horizontal_alignment = 2
|