[gd_scene load_steps=3 format=2] [ext_resource path="res://GUI.gd" type="Script" id=1] [ext_resource path="res://Assets/kenney_pixelplatformer/Tiles/tile_0044.png" type="Texture" id=2] [node name="GUI" type="MarginContainer"] anchor_right = 1.0 anchor_bottom = 1.0 margin_right = 54.0 margin_bottom = 18.0 script = ExtResource( 1 ) [node name="HPIndicator" type="TextureRect" parent="."] margin_right = 54.0 margin_bottom = 18.0 rect_min_size = Vector2( 54, 18 ) size_flags_horizontal = 0 size_flags_vertical = 0 texture = ExtResource( 2 ) expand = true stretch_mode = 2