mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Mapping
This commit is contained in:
parent
91800426b2
commit
112a6e249a
3 changed files with 26 additions and 6 deletions
File diff suppressed because one or more lines are too long
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=46 format=3 uid="uid://6k28roiljylj"]
|
[gd_resource type="TileSet" load_steps=47 format=3 uid="uid://6k28roiljylj"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://tphqodqyere1" path="res://Tilesets/factory.png" id="1_70kxh"]
|
[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"]
|
[ext_resource type="PackedScene" uid="uid://bj28qiai2x2ar" path="res://Scenes/Props/Barrel.tscn" id="2_cxg4b"]
|
||||||
|
|
@ -37,6 +37,12 @@ polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
||||||
outlines = Array[PackedVector2Array]([PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)])
|
outlines = Array[PackedVector2Array]([PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)])
|
||||||
agent_radius = 0.0
|
agent_radius = 0.0
|
||||||
|
|
||||||
|
[sub_resource type="NavigationPolygon" id="NavigationPolygon_7u0cp"]
|
||||||
|
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_k5ppi"]
|
[sub_resource type="NavigationPolygon" id="NavigationPolygon_k5ppi"]
|
||||||
vertices = PackedVector2Array(8, 8, -8, 8, -8, -8, 8, -8)
|
vertices = PackedVector2Array(8, 8, -8, 8, -8, -8, 8, -8)
|
||||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
||||||
|
|
@ -999,6 +1005,20 @@ texture = ExtResource("1_70kxh")
|
||||||
13:3/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
13:3/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||||
14:4/0 = 0
|
14:4/0 = 0
|
||||||
14:4/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_hupu0")
|
14:4/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_hupu0")
|
||||||
|
11:5/0 = 0
|
||||||
|
11:5/0/navigation_layer_0/polygon = SubResource("NavigationPolygon_7u0cp")
|
||||||
|
12:5/0 = 0
|
||||||
|
12:5/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||||
|
13:5/0 = 0
|
||||||
|
13:5/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||||
|
14:5/0 = 0
|
||||||
|
14:5/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||||
|
14:6/0 = 0
|
||||||
|
14:6/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||||
|
13:6/0 = 0
|
||||||
|
13:6/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||||
|
12:6/0 = 0
|
||||||
|
12:6/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||||
|
|
||||||
[sub_resource type="TileSetScenesCollectionSource" id="TileSetScenesCollectionSource_qg3vu"]
|
[sub_resource type="TileSetScenesCollectionSource" id="TileSetScenesCollectionSource_qg3vu"]
|
||||||
resource_name = "Props"
|
resource_name = "Props"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue