From e662b58ffa2c0b19f9ef124647fd0a780d07323e Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 10 九月 2025 14:06:43 +0800
Subject: [PATCH] 0312 贴图格式

---
 Assets/Launch/Common/ResourcesPath.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Assets/Launch/Common/ResourcesPath.cs b/Assets/Launch/Common/ResourcesPath.cs
index f4794ca..69d62e8 100644
--- a/Assets/Launch/Common/ResourcesPath.cs
+++ b/Assets/Launch/Common/ResourcesPath.cs
@@ -31,6 +31,7 @@
     public static readonly string EFFECT_Folder_Name = "effect/";
 
     public static readonly string UI_SPRITE_SUFFIX = "Sprite";
+    public static readonly string UI_TEXTURE_SUFFIX = "Texture";
     public static readonly string UI_WINDOW_SUFFIX = "UI";
     public static readonly string UI_FONT_SUFFIX = "Font";
     public static readonly string UI_PREFAB_SUFFIX = "UIComp";

--
Gitblit v1.8.0