-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwater_tiles.tres
37 lines (35 loc) · 1.08 KB
/
water_tiles.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
[gd_resource type="TileSet" load_steps=4 format=2]
[ext_resource path="res://water/tile_0040.png" type="Texture" id=1]
[ext_resource path="res://water/tile_0011.png" type="Texture" id=2]
[ext_resource path="res://water/tile_0010.png" type="Texture" id=3]
[resource]
0/name = "tile_0010"
0/texture = ExtResource( 3 )
0/tex_offset = Vector2( 0, 0 )
0/modulate = Color( 1, 1, 1, 1 )
0/region = Rect2( 0, 0, 21, 21 )
0/tile_mode = 0
0/occluder_offset = Vector2( 10.5, 10.5 )
0/navigation_offset = Vector2( 10.5, 10.5 )
0/shapes = [ ]
0/z_index = 0
1/name = "tile_0011"
1/texture = ExtResource( 2 )
1/tex_offset = Vector2( 0, 0 )
1/modulate = Color( 1, 1, 1, 1 )
1/region = Rect2( 0, 0, 21, 21 )
1/tile_mode = 0
1/occluder_offset = Vector2( 10.5, 10.5 )
1/navigation_offset = Vector2( 10.5, 10.5 )
1/shapes = [ ]
1/z_index = 0
2/name = "tile_0040"
2/texture = ExtResource( 1 )
2/tex_offset = Vector2( 0, 0 )
2/modulate = Color( 1, 1, 1, 1 )
2/region = Rect2( 0, 0, 21, 21 )
2/tile_mode = 0
2/occluder_offset = Vector2( 10.5, 10.5 )
2/navigation_offset = Vector2( 10.5, 10.5 )
2/shapes = [ ]
2/z_index = 0