mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 01:23:47 +00:00
Art
This commit is contained in:
parent
4efde100bb
commit
73c80d64ac
21 changed files with 322 additions and 32 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=43 format=3 uid="uid://6k28roiljylj"]
|
||||
[gd_resource type="TileSet" load_steps=46 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"]
|
||||
|
|
@ -12,7 +12,9 @@
|
|||
[ext_resource type="PackedScene" uid="uid://uaf5r6cd71hu" path="res://Scenes/Props/LargeTank.tscn" id="6_p8eu6"]
|
||||
[ext_resource type="PackedScene" uid="uid://c6k01tus0815r" path="res://Scenes/Props/Box_Yellow.tscn" id="7_k5ppi"]
|
||||
[ext_resource type="PackedScene" uid="uid://7cpk3c3d8cl7" path="res://Scenes/Props/MediumLiquidTank.tscn" id="7_k6a3n"]
|
||||
[ext_resource type="PackedScene" uid="uid://drcrl8lr8arlr" path="res://Scenes/Props/Box_Hex.tscn" id="8_ubrnc"]
|
||||
[ext_resource type="PackedScene" uid="uid://crmwuwhltmdq7" path="res://Scenes/Props/MediumTank.tscn" id="8_vuaww"]
|
||||
[ext_resource type="PackedScene" uid="uid://bx2h6niaxi6mv" path="res://Scenes/Props/Box_Wood.tscn" id="9_ipvrl"]
|
||||
[ext_resource type="PackedScene" uid="uid://bnhck5eh0tqxf" path="res://Scenes/Props/MediumTerminal.tscn" id="9_wc4jy"]
|
||||
[ext_resource type="PackedScene" uid="uid://e80xujqyjoh" path="res://Scenes/Props/Box_Vertical.tscn" id="10_hg2bp"]
|
||||
[ext_resource type="Texture2D" uid="uid://df8t3kan5qgjb" path="res://Tilesets/Space.png" id="12_fb37q"]
|
||||
|
|
@ -41,6 +43,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_hupu0"]
|
||||
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_ipvrl"]
|
||||
vertices = PackedVector2Array(8, 8, -8, 8, -8, -8, 8, -8)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
||||
|
|
@ -981,6 +989,16 @@ texture = ExtResource("1_70kxh")
|
|||
12:4/0 = 0
|
||||
12:4/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||
11:4/0 = 0
|
||||
13:2/0 = 0
|
||||
13:2/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||
14:2/0 = 0
|
||||
14:2/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||
14:3/0 = 0
|
||||
14:3/0/physics_layer_1/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8)
|
||||
13:3/0 = 0
|
||||
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/navigation_layer_0/polygon = SubResource("NavigationPolygon_hupu0")
|
||||
|
||||
[sub_resource type="TileSetScenesCollectionSource" id="TileSetScenesCollectionSource_qg3vu"]
|
||||
resource_name = "Props"
|
||||
|
|
@ -998,6 +1016,8 @@ scenes/11/scene = ExtResource("4_rjv5q")
|
|||
scenes/12/scene = ExtResource("5_bqohu")
|
||||
scenes/13/scene = ExtResource("6_fudr4")
|
||||
scenes/14/scene = ExtResource("7_k5ppi")
|
||||
scenes/15/scene = ExtResource("8_ubrnc")
|
||||
scenes/16/scene = ExtResource("9_ipvrl")
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_wgdjv"]
|
||||
texture = ExtResource("12_fb37q")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue