generated from krampus/template-godot4
31 lines
855 B
Plaintext
31 lines
855 B
Plaintext
|
[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
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 8
|
||
|
text = " 0"
|
||
|
horizontal_alignment = 2
|