[gd_scene load_steps=4 format=3 uid="uid://b03ndwdjg6qn7"] [ext_resource type="Theme" uid="uid://dq6ap352bephr" path="res://rpg_theme.tres" id="1_nhirj"] [ext_resource type="FontFile" uid="uid://cr7mig3nv8lb" path="res://Hungry 7h.ttf" id="2_rsiv7"] [ext_resource type="Script" path="res://scenes/PlayerBars.gd" id="2_vk7jw"] [node name="PlayerBars" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("1_nhirj") script = ExtResource("2_vk7jw") [node name="Container" type="VBoxContainer" parent="."] layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 [node name="Health" type="Label" parent="Container"] layout_mode = 2 theme_override_constants/shadow_offset_x = 2 theme_override_constants/shadow_offset_y = 2 theme_override_fonts/font = ExtResource("2_rsiv7") theme_override_font_sizes/font_size = 32 text = "HP: 0 / 10" [node name="MarginContainer" type="MarginContainer" parent="Container"] layout_mode = 2 theme_override_constants/margin_left = 16 [node name="Focus" type="Label" parent="Container/MarginContainer"] layout_mode = 2 theme_override_constants/shadow_offset_x = 2 theme_override_constants/shadow_offset_y = 2 theme_override_fonts/font = ExtResource("2_rsiv7") theme_override_font_sizes/font_size = 32 text = "FP: 0 / 10"