91 lines
2.7 KiB
Plaintext
91 lines
2.7 KiB
Plaintext
[gd_scene format=3 uid="uid://dqveewprna0jt"]
|
|
|
|
[ext_resource type="Script" uid="uid://6afx0iw42x0b" path="res://scripts/control.gd" id="1_d4uqn"]
|
|
[ext_resource type="Texture2D" uid="uid://p3r88nr8pbov" path="res://res/Dornenkrone.png" id="2_c2amw"]
|
|
|
|
[node name="TicTacToe" type="Node2D" unique_id=1284704153]
|
|
|
|
[node name="Control" type="Control" parent="." unique_id=643084856]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_d4uqn")
|
|
|
|
[node name="Board" type="GridContainer" parent="Control" unique_id=106189434]
|
|
custom_minimum_size = Vector2(500, 500)
|
|
layout_mode = 0
|
|
offset_right = 500.0
|
|
offset_bottom = 500.0
|
|
columns = 3
|
|
|
|
[node name="Button7_ObenLinks" type="Button" parent="Control/Board" unique_id=1766568008]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button8_ObenMitte" type="Button" parent="Control/Board" unique_id=1708324161]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button9_ObenRechts" type="Button" parent="Control/Board" unique_id=88820554]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button4_MitteLinks" type="Button" parent="Control/Board" unique_id=1367556442]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button5_MitteMitte" type="Button" parent="Control/Board" unique_id=863510856]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button6_MitteRechts" type="Button" parent="Control/Board" unique_id=1730224545]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button1_UntenLinks" type="Button" parent="Control/Board" unique_id=417363038]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button2_UntenMitte" type="Button" parent="Control/Board" unique_id=2081092678]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button3_UntenRechts" type="Button" parent="Control/Board" unique_id=92172665]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="StatusLabel" type="Label" parent="Control" unique_id=401811983]
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -70.0
|
|
offset_right = 480.0
|
|
offset_bottom = -21.0
|
|
grow_horizontal = 2
|
|
theme_override_font_sizes/font_size = 35
|
|
text = "Status"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="Control" unique_id=501207243]
|
|
position = Vector2(250, 230)
|
|
|
|
[node name="WinLine" type="Line2D" parent="Control" unique_id=627323966]
|
|
width = 8.0
|
|
begin_cap_mode = 2
|
|
end_cap_mode = 2
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=616979674]
|
|
texture = ExtResource("2_c2amw")
|