24 lines
847 B
Plaintext
24 lines
847 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cdaxqopr35lll"]
|
|
|
|
[ext_resource type="Script" uid="uid://b66ysicyh0m1s" path="res://Gameplay/Player.cs" id="1_4flbx"]
|
|
[ext_resource type="Script" uid="uid://dbfpn1p62siat" path="res://Gameplay/PowerBar.cs" id="2_onrkg"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_i3pqv"]
|
|
bg_color = Color(1, 1, 1, 0.458824)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hqtel"]
|
|
bg_color = Color(0.92549, 0.0901961, 0.0627451, 1)
|
|
|
|
[node name="Player" type="Node"]
|
|
script = ExtResource("1_4flbx")
|
|
|
|
[node name="PowerBar" type="ProgressBar" parent="."]
|
|
visible = false
|
|
z_index = 1
|
|
offset_right = 100.0
|
|
offset_bottom = 30.0
|
|
theme_override_styles/background = SubResource("StyleBoxFlat_i3pqv")
|
|
theme_override_styles/fill = SubResource("StyleBoxFlat_hqtel")
|
|
show_percentage = false
|
|
script = ExtResource("2_onrkg")
|