-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGUI.tscn
More file actions
45 lines (35 loc) · 1.25 KB
/
Copy pathGUI.tscn
File metadata and controls
45 lines (35 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[gd_scene load_steps=5 format=2]
[ext_resource path="res://GUI.cs" type="Script" id=1]
[ext_resource path="res://assets/gui/lifebar_bg.png" type="Texture" id=2]
[ext_resource path="res://assets/gui/lifebar_fill.png" type="Texture" id=3]
[ext_resource path="res://map.tscn" type="PackedScene" id=4]
[node name="GUI" type="MarginContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 20.0
margin_top = 20.0
margin_right = 20.0
margin_bottom = 20.0
script = ExtResource( 1 )
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_right = 1024.0
margin_bottom = 600.0
alignment = 1
[node name="Bars" type="VBoxContainer" parent="HBoxContainer"]
margin_left = 314.0
margin_right = 710.0
margin_bottom = 600.0
[node name="Bar" type="HBoxContainer" parent="HBoxContainer/Bars"]
margin_right = 396.0
margin_bottom = 53.0
[node name="Health" type="MarginContainer" parent="HBoxContainer/Bars/Bar"]
margin_right = 396.0
margin_bottom = 53.0
[node name="TextureProgress" type="TextureProgress" parent="HBoxContainer/Bars/Bar/Health"]
margin_right = 396.0
margin_bottom = 53.0
max_value = 6.0
texture_under = ExtResource( 2 )
texture_progress = ExtResource( 3 )
[node name="Tween" type="Tween" parent="."]
[node name="Map" parent="." instance=ExtResource( 4 )]