From 1f9457cebf030f4a577f5daa265393454e95b9c6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Mon, 9 Jun 2025 11:07:55 +0800 Subject: [PATCH] 1 --- .../Fonts/douyuFont-2 BlackLine.asset | 31 ++++++++++++++++--- .../GameLogic/Manager/DataGameSceneManager.cs | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/UnityProject/Assets/AssetRaw/Fonts/douyuFont-2 BlackLine.asset b/UnityProject/Assets/AssetRaw/Fonts/douyuFont-2 BlackLine.asset index e8ddbdc2..8df278ed 100644 --- a/UnityProject/Assets/AssetRaw/Fonts/douyuFont-2 BlackLine.asset +++ b/UnityProject/Assets/AssetRaw/Fonts/douyuFont-2 BlackLine.asset @@ -1519,6 +1519,21 @@ MonoBehaviour: m_Scale: 1 m_AtlasIndex: 0 m_ClassDefinitionType: 0 + - m_Index: 73 + m_Metrics: + m_Width: 42.921875 + m_Height: 62.453125 + m_HorizontalBearingX: 1.265625 + m_HorizontalBearingY: 53.453125 + m_HorizontalAdvance: 48.421875 + m_GlyphRect: + m_X: 777 + m_Y: 218 + m_Width: 44 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 m_CharacterTable: - m_ElementType: 1 m_Unicode: 32 @@ -1872,6 +1887,10 @@ MonoBehaviour: m_Unicode: 47 m_GlyphIndex: 18 m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 115 + m_GlyphIndex: 73 + m_Scale: 1 m_AtlasTextures: - {fileID: -7646704604280163338} m_AtlasTextureIndex: 0 @@ -2226,6 +2245,10 @@ MonoBehaviour: m_Y: 922 m_Width: 67 m_Height: 99 + - m_X: 767 + m_Y: 208 + m_Width: 63 + m_Height: 82 m_FreeGlyphRects: - m_X: 102 m_Y: 32 @@ -2275,10 +2298,6 @@ MonoBehaviour: m_Y: 201 m_Width: 64 m_Height: 7 - - m_X: 767 - m_Y: 208 - m_Width: 63 - m_Height: 90 - m_X: 318 m_Y: 276 m_Width: 49 @@ -2483,6 +2502,10 @@ MonoBehaviour: m_Y: 922 m_Width: 252 m_Height: 101 + - m_X: 767 + m_Y: 290 + m_Width: 63 + m_Height: 8 m_fontInfo: Name: PointSize: 0 diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Manager/DataGameSceneManager.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Manager/DataGameSceneManager.cs index 5c68aef6..ddb5399c 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Manager/DataGameSceneManager.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Manager/DataGameSceneManager.cs @@ -335,7 +335,7 @@ namespace GameLogic } } - if (giftConfig.Id == 0) + if (giftConfig.Id == 0 || giftConfig.Id == 1) { isAdd = false; }