From 1053225b1397fb9e5d57dc7c9656fac04e6fd5c3 Mon Sep 17 00:00:00 2001 From: miepzerino <o.skotnik@gmail.com> Date: Mon, 31 Mar 2025 16:26:58 +0000 Subject: [PATCH] #14 added item delete in inventoryUI --- Assets/Prefabs/UI/ItemUI.prefab | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Assets/Prefabs/UI/ItemUI.prefab b/Assets/Prefabs/UI/ItemUI.prefab index 5f4e2ea..1b49567 100644 --- a/Assets/Prefabs/UI/ItemUI.prefab +++ b/Assets/Prefabs/UI/ItemUI.prefab @@ -120,9 +120,9 @@ m_Transition: 1 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} - m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_HighlightedColor: {r: 0.6698113, g: 0.6698113, b: 0.6698113, a: 1} + m_PressedColor: {r: 0.4056604, g: 0.4056604, b: 0.4056604, a: 1} + m_SelectedColor: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} m_ColorMultiplier: 1 m_FadeDuration: 0.1 @@ -138,7 +138,7 @@ m_SelectedTrigger: Selected m_DisabledTrigger: Disabled m_Interactable: 1 - m_TargetGraphic: {fileID: 0} + m_TargetGraphic: {fileID: 3979763182058059211} m_OnClick: m_PersistentCalls: m_Calls: [] @@ -154,6 +154,7 @@ m_Script: {fileID: 11500000, guid: 519c952913e3ff344a7b23eb0020d6ca, type: 3} m_Name: m_EditorClassIdentifier: + itemUIType: 0 --- !u!1 &4844031224436336669 GameObject: m_ObjectHideFlags: 0 @@ -474,7 +475,7 @@ m_Sprite: {fileID: 21300000, guid: ee4fb235c7b0280489a009cd8810dfd7, type: 3} m_Type: 1 m_PreserveAspect: 0 - m_FillCenter: 1 + m_FillCenter: 0 m_FillMethod: 4 m_FillAmount: 1 m_FillClockwise: 1 -- Gitblit v1.9.3