-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtile_map.tscn
91 lines (86 loc) · 1.52 KB
/
tile_map.tscn
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[gd_scene load_steps=6 format=3 uid="uid://cvo70qd07iu1"]
[ext_resource type="Script" path="res://maze_gen.gd" id="3_ggd24"]
[ext_resource type="Script" path="res://Camera2D.gd" id="3_n3rbo"]
[ext_resource type="Texture2D" uid="uid://05x5jcwt3xs7" path="res://voxelExpansion_tilesheet.png" id="3_x3prx"]
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_msbxn"]
texture = ExtResource("3_x3prx")
texture_region_size = Vector2i(64, 64)
0:0/0 = 0
1:0/0 = 0
2:0/0 = 0
3:0/0 = 0
4:0/0 = 0
5:0/0 = 0
6:0/0 = 0
7:0/0 = 0
8:0/0 = 0
9:0/0 = 0
10:0/0 = 0
11:0/0 = 0
12:0/0 = 0
0:1/0 = 0
1:1/0 = 0
2:1/0 = 0
3:1/0 = 0
4:1/0 = 0
5:1/0 = 0
6:1/0 = 0
7:1/0 = 0
8:1/0 = 0
9:1/0 = 0
10:1/0 = 0
11:1/0 = 0
12:1/0 = 0
0:2/0 = 0
1:2/0 = 0
2:2/0 = 0
3:2/0 = 0
4:2/0 = 0
5:2/0 = 0
6:2/0 = 0
7:2/0 = 0
8:2/0 = 0
9:2/0 = 0
10:2/0 = 0
11:2/0 = 0
12:2/0 = 0
0:3/0 = 0
1:3/0 = 0
2:3/0 = 0
3:3/0 = 0
4:3/0 = 0
5:3/0 = 0
6:3/0 = 0
7:3/0 = 0
8:3/0 = 0
9:3/0 = 0
10:3/0 = 0
11:3/0 = 0
12:3/0 = 0
0:4/0 = 0
1:4/0 = 0
2:4/0 = 0
3:4/0 = 0
4:4/0 = 0
5:4/0 = 0
6:4/0 = 0
7:4/0 = 0
8:4/0 = 0
9:4/0 = 0
10:4/0 = 0
11:4/0 = 0
12:4/0 = 0
[sub_resource type="TileSet" id="TileSet_vrysw"]
tile_size = Vector2i(64, 64)
sources/0 = SubResource("TileSetAtlasSource_msbxn")
[node name="TileMap" type="TileMap"]
position = Vector2(67, 66)
scale = Vector2(0.4, 0.4)
tile_set = SubResource("TileSet_vrysw")
format = 2
script = ExtResource("3_ggd24")
y_dim = 61
x_dim = 61
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(815, 727.5)
script = ExtResource("3_n3rbo")