This commit is contained in:
taosuqi 2025-12-31 10:36:43 +08:00
parent 62d254364c
commit d131ab81f9
3 changed files with 14 additions and 10 deletions

View File

@ -6,7 +6,7 @@ TextureImporter:
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
@ -36,13 +36,13 @@ TextureImporter:
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
@ -51,9 +51,9 @@ TextureImporter:
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 0
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
@ -119,7 +119,7 @@ TextureImporter:
outline: []
physicsShape: []
bones: []
spriteID:
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:

View File

@ -92,7 +92,11 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
FileName: {fileID: 0}
FileSprite: []
FileSprite:
- {fileID: 21300000, guid: 168ad68c3b5fa2c4a85e086895c7efd6, type: 3}
- {fileID: 21300000, guid: 84265de8efcb55445a33f6b6a3bf194f, type: 3}
- {fileID: 21300000, guid: bc673b72de88d814d89fd5767c3a9824, type: 3}
- {fileID: 21300000, guid: f442d2ede23737246898b69da102c3c2, type: 3}
--- !u!114 &9199868322031410716
MonoBehaviour:
m_ObjectHideFlags: 0

View File

@ -21,7 +21,7 @@ public class UI_File : BaseItem
private void OnInit()
{
FileImage = GetComponent<Image>();
FileName = GetControl<TextMeshProUGUI>("ÄÚČÝ");
FileName = GetControl<TextMeshProUGUI>("文件名Text (TMP)");
}
public void Init(Sprite fileSprite,string fileName)