-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaiCF59.tmp
More file actions
34 lines (29 loc) · 1.02 KB
/
maiCF59.tmp
File metadata and controls
34 lines (29 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[gd_scene load_steps=5 format=3 uid="uid://vuavb6iox63y"]
[ext_resource type="Script" path="res://board.gd" id="1_fojx7"]
[ext_resource type="Script" path="res://main.gd" id="1_i5bht"]
[ext_resource type="PackedScene" uid="uid://dfs6hxmk5w8at" path="res://square.tscn" id="2_w34se"]
[ext_resource type="Texture2D" uid="uid://cw1fn8koedtyt" path="res://icon.svg" id="3_gj57g"]
[node name="Main" type="Node2D"]
position = Vector2(5, 1)
script = ExtResource("1_i5bht")
[node name="Icon" type="Sprite2D" parent="."]
visible = false
position = Vector2(576, 308)
texture = ExtResource("3_gj57g")
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(569, 324)
scale = Vector2(0.880001, 0.960001)
enabled = false
editor_draw_limits = true
editor_draw_drag_margin = true
[node name="board" type="GridContainer" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
columns = 8
script = ExtResource("1_fojx7")
square_scene = ExtResource("2_w34se")