added game world
parent
ed665886d3
commit
f27f1b944a
|
@ -26,6 +26,9 @@ texture = ExtResource("1_ukrsa")
|
|||
3:1/next_alternative_id = 3
|
||||
3:1/0 = 0
|
||||
3:1/2 = 2
|
||||
4:0/0 = 0
|
||||
5:3/0 = 0
|
||||
5:3/0/custom_data_0 = true
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_x77e4"]
|
||||
texture = ExtResource("2_15xge")
|
||||
|
@ -83,6 +86,7 @@ texture = ExtResource("3_xap0v")
|
|||
1:1/0 = 0
|
||||
0:1/0 = 0
|
||||
3:1/0 = 0
|
||||
2:0/0 = 0
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_i41cv"]
|
||||
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_SAND: Vector2i = Vector2i(3, 0)
|
||||
const GROUND_DOCK: Vector2i = Vector2i(3, 0)
|
||||
const GROUND_SNOW: Vector2i = Vector2i(4,0)
|
||||
#
|
||||
# objects, sid = 1
|
||||
# NI = not interactive
|
||||
|
|
Loading…
Reference in New Issue