7-14-25 1:27PM
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://5ymxo45j4ryt"]
|
||||
[gd_scene load_steps=5 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"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdaxqopr35lll" path="res://Gameplay/player.tscn" id="2_ogveh"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tivnh"]
|
||||
bg_color = Color(0.111197, 0.111197, 0.111197, 1)
|
||||
@@ -12,32 +11,17 @@ 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"]
|
||||
[node name="Battle" type="Node" groups=["battles"]]
|
||||
script = ExtResource("1_i431l")
|
||||
|
||||
[node name="Table" parent="." instance=ExtResource("2_6t8i5")]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_ogveh")]
|
||||
|
||||
[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"]
|
||||
[connection signal="SetCurrent" from="." to="Player" method="BattleStart"]
|
||||
|
||||
Reference in New Issue
Block a user