Added chests

This commit is contained in:
KrolMel 2022-12-12 22:18:16 +01:00
parent 8cbd050faf
commit 421cdc4ffc
6 changed files with 51078 additions and 1155 deletions

View File

@ -29,7 +29,6 @@ Transform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0.095890045, y: -0.058502197, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4669568061092186073}
m_RootOrder: 0
@ -112,7 +111,6 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 58.59589, y: 32.941498, z: 20}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 805898525}
m_Father: {fileID: 0}
@ -129,7 +127,6 @@ SpriteRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
@ -158,7 +155,7 @@ SpriteRenderer:
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 1
m_SortingOrder: 3
m_Sprite: {fileID: 3423162062024585544, guid: 7aa335ae36a8a8a478192b6105ddf5ab, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0

View File

@ -29,7 +29,6 @@ Transform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0.19999695, z: -1.8041458}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 5754902894522036728}
m_RootOrder: 0
@ -112,7 +111,6 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 16, y: 51.2, z: 18.195854}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 584661738}
m_Father: {fileID: 0}
@ -129,7 +127,6 @@ SpriteRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
@ -158,7 +155,7 @@ SpriteRenderer:
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 1
m_SortingOrder: 3
m_Sprite: {fileID: -471958427270782953, guid: 7aa335ae36a8a8a478192b6105ddf5ab, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0

View File

@ -29,7 +29,6 @@ Transform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 3972494989842158580}
m_RootOrder: 0
@ -113,7 +112,6 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -8.45, y: -3.9, z: 10}
m_LocalScale: {x: 0.5, y: 0.5, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1698721847}
m_Father: {fileID: 0}
@ -130,7 +128,6 @@ SpriteRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
@ -159,7 +156,7 @@ SpriteRenderer:
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 1382705155
m_SortingLayer: 0
m_SortingOrder: 0
m_SortingOrder: 3
m_Sprite: {fileID: 2424983929796287158, guid: 7aa335ae36a8a8a478192b6105ddf5ab, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0

File diff suppressed because it is too large Load Diff

View File

@ -488,6 +488,7 @@ MonoBehaviour:
walkable: 0
worldPosition: {x: 0, y: 0, z: 0}
gridPosition: {x: 0, y: 0}
isChasing: 0
path: []
--- !u!1 &23852502
GameObject:
@ -941,6 +942,7 @@ MonoBehaviour:
walkable: 0
worldPosition: {x: 0, y: 0, z: 0}
gridPosition: {x: 0, y: 0}
isChasing: 0
path: []
--- !u!1 &84519187
GameObject:
@ -1222,6 +1224,7 @@ MonoBehaviour:
walkable: 0
worldPosition: {x: 0, y: 0, z: 0}
gridPosition: {x: 0, y: 0}
isChasing: 0
path: []
--- !u!50 &112145426
Rigidbody2D:
@ -1422,8 +1425,8 @@ MonoBehaviour:
- Name:
PrefabAssetName:
Position:
- -382
- -201
- -376.5
- -224.8
- 10
ChestData:
id: 0
@ -1435,15 +1438,15 @@ MonoBehaviour:
- Name:
PrefabAssetName:
Position:
- -376.5
- -224.8
- -399.8
- -193.7
- 10
ChestData:
id: 0
name: Wooden Chest
modelName: Wooden Chest
name: Prize Chest
modelName: Prize Chest
description:
type: 0
type: 3
content: []
convertedData: []
--- !u!1 &131599442
@ -2586,6 +2589,7 @@ MonoBehaviour:
walkable: 0
worldPosition: {x: 0, y: 0, z: 0}
gridPosition: {x: 0, y: 0}
isChasing: 0
path: []
--- !u!1 &246924466
GameObject:
@ -20726,6 +20730,7 @@ MonoBehaviour:
walkable: 0
worldPosition: {x: 0, y: 0, z: 0}
gridPosition: {x: 0, y: 0}
isChasing: 0
path: []
--- !u!114 &340745814
MonoBehaviour:
@ -26936,6 +26941,7 @@ MonoBehaviour:
walkable: 0
worldPosition: {x: 0, y: 0, z: 0}
gridPosition: {x: 0, y: 0}
isChasing: 0
path: []
--- !u!50 &641696204
Rigidbody2D:
@ -27253,6 +27259,7 @@ MonoBehaviour:
walkable: 0
worldPosition: {x: 0, y: 0, z: 0}
gridPosition: {x: 0, y: 0}
isChasing: 0
path: []
--- !u!95 &682072032
Animator:
@ -39395,6 +39402,7 @@ MonoBehaviour:
walkable: 0
worldPosition: {x: 0, y: 0, z: 0}
gridPosition: {x: 0, y: 0}
isChasing: 0
path: []
--- !u!50 &1072778926
Rigidbody2D:

View File

@ -1039,7 +1039,7 @@ TilemapRenderer:
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_SortingOrder: -1
m_ChunkSize: {x: 32, y: 32, z: 32}
m_ChunkCullingBounds: {x: 0, y: 0, z: 0}
m_MaxChunkCount: 16
@ -31237,7 +31237,7 @@ TilemapRenderer:
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -1
m_SortingOrder: -2
m_ChunkSize: {x: 32, y: 32, z: 32}
m_ChunkCullingBounds: {x: 0, y: 0, z: 0}
m_MaxChunkCount: 16
@ -37600,7 +37600,20 @@ MonoBehaviour:
ChestType: 0
Content: []
UiManager: {fileID: 0}
ElementsToBuildOnSceneList: []
ElementsToBuildOnSceneList:
- Name:
PrefabAssetName:
Position:
- -397.5
- -227.5
- 10
ChestData:
id: 0
name: Wooden Chest
modelName: Wooden Chest
description:
type: 0
content: []
convertedData: []
--- !u!1 &2063226728
GameObject: