From 034ed30da10c2117e9c2507ed1fef3cab43ee79c Mon Sep 17 00:00:00 2001 From: miepzerino <o.skotnik@gmail.com> Date: Wed, 02 Apr 2025 08:56:56 +0000 Subject: [PATCH] #36 load all items into itemDatabase on startup --- Assets/Scenes/GameplayScene.unity | 19 ++++++------------- 1 files changed, 6 insertions(+), 13 deletions(-) diff --git a/Assets/Scenes/GameplayScene.unity b/Assets/Scenes/GameplayScene.unity index 58e123e..6d5aa06 100644 --- a/Assets/Scenes/GameplayScene.unity +++ b/Assets/Scenes/GameplayScene.unity @@ -697,7 +697,7 @@ m_GameObject: {fileID: 519420028} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -6.15, y: -24.87, z: -10} + m_LocalPosition: {x: 62, y: -22.89, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -2576,8 +2576,6 @@ m_Script: {fileID: 11500000, guid: e4d1fabb0e4577b4d987741f664e3d68, type: 3} m_Name: m_EditorClassIdentifier: - items: - - {fileID: 7215668260114684477, guid: ead8eea59ce41c244814a994365e1129, type: 3} --- !u!1 &1190838619 GameObject: m_ObjectHideFlags: 0 @@ -4186,7 +4184,7 @@ m_GameObject: {fileID: 1624236510} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -6.15, y: -24.87, z: -10} + m_LocalPosition: {x: 62, y: -22.89, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -4871,13 +4869,8 @@ m_EditorClassIdentifier: forestRuleTile: {fileID: 11400000, guid: 3999614e192b37546a6b710bf5ceb30c, type: 2} borderTile: {fileID: 11400000, guid: dcef846474e534b45ab3b175559c19a2, type: 2} - ores: - - name: Iron - weight: 7 - clusterWeight: 40 - tile: {fileID: 11400000, guid: bbc5a3964d8331546a4dbc880f8ae9fc, type: 2} - maxSpawnHeight: 250 - minSpawnHeight: 150 + generateables: + - {fileID: 5943816882416256805, guid: 858e9987645c29748a5b0990923da82f, type: 3} --- !u!1 &1955008394 GameObject: m_ObjectHideFlags: 0 @@ -5748,11 +5741,11 @@ objectReference: {fileID: 0} - target: {fileID: 2368348636056148999, guid: c220ec455fce341408d66d880b464cad, type: 3} propertyPath: m_LocalPosition.x - value: -6.15 + value: 62 objectReference: {fileID: 0} - target: {fileID: 2368348636056148999, guid: c220ec455fce341408d66d880b464cad, type: 3} propertyPath: m_LocalPosition.y - value: -24.87 + value: -22.89 objectReference: {fileID: 0} - target: {fileID: 2368348636056148999, guid: c220ec455fce341408d66d880b464cad, type: 3} propertyPath: m_LocalPosition.z -- Gitblit v1.9.3