53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
|
[gd_scene load_steps=7 format=3 uid="uid://b1tee71w8k0kg"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://main.gd" id="1_5p2h0"]
|
||
|
[ext_resource type="PackedScene" uid="uid://b0skica3w7850" path="res://board.tscn" id="1_cnr5t"]
|
||
|
[ext_resource type="PackedScene" uid="uid://nn6wgmlux55i" path="res://circle.tscn" id="2_rpogs"]
|
||
|
[ext_resource type="PackedScene" uid="uid://c7w4rinv7meho" path="res://cross.tscn" id="3_rntru"]
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tarn6"]
|
||
|
bg_color = Color(0.349786, 0.654526, 0.701248, 1)
|
||
|
border_width_left = 5
|
||
|
border_color = Color(0.00820203, 0.00820202, 0.00820201, 1)
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ccu3p"]
|
||
|
bg_color = Color(1, 1, 1, 1)
|
||
|
border_width_left = 5
|
||
|
border_width_top = 5
|
||
|
border_width_right = 5
|
||
|
border_width_bottom = 5
|
||
|
border_color = Color(0.125911, 0.125911, 0.125911, 1)
|
||
|
|
||
|
[node name="Main" type="Node"]
|
||
|
script = ExtResource("1_5p2h0")
|
||
|
circle_scene = ExtResource("2_rpogs")
|
||
|
cross_scene = ExtResource("3_rntru")
|
||
|
|
||
|
[node name="Board" parent="." instance=ExtResource("1_cnr5t")]
|
||
|
visible = true
|
||
|
position = Vector2(300, 300)
|
||
|
|
||
|
[node name="SidePanel" type="Panel" parent="."]
|
||
|
custom_minimum_size = Vector2(300, 600)
|
||
|
offset_left = 600.0
|
||
|
offset_right = 900.0
|
||
|
offset_bottom = 600.0
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_tarn6")
|
||
|
|
||
|
[node name="PlayerLabel" type="Label" parent="."]
|
||
|
offset_left = 600.0
|
||
|
offset_right = 900.0
|
||
|
offset_bottom = 70.0
|
||
|
theme_override_font_sizes/font_size = 34
|
||
|
text = "Next player:
|
||
|
"
|
||
|
horizontal_alignment = 1
|
||
|
vertical_alignment = 1
|
||
|
|
||
|
[node name="PlayerPanel" type="Panel" parent="."]
|
||
|
offset_left = 650.0
|
||
|
offset_top = 150.0
|
||
|
offset_right = 850.0
|
||
|
offset_bottom = 350.0
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_ccu3p")
|