-
Notifications
You must be signed in to change notification settings - Fork 0
/
DecorationTiles.tres
57 lines (55 loc) · 1.59 KB
/
DecorationTiles.tres
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
[gd_resource type="TileSet" load_steps=4 format=2]
[ext_resource path="res://Sprites/Tiles/grasss.png" type="Texture" id=1]
[ext_resource path="res://Sprites/ore.png" type="Texture" id=2]
[ext_resource path="res://Sprites/moss.png" type="Texture" id=3]
[resource]
0/name = "g1"
0/texture = ExtResource( 1 )
0/tex_offset = Vector2( 0, 0 )
0/modulate = Color( 1, 1, 1, 1 )
0/region = Rect2( 0, -66, 256, 256 )
0/tile_mode = 0
0/occluder_offset = Vector2( 128, 128 )
0/navigation_offset = Vector2( 128, 128 )
0/shapes = [ ]
0/z_index = 0
1/name = "g2"
1/texture = ExtResource( 1 )
1/tex_offset = Vector2( 0, 0 )
1/modulate = Color( 1, 1, 1, 1 )
1/region = Rect2( 256, -66, 256, 256 )
1/tile_mode = 0
1/occluder_offset = Vector2( 128, 128 )
1/navigation_offset = Vector2( 128, 128 )
1/shapes = [ ]
1/z_index = 0
2/name = "g3"
2/texture = ExtResource( 1 )
2/tex_offset = Vector2( 0, 0 )
2/modulate = Color( 1, 1, 1, 1 )
2/region = Rect2( 512, -66, 256, 256 )
2/tile_mode = 0
2/occluder_offset = Vector2( 128, 128 )
2/navigation_offset = Vector2( 128, 128 )
2/shapes = [ ]
2/z_index = 0
3/name = "ore"
3/texture = ExtResource( 2 )
3/tex_offset = Vector2( 0, 0 )
3/modulate = Color( 1, 1, 1, 1 )
3/region = Rect2( 0, 0, 214, 226 )
3/tile_mode = 0
3/occluder_offset = Vector2( 107, 113 )
3/navigation_offset = Vector2( 107, 113 )
3/shapes = [ ]
3/z_index = 0
4/name = "moss"
4/texture = ExtResource( 3 )
4/tex_offset = Vector2( 0, 0 )
4/modulate = Color( 1, 1, 1, 1 )
4/region = Rect2( 0, 0, 243, 254 )
4/tile_mode = 0
4/occluder_offset = Vector2( 121.5, 127 )
4/navigation_offset = Vector2( 121.5, 127 )
4/shapes = [ ]
4/z_index = 0