Friday, 15 August 2025 23:08:08
This commit is contained in:
@@ -1,29 +1,11 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://cdaxqopr35lll"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cdaxqopr35lll"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b66ysicyh0m1s" path="res://Gameplay/Manager.cs" id="1_ivgep"]
|
||||
[ext_resource type="Script" uid="uid://dbfpn1p62siat" path="res://Gameplay/PowerBar.cs" id="2_2skxn"]
|
||||
[ext_resource type="PackedScene" uid="uid://8kv00jc35dma" path="res://Gameplay/manager_panel.tscn" id="3_xooeg"]
|
||||
[ext_resource type="PackedScene" uid="uid://dm4xk16ce0j" path="res://Gameplay/cue.tscn" id="4_bcsor"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8y33v"]
|
||||
bg_color = Color(1, 1, 1, 0.458824)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vnsqa"]
|
||||
bg_color = Color(0.92549, 0.0901961, 0.0627451, 1)
|
||||
|
||||
[node name="Manager" type="Node"]
|
||||
script = ExtResource("1_ivgep")
|
||||
|
||||
[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_8y33v")
|
||||
theme_override_styles/fill = SubResource("StyleBoxFlat_vnsqa")
|
||||
show_percentage = false
|
||||
script = ExtResource("2_2skxn")
|
||||
|
||||
[node name="Panel" parent="." instance=ExtResource("3_xooeg")]
|
||||
offset_left = 101.0
|
||||
offset_top = 150.0
|
||||
@@ -31,5 +13,3 @@ offset_right = 551.0
|
||||
offset_bottom = 280.0
|
||||
grow_horizontal = 1
|
||||
grow_vertical = 1
|
||||
|
||||
[node name="Cue" parent="." instance=ExtResource("4_bcsor")]
|
||||
|
||||
Reference in New Issue
Block a user