28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
[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://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)
|
|
border_width_left = 2
|
|
border_width_top = 2
|
|
border_width_right = 2
|
|
border_width_bottom = 2
|
|
|
|
[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")
|
|
|
|
[connection signal="SetCurrent" from="." to="Player" method="BattleStart"]
|