|
1 | | -[gd_resource type="TileSet" load_steps=2 format=2] |
| 1 | +[gd_resource type="TileSet" load_steps=3 format=2] |
2 | 2 |
|
3 | 3 | [ext_resource path="res://brickfloor.png" type="Texture" id=1] |
4 | 4 |
|
5 | 5 | [sub_resource type="RectangleShape2D" id=1] |
6 | | - |
7 | | -custom_solver_bias = 0.0 |
8 | 6 | extents = Vector2( 24, 24 ) |
9 | 7 |
|
10 | 8 | [resource] |
11 | | - |
12 | 9 | 0/name = "wall" |
13 | 10 | 0/texture = ExtResource( 1 ) |
14 | 11 | 0/tex_offset = Vector2( 0, 0 ) |
| 12 | +0/modulate = Color( 1, 1, 1, 1 ) |
15 | 13 | 0/region = Rect2( 0, 0, 48, 48 ) |
| 14 | +0/tile_mode = 0 |
16 | 15 | 0/occluder_offset = Vector2( 24, 24 ) |
17 | 16 | 0/navigation_offset = Vector2( 24, 24 ) |
18 | 17 | 0/shape_offset = Vector2( 24, 24 ) |
19 | | -0/shapes = [ SubResource( 1 ) ] |
| 18 | +0/shape_transform = Transform2D( 1, 0, 0, 1, 24, 24 ) |
| 19 | +0/shape = SubResource( 1 ) |
| 20 | +0/shape_one_way = false |
| 21 | +0/shape_one_way_margin = 1.0 |
| 22 | +0/shapes = [ { |
| 23 | +"autotile_coord": Vector2( 0, 0 ), |
| 24 | +"one_way": false, |
| 25 | +"one_way_margin": 1.0, |
| 26 | +"shape": SubResource( 1 ), |
| 27 | +"shape_transform": Transform2D( 1, 0, 0, 1, 24, 24 ) |
| 28 | +} ] |
| 29 | +0/z_index = 0 |
20 | 30 | 1/name = "floor" |
21 | 31 | 1/texture = ExtResource( 1 ) |
22 | 32 | 1/tex_offset = Vector2( 0, 0 ) |
| 33 | +1/modulate = Color( 1, 1, 1, 1 ) |
23 | 34 | 1/region = Rect2( 48, 0, 48, 48 ) |
| 35 | +1/tile_mode = 0 |
24 | 36 | 1/occluder_offset = Vector2( 24, 24 ) |
25 | 37 | 1/navigation_offset = Vector2( 24, 24 ) |
26 | 38 | 1/shape_offset = Vector2( 0, 0 ) |
| 39 | +1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
| 40 | +1/shape_one_way = false |
| 41 | +1/shape_one_way_margin = 0.0 |
27 | 42 | 1/shapes = [ ] |
| 43 | +1/z_index = 0 |
0 commit comments