summaryrefslogtreecommitdiffstats
path: root/GUI.tscn
blob: 52c2172465d218702613413611a686ad0344bfba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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_left = 4.0
margin_top = 4.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