Julia Perdigueiro
4 年前
当前提交
e6e82501
共有 52 个文件被更改,包括 2850 次插入 和 357 次删除
-
4Assets/Characters/Mage/Materials/FaceFire.mat
-
4Assets/Characters/Mage/Materials/M_Fire.mat
-
2Assets/FX/Arrow/materials/M_Arrow.mat
-
35Assets/FX/Tower/Materials/MAT_rockTiles.mat
-
35Assets/FX/Tower/Materials/MAT_rope.mat
-
35Assets/FX/Tower/Materials/MAT_woodTiles.mat
-
35Assets/Generic Assets/Black_Mat.mat
-
17Assets/Generic Assets/Grid_Blue_Mat.mat
-
17Assets/Generic Assets/Grid_Grey_Mat.mat
-
17Assets/Generic Assets/Grid_Orange_Mat.mat
-
2Assets/Particles/Materials/SmokeSingle.mat
-
35Assets/Props/ENVground/Materials/MAT_farmplots.mat
-
35Assets/Props/ENVground/Materials/MAT_grass1.mat
-
35Assets/Props/ENVground/Materials/MAT_grass2.mat
-
35Assets/Props/ENVground/Materials/MAT_grass3.mat
-
35Assets/Props/ENVground/Materials/MAT_sand1.mat
-
35Assets/Props/ENVground/Materials/MAT_sand2.mat
-
586Assets/TextMesh Pro/Sprites/EmojiOne.png
-
111Assets/TextMesh Pro/Sprites/EmojiOne.png.meta
-
4Assets/UI/Uxml/About.uxml
-
28Assets/UI/Uxml/AboutScreen.uss
-
96Assets/UI/Uxml/Menu.uss
-
11Packages/manifest.json
-
90Packages/packages-lock.json
-
4ProjectSettings/PackageManagerSettings.asset
-
4ProjectSettings/ProjectVersion.txt
-
2ProjectSettings/URPProjectSettings.asset
-
3UserSettings/EditorUserSettings.asset
-
8Assets/UI Toolkit.meta
-
35Assets/UI Toolkit/Default UITK Text Settings.asset
-
8Assets/UI Toolkit/Default UITK Text Settings.asset.meta
-
8Assets/UI Toolkit/Resources.meta
-
8Assets/UI Toolkit/Resources/Fonts & Materials.meta
-
249Assets/UI Toolkit/Resources/Fonts & Materials/LiberationSans SDF.asset
-
8Assets/UI Toolkit/Resources/Fonts & Materials/LiberationSans SDF.asset.meta
-
1001Assets/UI Toolkit/Resources/Fonts & Materials/LiberationSans.ttf
-
39Assets/UI Toolkit/Resources/Fonts & Materials/LiberationSans.ttf.meta
-
8Assets/UI Toolkit/Resources/Sprite Assets.meta
-
393Assets/UI Toolkit/Resources/Sprite Assets/EmojiOne.asset
-
8Assets/UI Toolkit/Resources/Sprite Assets/EmojiOne.asset.meta
-
8Assets/UI Toolkit/Resources/Text Color Gradients.meta
-
19Assets/UI Toolkit/Resources/Text Color Gradients/Yellow to Orange - Vertical.asset
-
8Assets/UI Toolkit/Resources/Text Color Gradients/Yellow to Orange - Vertical.asset.meta
-
8Assets/UI Toolkit/Resources/Text StyleSheets.meta
-
31Assets/UI Toolkit/Resources/Text StyleSheets/Text StyleSheet.asset
-
8Assets/UI Toolkit/Resources/Text StyleSheets/Text StyleSheet.asset.meta
|
|||
.scroll-view { |
|||
flex-grow: 1; |
|||
} |
|||
|
|||
.about-contents { |
|||
white-space: normal; |
|||
padding-left: 10px; |
|||
padding-right: 10px; |
|||
padding-top: 10px; |
|||
padding-bottom: 10px; |
|||
color: rgb(255, 255, 255); |
|||
font-size: 28px; |
|||
height: 1000px; |
|||
} |
|||
.scroll-view { |
|||
flex-grow: 1; |
|||
} |
|||
|
|||
.about-contents { |
|||
white-space: normal; |
|||
padding-left: 10px; |
|||
padding-right: 10px; |
|||
padding-top: 10px; |
|||
padding-bottom: 10px; |
|||
color: rgb(255, 255, 255); |
|||
font-size: 28px; |
|||
height: 1000px; |
|||
} |
|
|||
.screen { |
|||
flex-grow: 1; |
|||
background-image: url('/Assets/UI/TitleScreen.png'); |
|||
align-items: center; |
|||
justify-content: center; |
|||
-unity-font: url('/Assets/UI/Fonts/LilitaOne-Regular.ttf'); |
|||
font-size: 20px; |
|||
-unity-background-scale-mode: scale-and-crop; |
|||
padding-top: 20px; |
|||
padding-bottom: 20px; |
|||
} |
|||
|
|||
.screen--tinted { |
|||
flex-grow: 1; |
|||
-unity-background-image-tint-color: rgb(108, 108, 108); |
|||
} |
|||
|
|||
.header { |
|||
font-size: 36px; |
|||
margin-bottom: 18px; |
|||
margin-top: 15px; |
|||
color: rgb(255, 255, 255); |
|||
} |
|||
|
|||
.button { |
|||
background-color: rgba(228, 228, 228, 0); |
|||
background-image: url('/Assets/UI/Elements/ui_btn_menus.png'); |
|||
height: 87px; |
|||
justify-content: center; |
|||
align-items: stretch; |
|||
-unity-slice-left: 80; |
|||
-unity-slice-right: 80; |
|||
-unity-slice-top: 40; |
|||
-unity-slice-bottom: 40; |
|||
border-color: rgba(0, 0, 0, 0); |
|||
margin-left: 5px; |
|||
margin-right: 5px; |
|||
margin-top: 5px; |
|||
margin-bottom: 5px; |
|||
font-size: 32px; |
|||
color: rgb(255, 255, 255); |
|||
width: 266px; |
|||
} |
|||
|
|||
.button:hover { |
|||
border-color: rgba(0, 0, 0, 0); |
|||
color: rgb(180, 178, 178); |
|||
} |
|||
.screen { |
|||
flex-grow: 1; |
|||
background-image: url('/Assets/UI/TitleScreen.png'); |
|||
align-items: center; |
|||
justify-content: center; |
|||
-unity-font: url('/Assets/UI/Fonts/LilitaOne-Regular.ttf'); |
|||
font-size: 20px; |
|||
-unity-background-scale-mode: scale-and-crop; |
|||
padding-top: 20px; |
|||
padding-bottom: 20px; |
|||
} |
|||
|
|||
.screen--tinted { |
|||
flex-grow: 1; |
|||
-unity-background-image-tint-color: rgb(108, 108, 108); |
|||
} |
|||
|
|||
.header { |
|||
font-size: 36px; |
|||
margin-bottom: 18px; |
|||
margin-top: 15px; |
|||
color: rgb(255, 255, 255); |
|||
} |
|||
|
|||
.button { |
|||
background-color: rgba(228, 228, 228, 0); |
|||
background-image: url('/Assets/UI/Elements/ui_btn_menus.png'); |
|||
height: 87px; |
|||
justify-content: center; |
|||
align-items: stretch; |
|||
-unity-slice-left: 80; |
|||
-unity-slice-right: 80; |
|||
-unity-slice-top: 40; |
|||
-unity-slice-bottom: 40; |
|||
border-color: rgba(0, 0, 0, 0); |
|||
margin-left: 5px; |
|||
margin-right: 5px; |
|||
margin-top: 5px; |
|||
margin-bottom: 5px; |
|||
font-size: 32px; |
|||
color: rgb(255, 255, 255); |
|||
width: 266px; |
|||
} |
|||
|
|||
.button:hover { |
|||
border-color: rgba(0, 0, 0, 0); |
|||
color: rgb(180, 178, 178); |
|||
} |
|
|||
m_EditorVersion: 2020.1.6f1 |
|||
m_EditorVersionWithRevision: 2020.1.6f1 (fc477ca6df10) |
|||
m_EditorVersion: 2020.2.0b11 |
|||
m_EditorVersionWithRevision: 2020.2.0b11 (c499c2bf2e80) |
|
|||
fileFormatVersion: 2 |
|||
guid: 77916da266ea445f0a196be2457a8eb4 |
|||
folderAsset: yes |
|||
DefaultImporter: |
|||
externalObjects: {} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
%YAML 1.1 |
|||
%TAG !u! tag:unity3d.com,2011: |
|||
--- !u!114 &11400000 |
|||
MonoBehaviour: |
|||
m_ObjectHideFlags: 0 |
|||
m_CorrespondingSourceObject: {fileID: 0} |
|||
m_PrefabInstance: {fileID: 0} |
|||
m_PrefabAsset: {fileID: 0} |
|||
m_GameObject: {fileID: 0} |
|||
m_Enabled: 1 |
|||
m_EditorHideFlags: 0 |
|||
m_Script: {fileID: 11500000, guid: 83edbd52c03fc4d319804b472b97f952, type: 3} |
|||
m_Name: Default UITK Text Settings |
|||
m_EditorClassIdentifier: |
|||
m_Version: |
|||
m_DefaultFontAsset: {fileID: 11400000, guid: 11620d32377004149ba4922e54514328, type: 2} |
|||
m_DefaultFontAssetPath: Fonts & Materials/ |
|||
m_FallbackFontAssets: [] |
|||
m_MatchMaterialPreset: 0 |
|||
m_MissingCharacterUnicode: 0 |
|||
m_DefaultSpriteAsset: {fileID: 11400000, guid: 31e137292bb444d66940d42d0014a46d, |
|||
type: 2} |
|||
m_DefaultSpriteAssetPath: Sprite Assets/ |
|||
m_FallbackSpriteAssets: [] |
|||
m_MissingSpriteCharacterUnicode: 0 |
|||
m_DefaultStyleSheet: {fileID: 11400000, guid: 2f0003373d49e4ce899eacc28d3db6ae, |
|||
type: 2} |
|||
m_StyleSheetsResourcePath: Text Style Sheets/ |
|||
m_DefaultColorGradientPresetsPath: Text Color Gradients/ |
|||
m_UnicodeLineBreakingRules: |
|||
m_UnicodeLineBreakingRules: {fileID: 0} |
|||
m_LeadingCharacters: {fileID: 0} |
|||
m_FollowingCharacters: {fileID: 0} |
|||
m_UseModernHangulLineBreakingRules: 0 |
|||
m_DisplayWarnings: 0 |
|
|||
fileFormatVersion: 2 |
|||
guid: fb48f3b3eecb047e88a6667306380d19 |
|||
NativeFormatImporter: |
|||
externalObjects: {} |
|||
mainObjectFileID: 0 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
fileFormatVersion: 2 |
|||
guid: bfe44570f971148ce881fb1460793e4c |
|||
folderAsset: yes |
|||
DefaultImporter: |
|||
externalObjects: {} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
fileFormatVersion: 2 |
|||
guid: 50eb98bd85d284233a0cd6afd6e976b4 |
|||
folderAsset: yes |
|||
DefaultImporter: |
|||
externalObjects: {} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
%YAML 1.1 |
|||
%TAG !u! tag:unity3d.com,2011: |
|||
--- !u!114 &11400000 |
|||
MonoBehaviour: |
|||
m_ObjectHideFlags: 0 |
|||
m_CorrespondingSourceObject: {fileID: 0} |
|||
m_PrefabInstance: {fileID: 0} |
|||
m_PrefabAsset: {fileID: 0} |
|||
m_GameObject: {fileID: 0} |
|||
m_Enabled: 1 |
|||
m_EditorHideFlags: 0 |
|||
m_Script: {fileID: 11500000, guid: 9a8fdda5b4c5f6544bbac8a17c59089c, type: 3} |
|||
m_Name: LiberationSans SDF |
|||
m_EditorClassIdentifier: |
|||
m_Version: 1.1.0 |
|||
m_Material: {fileID: 4683684913593235938} |
|||
m_SourceFontFileGUID: 189c84d4bdcba6d449b66c25aad92981 |
|||
m_SourceFontFile_EditorRef: {fileID: 12800000, guid: 189c84d4bdcba6d449b66c25aad92981, |
|||
type: 3} |
|||
m_SourceFontFile: {fileID: 12800000, guid: 189c84d4bdcba6d449b66c25aad92981, type: 3} |
|||
m_AtlasPopulationMode: 1 |
|||
m_FaceInfo: |
|||
m_FamilyName: Liberation Sans |
|||
m_StyleName: Regular |
|||
m_PointSize: 90 |
|||
m_Scale: 1 |
|||
m_LineHeight: 103.49121 |
|||
m_AscentLine: 81.47461 |
|||
m_CapLine: 62 |
|||
m_MeanLine: 48 |
|||
m_Baseline: 0 |
|||
m_DescentLine: -19.072266 |
|||
m_SuperscriptOffset: 81.47461 |
|||
m_SuperscriptSize: 0.5 |
|||
m_SubscriptOffset: -19.072266 |
|||
m_SubscriptSize: 0.5 |
|||
m_UnderlineOffset: -12.832031 |
|||
m_UnderlineThickness: 6.591797 |
|||
m_StrikethroughOffset: 19.2 |
|||
m_StrikethroughThickness: 6.591797 |
|||
m_TabWidth: 25 |
|||
m_FontWeightTable: |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
- regularTypeface: {fileID: 0} |
|||
italicTypeface: {fileID: 0} |
|||
m_GlyphTable: [] |
|||
m_CharacterTable: [] |
|||
m_AtlasTextures: |
|||
- {fileID: 1846935173530049853} |
|||
m_AtlasTextureIndex: 0 |
|||
m_IsMultiAtlasTexturesEnabled: 1 |
|||
m_ClearDynamicDataOnBuild: 1 |
|||
m_AtlasWidth: 1024 |
|||
m_AtlasHeight: 1024 |
|||
m_AtlasPadding: 9 |
|||
m_AtlasRenderMode: 4165 |
|||
m_UsedGlyphRects: [] |
|||
m_FreeGlyphRects: |
|||
- m_X: 0 |
|||
m_Y: 0 |
|||
m_Width: 1023 |
|||
m_Height: 1023 |
|||
m_FontFeatureTable: |
|||
m_GlyphPairAdjustmentRecords: [] |
|||
m_FallbackFontAssetTable: [] |
|||
m_fontAssetCreationEditorSettings: |
|||
sourceFontFileGUID: 189c84d4bdcba6d449b66c25aad92981 |
|||
pointSizeSamplingMode: 0 |
|||
pointSize: 90 |
|||
padding: 9 |
|||
packingMode: 0 |
|||
atlasWidth: 1024 |
|||
atlasHeight: 1024 |
|||
characterSetSelectionMode: 7 |
|||
characterSequence: |
|||
referencedFontAssetGUID: |
|||
referencedTextAssetGUID: |
|||
fontStyle: 0 |
|||
fontStyleModifier: 0 |
|||
renderMode: 4165 |
|||
includeFontFeatures: 0 |
|||
m_RegularStyleWeight: 0 |
|||
m_RegularStyleSpacing: 0 |
|||
m_BoldStyleWeight: 0.75 |
|||
m_BoldStyleSpacing: 7 |
|||
m_ItalicStyleSlant: 35 |
|||
m_TabMultiple: 10 |
|||
m_fontInfo: |
|||
Name: |
|||
PointSize: 0 |
|||
Scale: 0 |
|||
CharacterCount: 0 |
|||
LineHeight: 0 |
|||
Baseline: 0 |
|||
Ascender: 0 |
|||
CapHeight: 0 |
|||
Descender: 0 |
|||
CenterLine: 0 |
|||
SuperscriptOffset: 0 |
|||
SubscriptOffset: 0 |
|||
SubSize: 0 |
|||
Underline: 0 |
|||
UnderlineThickness: 0 |
|||
strikethrough: 0 |
|||
strikethroughThickness: 0 |
|||
TabWidth: 0 |
|||
Padding: 0 |
|||
AtlasWidth: 0 |
|||
AtlasHeight: 0 |
|||
fontWeights: [] |
|||
atlas: {fileID: 0} |
|||
m_glyphInfoList: [] |
|||
fallbackFontAssets: [] |
|||
m_KerningTable: |
|||
kerningPairs: [] |
|||
--- !u!28 &1846935173530049853 |
|||
Texture2D: |
|||
m_ObjectHideFlags: 0 |
|||
m_CorrespondingSourceObject: {fileID: 0} |
|||
m_PrefabInstance: {fileID: 0} |
|||
m_PrefabAsset: {fileID: 0} |
|||
m_Name: LiberationSans Atlas |
|||
m_ImageContentsHash: |
|||
serializedVersion: 2 |
|||
Hash: 00000000000000000000000000000000 |
|||
m_ForcedFallbackFormat: 4 |
|||
m_DownscaleFallback: 0 |
|||
m_IsAlphaChannelOptional: 0 |
|||
serializedVersion: 2 |
|||
m_Width: 0 |
|||
m_Height: 0 |
|||
m_CompleteImageSize: 0 |
|||
m_MipsStripped: 0 |
|||
m_TextureFormat: 1 |
|||
m_MipCount: 1 |
|||
m_IsReadable: 1 |
|||
m_IsPreProcessed: 0 |
|||
m_IgnoreMasterTextureLimit: 0 |
|||
m_StreamingMipmaps: 0 |
|||
m_StreamingMipmapsPriority: 0 |
|||
m_VTOnly: 0 |
|||
m_AlphaIsTransparency: 0 |
|||
m_ImageCount: 1 |
|||
m_TextureDimension: 2 |
|||
m_TextureSettings: |
|||
serializedVersion: 2 |
|||
m_FilterMode: 1 |
|||
m_Aniso: 1 |
|||
m_MipBias: 0 |
|||
m_WrapU: 0 |
|||
m_WrapV: 0 |
|||
m_WrapW: 0 |
|||
m_LightmapFormat: 0 |
|||
m_ColorSpace: 0 |
|||
m_PlatformBlob: |
|||
image data: 0 |
|||
_typelessdata: |
|||
m_StreamData: |
|||
serializedVersion: 2 |
|||
offset: 0 |
|||
size: 0 |
|||
path: |
|||
--- !u!21 &4683684913593235938 |
|||
Material: |
|||
serializedVersion: 6 |
|||
m_ObjectHideFlags: 0 |
|||
m_CorrespondingSourceObject: {fileID: 0} |
|||
m_PrefabInstance: {fileID: 0} |
|||
m_PrefabAsset: {fileID: 0} |
|||
m_Name: LiberationSans Atlas Material |
|||
m_Shader: {fileID: 4800000, guid: 62b6d79d475fb5147ab93c75dede1914, type: 3} |
|||
m_ShaderKeywords: |
|||
m_LightmapFlags: 4 |
|||
m_EnableInstancingVariants: 0 |
|||
m_DoubleSidedGI: 0 |
|||
m_CustomRenderQueue: -1 |
|||
stringTagMap: {} |
|||
disabledShaderPasses: [] |
|||
m_SavedProperties: |
|||
serializedVersion: 3 |
|||
m_TexEnvs: |
|||
- _MainTex: |
|||
m_Texture: {fileID: 1846935173530049853} |
|||
m_Scale: {x: 1, y: 1} |
|||
m_Offset: {x: 0, y: 0} |
|||
- _MaskTex: |
|||
m_Texture: {fileID: 0} |
|||
m_Scale: {x: 1, y: 1} |
|||
m_Offset: {x: 0, y: 0} |
|||
m_Ints: [] |
|||
m_Floats: |
|||
- _ColorMask: 15 |
|||
- _CullMode: 0 |
|||
- _FaceDilate: 0 |
|||
- _GradientScale: 10 |
|||
- _MaskEdgeSoftness: 0.01 |
|||
- _MaskInverse: 0 |
|||
- _MaskSoftnessX: 0 |
|||
- _MaskSoftnessY: 0 |
|||
- _MaskWipeControl: 0.5 |
|||
- _OutlineSoftness: 0 |
|||
- _OutlineWidth: 0 |
|||
- _PerspectiveFilter: 0.875 |
|||
- _ScaleRatioA: 1 |
|||
- _ScaleRatioB: 1 |
|||
- _ScaleRatioC: 1 |
|||
- _ScaleX: 1 |
|||
- _ScaleY: 1 |
|||
- _ShaderFlags: 0 |
|||
- _Sharpness: 0 |
|||
- _Stencil: 0 |
|||
- _StencilComp: 8 |
|||
- _StencilOp: 0 |
|||
- _StencilReadMask: 255 |
|||
- _StencilWriteMask: 255 |
|||
- _TextureHeight: 1024 |
|||
- _TextureWidth: 1024 |
|||
- _UnderlayDilate: 0 |
|||
- _UnderlayOffsetX: 0 |
|||
- _UnderlayOffsetY: 0 |
|||
- _UnderlaySoftness: 0 |
|||
- _VertexOffsetX: 0 |
|||
- _VertexOffsetY: 0 |
|||
- _WeightBold: 0.75 |
|||
- _WeightNormal: 0 |
|||
m_Colors: |
|||
- _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767} |
|||
- _FaceColor: {r: 1, g: 1, b: 1, a: 1} |
|||
- _MaskEdgeColor: {r: 1, g: 1, b: 1, a: 1} |
|||
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1} |
|||
- _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5} |
|||
m_BuildTextureStacks: [] |
|
|||
fileFormatVersion: 2 |
|||
guid: 11620d32377004149ba4922e54514328 |
|||
NativeFormatImporter: |
|||
externalObjects: {} |
|||
mainObjectFileID: 0 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
1001
Assets/UI Toolkit/Resources/Fonts & Materials/LiberationSans.ttf
文件差异内容过多而无法显示
查看文件
文件差异内容过多而无法显示
查看文件
|
|||
fileFormatVersion: 2 |
|||
<<<<<<< HEAD |
|||
guid: 189c84d4bdcba6d449b66c25aad92981 |
|||
TrueTypeFontImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 4 |
|||
fontSize: 16 |
|||
forceTextureCase: -2 |
|||
characterSpacing: 0 |
|||
characterPadding: 1 |
|||
includeFontData: 1 |
|||
fontNames: |
|||
- Liberation Sans |
|||
fallbackFontReferences: [] |
|||
customCharacters: |
|||
fontRenderingMode: 0 |
|||
ascentCalculationMode: 1 |
|||
useLegacyBoundsCalculation: 0 |
|||
shouldRoundAdvanceValue: 1 |
|||
======= |
|||
guid: e3265ab4bf004d28a9537516768c1c75 |
|||
timeCreated: 1484171297 |
|||
licenseType: Pro |
|||
TrueTypeFontImporter: |
|||
serializedVersion: 2 |
|||
fontSize: 16 |
|||
forceTextureCase: -2 |
|||
characterSpacing: 1 |
|||
characterPadding: 0 |
|||
includeFontData: 1 |
|||
use2xBehaviour: 0 |
|||
fontNames: [] |
|||
fallbackFontReferences: [] |
|||
customCharacters: |
|||
fontRenderingMode: 0 |
|||
>>>>>>> 761b5728e19e8015c4dab6f584a0ca9dad36cea9 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
fileFormatVersion: 2 |
|||
guid: 737b78e595ac743c0b774f9444c60c24 |
|||
folderAsset: yes |
|||
DefaultImporter: |
|||
externalObjects: {} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
%YAML 1.1 |
|||
%TAG !u! tag:unity3d.com,2011: |
|||
--- !u!21 &-6201156369178609850 |
|||
Material: |
|||
serializedVersion: 6 |
|||
m_ObjectHideFlags: 1 |
|||
m_CorrespondingSourceObject: {fileID: 0} |
|||
m_PrefabInstance: {fileID: 0} |
|||
m_PrefabAsset: {fileID: 0} |
|||
m_Name: Text/Sprite |
|||
m_Shader: {fileID: 4800000, guid: 79cba8fa59e60f348930506622423d32, type: 3} |
|||
m_ShaderKeywords: |
|||
m_LightmapFlags: 4 |
|||
m_EnableInstancingVariants: 0 |
|||
m_DoubleSidedGI: 0 |
|||
m_CustomRenderQueue: -1 |
|||
stringTagMap: {} |
|||
disabledShaderPasses: [] |
|||
m_SavedProperties: |
|||
serializedVersion: 3 |
|||
m_TexEnvs: |
|||
- _MainTex: |
|||
m_Texture: {fileID: 2800000, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
m_Scale: {x: 1, y: 1} |
|||
m_Offset: {x: 0, y: 0} |
|||
m_Ints: [] |
|||
m_Floats: |
|||
- _ColorMask: 15 |
|||
- _CullMode: 0 |
|||
- _Stencil: 0 |
|||
- _StencilComp: 8 |
|||
- _StencilOp: 0 |
|||
- _StencilReadMask: 255 |
|||
- _StencilWriteMask: 255 |
|||
- _UseUIAlphaClip: 0 |
|||
m_Colors: |
|||
- _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767} |
|||
- _Color: {r: 1, g: 1, b: 1, a: 1} |
|||
m_BuildTextureStacks: [] |
|||
--- !u!114 &11400000 |
|||
MonoBehaviour: |
|||
m_ObjectHideFlags: 0 |
|||
m_CorrespondingSourceObject: {fileID: 0} |
|||
m_PrefabInstance: {fileID: 0} |
|||
m_PrefabAsset: {fileID: 0} |
|||
m_GameObject: {fileID: 0} |
|||
m_Enabled: 1 |
|||
m_EditorHideFlags: 0 |
|||
m_Script: {fileID: 11500000, guid: 39b57e6027b777d419a52a4b7aebe947, type: 3} |
|||
m_Name: EmojiOne |
|||
m_EditorClassIdentifier: |
|||
m_Version: 1.1.0 |
|||
m_Material: {fileID: -6201156369178609850} |
|||
m_FaceInfo: |
|||
m_FamilyName: |
|||
m_StyleName: |
|||
m_PointSize: 0 |
|||
m_Scale: 0 |
|||
m_LineHeight: 0 |
|||
m_AscentLine: 0 |
|||
m_CapLine: 0 |
|||
m_MeanLine: 0 |
|||
m_Baseline: 0 |
|||
m_DescentLine: 0 |
|||
m_SuperscriptOffset: 0 |
|||
m_SuperscriptSize: 0 |
|||
m_SubscriptOffset: 0 |
|||
m_SubscriptSize: 0 |
|||
m_UnderlineOffset: 0 |
|||
m_UnderlineThickness: 0 |
|||
m_StrikethroughOffset: 0 |
|||
m_StrikethroughThickness: 0 |
|||
m_TabWidth: 0 |
|||
m_SpriteAtlasTexture: {fileID: 2800000, guid: dffef66376be4fa480fb02b19edbe903, |
|||
type: 3} |
|||
m_SpriteCharacterTable: |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213730 |
|||
m_GlyphIndex: 0 |
|||
m_Scale: 1 |
|||
m_Name: Smiling face with smiling eyes |
|||
m_HashCode: -864682231 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213731 |
|||
m_GlyphIndex: 1 |
|||
m_Scale: 1 |
|||
m_Name: 1f60b |
|||
m_HashCode: 55966387 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213733 |
|||
m_GlyphIndex: 2 |
|||
m_Scale: 1 |
|||
m_Name: 1f60d |
|||
m_HashCode: 55966389 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213734 |
|||
m_GlyphIndex: 3 |
|||
m_Scale: 1 |
|||
m_Name: 1f60e |
|||
m_HashCode: 55966388 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213714 |
|||
m_GlyphIndex: 4 |
|||
m_Scale: 1 |
|||
m_Name: Grinning face |
|||
m_HashCode: -258056291 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213715 |
|||
m_GlyphIndex: 5 |
|||
m_Scale: 1 |
|||
m_Name: 1f601 |
|||
m_HashCode: 55966400 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213716 |
|||
m_GlyphIndex: 6 |
|||
m_Scale: 1 |
|||
m_Name: Face with tears of joy |
|||
m_HashCode: -2012591225 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213717 |
|||
m_GlyphIndex: 7 |
|||
m_Scale: 1 |
|||
m_Name: 1f603 |
|||
m_HashCode: 55966402 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213718 |
|||
m_GlyphIndex: 8 |
|||
m_Scale: 1 |
|||
m_Name: 1f604 |
|||
m_HashCode: 55966405 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213719 |
|||
m_GlyphIndex: 9 |
|||
m_Scale: 1 |
|||
m_Name: 1f605 |
|||
m_HashCode: 55966404 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213720 |
|||
m_GlyphIndex: 10 |
|||
m_Scale: 1 |
|||
m_Name: 1f606 |
|||
m_HashCode: 55966407 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1213729 |
|||
m_GlyphIndex: 11 |
|||
m_Scale: 1 |
|||
m_Name: 1f609 |
|||
m_HashCode: 55966408 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 0 |
|||
m_GlyphIndex: 12 |
|||
m_Scale: 1 |
|||
m_Name: .notdef |
|||
m_HashCode: 612146780 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 1217301 |
|||
m_GlyphIndex: 13 |
|||
m_Scale: 1 |
|||
m_Name: 1f923 |
|||
m_HashCode: 55982607 |
|||
- m_ElementType: 2 |
|||
m_Unicode: 38790 |
|||
m_GlyphIndex: 14 |
|||
m_Scale: 1 |
|||
m_Name: 263a |
|||
m_HashCode: 1748374 |
|||
m_SpriteGlyphTable: |
|||
- m_Index: 0 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 0 |
|||
m_Y: 384 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300000, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 1 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 128 |
|||
m_Y: 384 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300002, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 2 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 256 |
|||
m_Y: 384 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300004, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 3 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 384 |
|||
m_Y: 384 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300006, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 4 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 0 |
|||
m_Y: 256 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300008, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 5 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 128 |
|||
m_Y: 256 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300028, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 6 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 256 |
|||
m_Y: 256 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300010, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 7 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 384 |
|||
m_Y: 256 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300012, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 8 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 0 |
|||
m_Y: 128 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300014, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 9 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 128 |
|||
m_Y: 128 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300016, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 10 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 256 |
|||
m_Y: 128 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300018, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 11 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 384 |
|||
m_Y: 128 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300020, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 12 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 0 |
|||
m_Y: 0 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300022, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 13 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 128 |
|||
m_Y: 0 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300024, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
- m_Index: 14 |
|||
m_Metrics: |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_HorizontalBearingX: 0 |
|||
m_HorizontalBearingY: 115.6 |
|||
m_HorizontalAdvance: 128 |
|||
m_GlyphRect: |
|||
m_X: 256 |
|||
m_Y: 0 |
|||
m_Width: 128 |
|||
m_Height: 128 |
|||
m_Scale: 1 |
|||
m_AtlasIndex: 0 |
|||
sprite: {fileID: 21300026, guid: dffef66376be4fa480fb02b19edbe903, type: 3} |
|||
fallbackSpriteAssets: [] |
|
|||
fileFormatVersion: 2 |
|||
guid: 31e137292bb444d66940d42d0014a46d |
|||
NativeFormatImporter: |
|||
externalObjects: {} |
|||
mainObjectFileID: 0 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
fileFormatVersion: 2 |
|||
guid: 9d44521964f1b4475953cb13b7fec23c |
|||
folderAsset: yes |
|||
DefaultImporter: |
|||
externalObjects: {} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
%YAML 1.1 |
|||
%TAG !u! tag:unity3d.com,2011: |
|||
--- !u!114 &11400000 |
|||
MonoBehaviour: |
|||
m_ObjectHideFlags: 0 |
|||
m_CorrespondingSourceObject: {fileID: 0} |
|||
m_PrefabInstance: {fileID: 0} |
|||
m_PrefabAsset: {fileID: 0} |
|||
m_GameObject: {fileID: 0} |
|||
m_Enabled: 1 |
|||
m_EditorHideFlags: 0 |
|||
m_Script: {fileID: 11500000, guid: b9227ee934001d646b6873072461c7ac, type: 3} |
|||
m_Name: Yellow to Orange - Vertical |
|||
m_EditorClassIdentifier: |
|||
colorMode: 2 |
|||
topLeft: {r: 0.9018473, g: 0.9245283, b: 0.40557134, a: 1} |
|||
topRight: {r: 0.9018473, g: 0.9245283, b: 0.40557134, a: 1} |
|||
bottomLeft: {r: 0.9245283, g: 0.71215534, b: 0.28346387, a: 1} |
|||
bottomRight: {r: 0.9245283, g: 0.71215534, b: 0.28346387, a: 1} |
|
|||
fileFormatVersion: 2 |
|||
guid: 75ec5914cfeaf4c868e4557faf7fb48a |
|||
NativeFormatImporter: |
|||
externalObjects: {} |
|||
mainObjectFileID: 0 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
fileFormatVersion: 2 |
|||
guid: bc586f24df4984142be205f486f6b2e7 |
|||
folderAsset: yes |
|||
DefaultImporter: |
|||
externalObjects: {} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
%YAML 1.1 |
|||
%TAG !u! tag:unity3d.com,2011: |
|||
--- !u!114 &11400000 |
|||
MonoBehaviour: |
|||
m_ObjectHideFlags: 0 |
|||
m_CorrespondingSourceObject: {fileID: 0} |
|||
m_PrefabInstance: {fileID: 0} |
|||
m_PrefabAsset: {fileID: 0} |
|||
m_GameObject: {fileID: 0} |
|||
m_Enabled: 1 |
|||
m_EditorHideFlags: 0 |
|||
m_Script: {fileID: 11500000, guid: 59db50dea4e43b042ba63605012274c8, type: 3} |
|||
m_Name: Text StyleSheet |
|||
m_EditorClassIdentifier: |
|||
m_StyleList: |
|||
- m_Name: Normal |
|||
m_HashCode: -1183493901 |
|||
m_OpeningDefinition: |
|||
m_ClosingDefinition: |
|||
m_OpeningTagArray: |
|||
m_ClosingTagArray: |
|||
m_OpeningTagUnicodeArray: |
|||
m_ClosingTagUnicodeArray: |
|||
- m_Name: Link |
|||
m_HashCode: 2656128 |
|||
m_OpeningDefinition: <color=#0000FF><u> |
|||
m_ClosingDefinition: </u></color> |
|||
m_OpeningTagArray: 3c000000630000006f0000006c0000006f000000720000003d000000230000003000000030000000300000003000000046000000460000003e0000003c000000750000003e000000 |
|||
m_ClosingTagArray: 3c0000002f000000750000003e0000003c0000002f000000630000006f0000006c0000006f000000720000003e000000 |
|||
m_OpeningTagUnicodeArray: 3c000000630000006f0000006c0000006f000000720000003d000000230000003000000030000000300000003000000046000000460000003e0000003c000000750000003e000000 |
|||
m_ClosingTagUnicodeArray: 3c0000002f000000750000003e0000003c0000002f000000630000006f0000006c0000006f000000720000003e000000 |
|
|||
fileFormatVersion: 2 |
|||
guid: 2f0003373d49e4ce899eacc28d3db6ae |
|||
NativeFormatImporter: |
|||
externalObjects: {} |
|||
mainObjectFileID: 0 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
撰写
预览
正在加载...
取消
保存
Reference in new issue