Merge remote-tracking branch 'origin/main'
# Conflicts: # project/assets/tilemap/tileset.tres # project/main-scenes/island.tscnpull/7/head
commit
9446c10556
|
|
@ -16,20 +16,17 @@ texture = ExtResource("1_ukrsa")
|
||||||
3:0/0/custom_data_0 = true
|
3:0/0/custom_data_0 = true
|
||||||
3:0/0/custom_data_2 = 1
|
3:0/0/custom_data_2 = 1
|
||||||
3:0/8 = 8
|
3:0/8 = 8
|
||||||
3:0/8/custom_data_0 = true
|
|
||||||
1:2/0 = 0
|
1:2/0 = 0
|
||||||
3:2/next_alternative_id = 7
|
3:2/next_alternative_id = 5
|
||||||
3:2/0 = 0
|
3:2/0 = 0
|
||||||
3:2/0/custom_data_0 = true
|
|
||||||
3:2/4 = 4
|
3:2/4 = 4
|
||||||
0:0/0 = 0
|
0:0/0 = 0
|
||||||
0:0/0/custom_data_0 = true
|
0:0/0/custom_data_0 = true
|
||||||
0:0/0/custom_data_2 = 4
|
0:0/0/custom_data_2 = 4
|
||||||
3:1/next_alternative_id = 4
|
3:1/next_alternative_id = 3
|
||||||
3:1/0 = 0
|
3:1/0 = 0
|
||||||
3:1/0/custom_data_0 = true
|
|
||||||
3:1/2 = 2
|
3:1/2 = 2
|
||||||
3:1/2/custom_data_0 = true
|
4:0/0 = 0
|
||||||
5:3/0 = 0
|
5:3/0 = 0
|
||||||
5:3/0/custom_data_0 = true
|
5:3/0/custom_data_0 = true
|
||||||
|
|
||||||
|
|
@ -89,6 +86,7 @@ texture = ExtResource("3_xap0v")
|
||||||
1:1/0 = 0
|
1:1/0 = 0
|
||||||
0:1/0 = 0
|
0:1/0 = 0
|
||||||
3:1/0 = 0
|
3:1/0 = 0
|
||||||
|
2:0/0 = 0
|
||||||
|
|
||||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_i41cv"]
|
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_i41cv"]
|
||||||
texture = ExtResource("4_f38wc")
|
texture = ExtResource("4_f38wc")
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -10,6 +10,7 @@ const GROUND_WATER_SHALLOW: Vector2i = Vector2i(1, 0)
|
||||||
const GROUND_WATER_DEEP: Vector2i = Vector2i(2, 0)
|
const GROUND_WATER_DEEP: Vector2i = Vector2i(2, 0)
|
||||||
const GROUND_SAND: Vector2i = Vector2i(3, 0)
|
const GROUND_SAND: Vector2i = Vector2i(3, 0)
|
||||||
const GROUND_DOCK: Vector2i = Vector2i(3, 0)
|
const GROUND_DOCK: Vector2i = Vector2i(3, 0)
|
||||||
|
const GROUND_SNOW: Vector2i = Vector2i(4,0)
|
||||||
#
|
#
|
||||||
# objects, sid = 1
|
# objects, sid = 1
|
||||||
# NI = not interactive
|
# NI = not interactive
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue