36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://d0qyk6v20uief"]
|
|
|
|
[ext_resource type="Script" path="res://Generator.gd" id="1_ckrtr"]
|
|
[ext_resource type="Script" path="res://Game.gd" id="1_f1l42"]
|
|
[ext_resource type="AudioStream" uid="uid://q2biakel31ai" path="res://ambient-wave-48-tribute-17243.mp3" id="3_pcfuh"]
|
|
|
|
[node name="Board" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_f1l42")
|
|
|
|
[node name="Flow" type="FlowContainer" parent="."]
|
|
layout_mode = 0
|
|
script = ExtResource("1_ckrtr")
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("3_pcfuh")
|
|
autoplay = true
|
|
|
|
[node name="PlayerTurnLabel" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 11.25
|
|
anchor_top = 0.075
|
|
anchor_right = 14.55
|
|
anchor_bottom = 0.65
|
|
grow_horizontal = 0
|
|
text = "Whites Turn"
|
|
horizontal_alignment = 2
|
|
vertical_alignment = 2
|
|
uppercase = true
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[connection signal="send_location" from="Flow" to="." method="_on_flow_send_location"]
|