mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 09:03:47 +00:00
Mapping new door and vending machine
This commit is contained in:
parent
42b51d93dd
commit
07353e1787
15 changed files with 478 additions and 44 deletions
BIN
Tilesets/factory.aseprite
(Stored with Git LFS)
BIN
Tilesets/factory.aseprite
(Stored with Git LFS)
Binary file not shown.
BIN
Tilesets/factory.png
(Stored with Git LFS)
BIN
Tilesets/factory.png
(Stored with Git LFS)
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="TileSet" load_steps=50 format=3 uid="uid://6k28roiljylj"]
|
||||
[gd_resource type="TileSet" load_steps=51 format=3 uid="uid://6k28roiljylj"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://tphqodqyere1" path="res://Tilesets/factory.png" id="1_70kxh"]
|
||||
[ext_resource type="PackedScene" uid="uid://bj28qiai2x2ar" path="res://Scenes/Props/Barrel.tscn" id="2_cxg4b"]
|
||||
|
|
@ -109,6 +109,12 @@ polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
|||
outlines = Array[PackedVector2Array]([PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)])
|
||||
agent_radius = 0.0
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dwwsu"]
|
||||
vertices = PackedVector2Array(8, 8, -8, 8, -8, -8, 8, -8)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)])
|
||||
agent_radius = 0.0
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_46h6y"]
|
||||
vertices = PackedVector2Array(8, 8, -8, 8, -8, -8, 8, -8)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
||||
|
|
@ -922,7 +928,15 @@ texture = ExtResource("1_70kxh")
|
|||
3:14/0/terrains_peering_bit/left_side = 2
|
||||
3:14/0/terrains_peering_bit/top_side = 2
|
||||
4:14/0 = 0
|
||||
4:14/0/terrain_set = 0
|
||||
4:14/0/terrains_peering_bit/right_side = 3
|
||||
4:14/0/terrains_peering_bit/bottom_side = 3
|
||||
4:14/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_dwwsu")
|
||||
5:14/0 = 0
|
||||
5:14/0/terrain_set = 0
|
||||
5:14/0/terrains_peering_bit/bottom_side = 3
|
||||
5:14/0/terrains_peering_bit/left_side = 3
|
||||
5:14/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_dwwsu")
|
||||
6:3/0 = 0
|
||||
6:3/0/physics_layer_0/polygon_0/points = PackedVector2Array(-4, -6, -4, 0, 4, 0, 4, -6)
|
||||
10:5/0 = 0
|
||||
|
|
@ -1076,6 +1090,16 @@ texture = ExtResource("1_70kxh")
|
|||
11:7/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_wdun3")
|
||||
11:6/0 = 0
|
||||
11:6/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_wdun3")
|
||||
4:15/0 = 0
|
||||
4:15/0/terrain_set = 0
|
||||
4:15/0/terrains_peering_bit/right_side = 3
|
||||
4:15/0/terrains_peering_bit/top_side = 3
|
||||
4:15/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_dwwsu")
|
||||
5:15/0 = 0
|
||||
5:15/0/terrain_set = 0
|
||||
5:15/0/terrains_peering_bit/left_side = 3
|
||||
5:15/0/terrains_peering_bit/top_side = 3
|
||||
5:15/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_dwwsu")
|
||||
|
||||
[sub_resource type="TileSetScenesCollectionSource" id="TileSetScenesCollectionSource_qg3vu"]
|
||||
resource_name = "Props"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue