Saturday, 31 January 2026 01:00:43
This commit is contained in:
@@ -1,63 +1,27 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://jkmo1fb2ohv4"]
|
||||
[gd_scene format=3 uid="uid://jkmo1fb2ohv4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cbi83mc26qju5" path="res://Art/Tic-tac-toe.png" id="1_iqk8r"]
|
||||
[ext_resource type="Script" uid="uid://decakbqo4jfdi" path="res://Gameplay/Board.cs" id="2_ucn0m"]
|
||||
[ext_resource type="PackedScene" uid="uid://0vj01cjcpibt" path="res://Gameplay/cell.tscn" id="3_s74v7"]
|
||||
[ext_resource type="PackedScene" uid="uid://b32djog2mowgw" path="res://Gameplay/shield.tscn" id="3_ucn0m"]
|
||||
|
||||
[node name="Board" type="Sprite2D"]
|
||||
[node name="Board" type="Sprite2D" unique_id=816918439]
|
||||
texture = ExtResource("1_iqk8r")
|
||||
script = ExtResource("2_ucn0m")
|
||||
|
||||
[node name="Cell1" parent="." instance=ExtResource("3_s74v7")]
|
||||
offset_left = -300.0
|
||||
offset_top = -301.0
|
||||
offset_right = -100.0
|
||||
offset_bottom = -101.0
|
||||
[node name="Shield0" parent="." unique_id=1408990258 instance=ExtResource("3_ucn0m")]
|
||||
|
||||
[node name="Cell2" parent="." instance=ExtResource("3_s74v7")]
|
||||
offset_left = -100.0
|
||||
offset_top = -300.0
|
||||
offset_right = 100.0
|
||||
offset_bottom = -100.0
|
||||
[node name="Shield1" parent="." unique_id=1099937150 instance=ExtResource("3_ucn0m")]
|
||||
|
||||
[node name="Cell3" parent="." instance=ExtResource("3_s74v7")]
|
||||
offset_left = 100.0
|
||||
offset_top = -300.0
|
||||
offset_right = 300.0
|
||||
offset_bottom = -100.0
|
||||
[node name="Shield2" parent="." unique_id=555260924 instance=ExtResource("3_ucn0m")]
|
||||
|
||||
[node name="Cell4" parent="." instance=ExtResource("3_s74v7")]
|
||||
offset_left = -300.0
|
||||
offset_top = -100.0
|
||||
offset_right = -100.0
|
||||
offset_bottom = 100.0
|
||||
[node name="Shield3" parent="." unique_id=1428089072 instance=ExtResource("3_ucn0m")]
|
||||
|
||||
[node name="Cell5" parent="." instance=ExtResource("3_s74v7")]
|
||||
offset_left = -100.0
|
||||
offset_top = -100.0
|
||||
offset_right = 100.0
|
||||
offset_bottom = 100.0
|
||||
[node name="Shield4" parent="." unique_id=1268807490 instance=ExtResource("3_ucn0m")]
|
||||
|
||||
[node name="Cell6" parent="." instance=ExtResource("3_s74v7")]
|
||||
offset_left = 100.0
|
||||
offset_top = -100.0
|
||||
offset_right = 300.0
|
||||
offset_bottom = 100.0
|
||||
[node name="Shield5" parent="." unique_id=646412611 instance=ExtResource("3_ucn0m")]
|
||||
|
||||
[node name="Cell7" parent="." instance=ExtResource("3_s74v7")]
|
||||
offset_left = -300.0
|
||||
offset_top = 100.0
|
||||
offset_right = -100.0
|
||||
offset_bottom = 300.0
|
||||
[node name="Shield6" parent="." unique_id=1387360377 instance=ExtResource("3_ucn0m")]
|
||||
|
||||
[node name="Cell8" parent="." instance=ExtResource("3_s74v7")]
|
||||
offset_left = -100.0
|
||||
offset_top = 100.0
|
||||
offset_right = 100.0
|
||||
offset_bottom = 300.0
|
||||
[node name="Shield7" parent="." unique_id=949001958 instance=ExtResource("3_ucn0m")]
|
||||
|
||||
[node name="Cell9" parent="." instance=ExtResource("3_s74v7")]
|
||||
offset_left = 100.0
|
||||
offset_top = 100.0
|
||||
offset_right = 300.0
|
||||
offset_bottom = 300.0
|
||||
[node name="Shield8" parent="." unique_id=1837156402 instance=ExtResource("3_ucn0m")]
|
||||
|
||||
Reference in New Issue
Block a user