-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainScene.tscn
59 lines (53 loc) · 2.07 KB
/
MainScene.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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://assets/isometric_0086.png" type="Texture" id=1]
[ext_resource path="res://assets/isometric_0087.png" type="Texture" id=3]
[ext_resource path="res://assets/isometric_0080.png" type="Texture" id=4]
[sub_resource type="NavigationPolygon" id=1]
vertices = PoolVector2Array( 432, -14, 0, 234, -432, -14, 0, -262 )
polygons = [ PoolIntArray( 0, 1, 2, 3 ) ]
outlines = [ PoolVector2Array( 0, -262, -432, -14, 0, 234, 432, -14 ) ]
[sub_resource type="TileSet" id=2]
0/name = "Grass"
0/texture = ExtResource( 3 )
0/tex_offset = Vector2( 0, 0 )
0/modulate = Color( 1, 1, 1, 1 )
0/region = Rect2( 0, 0, 1024, 1024 )
0/tile_mode = 0
0/occluder_offset = Vector2( 512, 512 )
0/navigation_offset = Vector2( 512, 512 )
0/navigation = SubResource( 1 )
0/shapes = [ ]
0/z_index = 0
1/name = "Box"
1/texture = ExtResource( 1 )
1/tex_offset = Vector2( 0, 0 )
1/modulate = Color( 1, 1, 1, 1 )
1/region = Rect2( 0, 0, 1024, 1024 )
1/tile_mode = 0
1/occluder_offset = Vector2( 512, 512 )
1/navigation_offset = Vector2( 512, 512 )
1/navigation = SubResource( 1 )
1/shapes = [ ]
1/z_index = 0
2/name = "Tds"
2/texture = ExtResource( 4 )
2/tex_offset = Vector2( 0, 0 )
2/modulate = Color( 1, 1, 1, 1 )
2/region = Rect2( 0, 0, 1024, 1024 )
2/tile_mode = 0
2/occluder_offset = Vector2( 512, 512 )
2/navigation_offset = Vector2( 512, 512 )
2/navigation = SubResource( 1 )
2/shapes = [ ]
2/z_index = 0
[node name="Isometric" type="Node2D"]
[node name="Navigation2D" type="Navigation2D" parent="."]
position = Vector2( 250, 250 )
scale = Vector2( 0.1, 0.1 )
[node name="TileMap" type="TileMap" parent="Navigation2D"]
mode = 1
tile_set = SubResource( 2 )
cell_size = Vector2( 861, 496 )
cell_custom_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
format = 1
tile_data = PoolIntArray( -131072, 0, 0, -131071, 0, 0, -131070, 0, 0, -131069, 0, 0, -1, 1, 0, -65536, 0, 0, -65533, 0, 0, -65532, 0, 0, 65535, 0, 0, 0, 2, 0, 1, 2, 0, 2, 2, 0, 3, 0, 0, 4, 0, 0, 131071, 0, 0, 65536, 2, 0, 65537, 2, 0, 65538, 1, 0, 65539, 0, 0, 131072, 0, 0, 131074, 0, 0, 131075, 0, 0, 196608, 0, 0, 196609, 0, 0 )