44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://5ymxo45j4ryt"]
|
|
|
|
[ext_resource type="Script" uid="uid://0c1u4l8lu07h" path="res://Gameplay/Battle.cs" id="1_i431l"]
|
|
[ext_resource type="PackedScene" uid="uid://dsprg4uahkylm" path="res://Gameplay/table.tscn" id="2_6t8i5"]
|
|
[ext_resource type="PackedScene" uid="uid://dm4xk16ce0j" path="res://Gameplay/cue.tscn" id="3_dw4jg"]
|
|
[ext_resource type="Script" uid="uid://dbfpn1p62siat" path="res://Gameplay/PowerBar.cs" id="4_0npn6"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tivnh"]
|
|
bg_color = Color(0.111197, 0.111197, 0.111197, 1)
|
|
border_width_left = 2
|
|
border_width_top = 2
|
|
border_width_right = 2
|
|
border_width_bottom = 2
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ajequ"]
|
|
bg_color = Color(1, 1, 1, 0.458824)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_aytjx"]
|
|
bg_color = Color(0.92549, 0.0901961, 0.0627451, 1)
|
|
|
|
[node name="Battle" type="Node"]
|
|
script = ExtResource("1_i431l")
|
|
|
|
[node name="Table" parent="." instance=ExtResource("2_6t8i5")]
|
|
|
|
[node name="PottedPanel" type="Panel" parent="."]
|
|
offset_top = 678.0
|
|
offset_right = 1200.0
|
|
offset_bottom = 778.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_tivnh")
|
|
|
|
[node name="Cue" parent="." instance=ExtResource("3_dw4jg")]
|
|
|
|
[node name="PowerBar" type="ProgressBar" parent="."]
|
|
z_index = 1
|
|
offset_right = 100.0
|
|
offset_bottom = 30.0
|
|
theme_override_styles/background = SubResource("StyleBoxFlat_ajequ")
|
|
theme_override_styles/fill = SubResource("StyleBoxFlat_aytjx")
|
|
show_percentage = false
|
|
script = ExtResource("4_0npn6")
|
|
|
|
[connection signal="Shoot" from="Cue" to="." method="OnCueShoot"]
|