diff --git a/Forest/Assets/Art/Texture/Other/StayTuned_CN.png b/Forest/Assets/Art/Texture/Other/StayTuned_CN.png index d3c729e..73748d3 100644 Binary files a/Forest/Assets/Art/Texture/Other/StayTuned_CN.png and b/Forest/Assets/Art/Texture/Other/StayTuned_CN.png differ diff --git a/Forest/Assets/Art/Texture/Other/StayTuned_CN.png.meta b/Forest/Assets/Art/Texture/Other/StayTuned_CN.png.meta index 623281d..4e3b58d 100644 --- a/Forest/Assets/Art/Texture/Other/StayTuned_CN.png.meta +++ b/Forest/Assets/Art/Texture/Other/StayTuned_CN.png.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 7469608a0207da34599dc2a877106947 +guid: 8308dcd865b8d4202a323ae4235aced9 TextureImporter: internalIDToNameTable: [] externalObjects: {} diff --git a/Forest/Assets/Art/Texture/Other/StayTuned_EN.png b/Forest/Assets/Art/Texture/Other/StayTuned_EN.png index 7acbab0..a129cfe 100644 Binary files a/Forest/Assets/Art/Texture/Other/StayTuned_EN.png and b/Forest/Assets/Art/Texture/Other/StayTuned_EN.png differ diff --git a/Forest/Assets/Art/Texture/Other/StayTuned_EN.png.meta b/Forest/Assets/Art/Texture/Other/StayTuned_EN.png.meta index 62989f2..84f113c 100644 --- a/Forest/Assets/Art/Texture/Other/StayTuned_EN.png.meta +++ b/Forest/Assets/Art/Texture/Other/StayTuned_EN.png.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: dc449476b4ea45b43b062de5cc254a44 +guid: b0556a18d57294331bb03538f142424f TextureImporter: internalIDToNameTable: [] externalObjects: {} diff --git a/Forest/Assets/Art/UI/Material/URP_UI_GaussianBlur.mat b/Forest/Assets/Art/UI/Material/URP_UI_GaussianBlur.mat index 5e7ace7..93d5032 100644 --- a/Forest/Assets/Art/UI/Material/URP_UI_GaussianBlur.mat +++ b/Forest/Assets/Art/UI/Material/URP_UI_GaussianBlur.mat @@ -106,9 +106,9 @@ Material: - _OcclusionStrength: 1 - _Parallax: 0.005 - _QueueOffset: 0 - - _Ratio: 3 + - _Ratio: 4 - _ReceiveShadows: 1 - - _Sigma: 2 + - _Sigma: 3 - _Smoothness: 0.5 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 @@ -126,7 +126,7 @@ Material: - _offsets: 10000 m_Colors: - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - - _Color: {r: 0.5377358, g: 0.5377358, b: 0.5377358, a: 1} + - _Color: {r: 0.7924528, g: 0.7924528, b: 0.7924528, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} m_BuildTextureStacks: [] diff --git a/Forest/Assets/Art/UI/Prefab/UIStayTuned.prefab b/Forest/Assets/Art/UI/Prefab/UIStayTuned.prefab index 88ae00f..142f08a 100644 --- a/Forest/Assets/Art/UI/Prefab/UIStayTuned.prefab +++ b/Forest/Assets/Art/UI/Prefab/UIStayTuned.prefab @@ -34,8 +34,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -0.0000019073, y: 0} - m_SizeDelta: {x: 1020, y: 621.187} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 996, y: 764} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &1296744479107117954 CanvasRenderer: @@ -65,7 +65,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: dc449476b4ea45b43b062de5cc254a44, type: 3} + m_Sprite: {fileID: 21300000, guid: b0556a18d57294331bb03538f142424f, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 @@ -110,7 +110,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 978, y: 665} + m_SizeDelta: {x: 996, y: 764} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &8048944838121875947 CanvasRenderer: @@ -140,7 +140,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 7469608a0207da34599dc2a877106947, type: 3} + m_Sprite: {fileID: 21300000, guid: 8308dcd865b8d4202a323ae4235aced9, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 diff --git a/Forest/Assets/Scripts/Shader/UI_GaussianBlur.shader b/Forest/Assets/Scripts/Shader/UI_GaussianBlur.shader index c605e47..3a1ac02 100644 --- a/Forest/Assets/Scripts/Shader/UI_GaussianBlur.shader +++ b/Forest/Assets/Scripts/Shader/UI_GaussianBlur.shader @@ -1,4 +1,4 @@ -Shader "NLD_URP/NLD_UI_GaussianBlur" +Shader "NLD_URP/UI_GaussianBlur" { Properties { diff --git a/Forest/Assets/WX-WASM-SDK-V2.meta b/Forest/Assets/WX-WASM-SDK-V2.meta deleted file mode 100644 index 5cdcd7b..0000000 --- a/Forest/Assets/WX-WASM-SDK-V2.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 3240abadef9ae9a47a854d2ad3ed4835 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Forest/Assets/WebGLTemplates.meta b/Forest/Assets/WebGLTemplates.meta deleted file mode 100644 index 0ffc7f7..0000000 --- a/Forest/Assets/WebGLTemplates.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: faa27c55034eabf4eafe9d661bd287a3 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: