[gd_scene load_steps=3 format=2] [ext_resource path="res://Characters/Player/UI/UI.gd" type="Script" id=1] [ext_resource path="res://Resources/Textures/pillLevel_fill.png" type="Texture" id=2] [node name="HUD" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 10.2837 margin_right = 10.2837 script = ExtResource( 1 ) [node name="PressInteract" type="Label" parent="."] visible = false margin_left = 453.005 margin_top = 515.582 margin_right = 569.005 margin_bottom = 529.582 text = "Press E to interact" [node name="InventoryContainer" type="GridContainer" parent="."] margin_left = 868.0 margin_top = 48.0 margin_right = 1007.0 margin_bottom = 565.0 [node name="PillLevel" type="Label" parent="."] margin_right = 40.0 margin_bottom = 14.0 [node name="TextureProgress" type="TextureProgress" parent="."] margin_left = -0.571533 margin_top = 24.7845 margin_right = 247.428 margin_bottom = 64.7845 max_value = 6.0 step = 0.1 value = 6.0 texture_progress = ExtResource( 2 )