Initial commit

This commit is contained in:
2020-10-26 00:50:16 -04:00
commit e3358f6dd1
707 changed files with 12028 additions and 0 deletions

22
nodes/PlayerGui.tscn Normal file
View File

@@ -0,0 +1,22 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/PlayerGui.cs" type="Script" id=1]
[node name="PlayerGui" type="CanvasLayer"]
script = ExtResource( 1 )
[node name="Control" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HealthBar" type="ProgressBar" parent="Control"]
margin_left = 10.1083
margin_top = 8.91905
margin_right = 252.108
margin_bottom = 22.9191
__meta__ = {
"_edit_use_anchors_": false
}