From 6dd6223a130830b3b07342f4c99ea75b7b9968bc Mon Sep 17 00:00:00 2001 From: Ciakon Date: Fri, 26 Apr 2024 14:34:01 +0200 Subject: [PATCH] idk --- Assets/Scenes/Noahs kælder.unity | 22 +++++++++++----------- Assets/Scripts/Cooking.cs | 1 - 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Assets/Scenes/Noahs kælder.unity b/Assets/Scenes/Noahs kælder.unity index 441c444..855393a 100644 --- a/Assets/Scenes/Noahs kælder.unity +++ b/Assets/Scenes/Noahs kælder.unity @@ -375,7 +375,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 143107362} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 6, y: 0, z: 0} + m_LocalPosition: {x: 6.01, y: 0.44, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_ConstrainProportionsScale: 0 m_Children: [] @@ -750,7 +750,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 389679690} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 12, y: 0, z: 0} + m_LocalPosition: {x: 12, y: 0.37, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_ConstrainProportionsScale: 0 m_Children: [] @@ -1389,7 +1389,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 537514707} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1.97, y: -0.06, z: 0} + m_LocalPosition: {x: 2.1, y: 0.18, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_ConstrainProportionsScale: 0 m_Children: [] @@ -2516,8 +2516,8 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 885031692} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.01, y: -0.03, z: 0} - m_LocalScale: {x: 2, y: 2, z: 2} + m_LocalPosition: {x: 0.46, y: 0.1, z: 0} + m_LocalScale: {x: 1.3, y: 1.3, z: 2} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 24980076} @@ -2722,7 +2722,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1001436608} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 3.84, y: -0.11, z: 0} + m_LocalPosition: {x: 3.86, y: 0.26, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_ConstrainProportionsScale: 0 m_Children: [] @@ -3287,7 +3287,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1274549341} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 8, y: 0, z: 0} + m_LocalPosition: {x: 8.09, y: 0.34, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_ConstrainProportionsScale: 0 m_Children: [] @@ -3847,7 +3847,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1420342329} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 14, y: 0, z: 0} + m_LocalPosition: {x: 14, y: 0.2, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_ConstrainProportionsScale: 0 m_Children: [] @@ -4156,7 +4156,7 @@ SpriteRenderer: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1517788312} - m_Enabled: 1 + m_Enabled: 0 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 @@ -4471,7 +4471,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1575942281} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 16, y: 0, z: 0} + m_LocalPosition: {x: 15.86, y: 0.26, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_ConstrainProportionsScale: 0 m_Children: [] @@ -4885,7 +4885,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1659394507} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 10, y: 0, z: 0} + m_LocalPosition: {x: 10, y: 0.33, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_ConstrainProportionsScale: 0 m_Children: [] diff --git a/Assets/Scripts/Cooking.cs b/Assets/Scripts/Cooking.cs index 72933c6..ff4b687 100644 --- a/Assets/Scripts/Cooking.cs +++ b/Assets/Scripts/Cooking.cs @@ -23,7 +23,6 @@ public class Cooking : MonoBehaviour private List DishesCooked = new List(); // stop user from cooking same dish twice. private float timer = 0; private float MaxTimer = 0; - int NV; private void Start() { MaxTimer = GetComponent().MaxTimer;