From 58a47386a711746d17c5c66ac897a53f7a4aad4b Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 13 Oct 2020 07:02:26 +0800 Subject: +samurai & ninja animations --- .../Demigiant/DemiLib/Editor/DemiEditor.XML | 310 +++++++++++++++++++++ .../Demigiant/DemiLib/Editor/DemiEditor.XML.meta | 8 + .../Demigiant/DemiLib/Editor/DemiEditor.dll | Bin 0 -> 16896 bytes .../Demigiant/DemiLib/Editor/DemiEditor.dll.mdb | Bin 0 -> 4854 bytes .../DemiLib/Editor/DemiEditor.dll.mdb.meta | 8 + .../Demigiant/DemiLib/Editor/DemiEditor.dll.meta | 33 +++ .../ThirdParty/Demigiant/DemiLib/Editor/Imgs.meta | 9 + .../Demigiant/DemiLib/Editor/Imgs/whiteSquare.png | Bin 0 -> 103 bytes .../DemiLib/Editor/Imgs/whiteSquare.png.meta | 55 ++++ .../DemiLib/Editor/Imgs/whiteSquareAlpha10.png | Bin 0 -> 107 bytes .../Editor/Imgs/whiteSquareAlpha10.png.meta | 55 ++++ .../DemiLib/Editor/Imgs/whiteSquareAlpha25.png | Bin 0 -> 107 bytes .../Editor/Imgs/whiteSquareAlpha25.png.meta | 55 ++++ .../DemiLib/Editor/Imgs/whiteSquareAlpha50.png | Bin 0 -> 107 bytes .../Editor/Imgs/whiteSquareAlpha50.png.meta | 55 ++++ 15 files changed, 588 insertions(+) create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.XML create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.XML.meta create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.mdb create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.mdb.meta create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.meta create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs.meta create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquare.png create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquare.png.meta create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha10.png create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha10.png.meta create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha25.png create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha25.png.meta create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha50.png create mode 100644 Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha50.png.meta (limited to 'Assets/ThirdParty/Demigiant/DemiLib/Editor') diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.XML b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.XML new file mode 100644 index 00000000..b8a78924 --- /dev/null +++ b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.XML @@ -0,0 +1,310 @@ + + + + DemiEditor + + + + + Texture extensions + + + + + Checks that the texture uses the correct import settings, and applies them if they're incorrect. + + + + + Global Demigiant GUI manager + + + + + Default color palette + + + + + Default style palette + + + + + TRUE if we're using the PRO skin + + + + + Call this at the beginning of GUI methods + + + + + + Changes the active palettes to the given ones + (or resets them to the default ones if NULL) + + + + + GUI extension methods + + + + + Clones the style and adds the given formats to it + + + + + Adds the given formats to the style + + + + + Sets the border of the style + + + + + Sets the border of the style + + + + + Sets the background of the style + + + + + Sets the contentOffset of the style + + + + + Sets the X contentOffset of the style + + + + + Sets the Y contentOffset of the style + + + + + Sets the margin of the style + + + + + Sets the margin of the style + + + + + Sets the left margin of the style + + + + + Sets the right margin of the style + + + + + Sets the top margin of the style + + + + + Sets the bottom margin of the style + + + + + Sets the padding of the style + + + + + Sets the padding of the style + + + + + Sets the left padding of the style + + + + + Sets the right padding of the style + + + + + Sets the top padding of the style + + + + + Sets the bottom padding of the style + + + + + Sets the Y fixedWidth of the style + + + + + Sets the fixedHeight of the style + + + + + Sets the stretchHeight property of the style + + + + + Sets the stretchWidth property of the style + + + + + Assembly extensions + + + + AssetDatabase path to the assembly directory, without final slash + + + + File utils + + + + Path slash for AssetDatabase format + + + Path slash to replace for AssetDatabase format + + + Current OS path slash + + + Path slash to replace on current OS + + + + Stores a GUIStyle palette, which can be passed to default DeGUI layouts when calling DeGUI.BeginGUI, + and changed at any time by calling DeGUI.ChangePalette. + You can inherit from this class to create custom GUIStyle palettes with more options. + Each of the sub-options require a public Init method to initialize the styles, which will be called via Reflection. + + + + + Called automatically by DeGUI.BeginGUI. + Override when adding new style subclasses. + + + + + Extend any custom subpalettes from this, so they will be initialized correctly + + + + + GUILayout methods + + + + Button that can be toggled on and off + + + Button that can be toggled on and off + + + Button that can be toggled on and off + + + Button that can be toggled on and off + Button that can be toggled on and off + + + Toolbar foldout button + + + Button that can be toggled on and off + + + Button that can be toggled on and off + + + Button that can be toggled on and off + + + Button that can be toggled on and off + + + Button that can be toggled on and off + + + Button that can be toggled on and off + Button that can be toggled on and off + + + Begins an horizontal toolbar layout + + + Begins an horizontal toolbar layout + + + Begins an horizontal toolbar layout + + + Begins an horizontal toolbar layout + + + Ends an horizontal toolbar layout + + + A toolbar with a label + + + A toolbar with a label + + + A toolbar with a label + + + A toolbar with a label + + + A toolbar with a label + + + A toolbar with a label + + + Vertical box layout with style and color options + + + Vertical box layout with style and color options + + + End vertical box layout + + + Divider + + + + Contains both free and pro skins GUIStyle variations, + and automatically returns the correct one when converted to GUIStyle + + + + diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.XML.meta b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.XML.meta new file mode 100644 index 00000000..0cbf420c --- /dev/null +++ b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.XML.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cbeb13e6f00abac4c9ae332f3e2a2e4e +timeCreated: 1432888801 +licenseType: Store +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll new file mode 100644 index 00000000..9e59a64c Binary files /dev/null and b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll differ diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.mdb b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.mdb new file mode 100644 index 00000000..3aa2cdb0 Binary files /dev/null and b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.mdb differ diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.mdb.meta b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.mdb.meta new file mode 100644 index 00000000..58e2023f --- /dev/null +++ b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.mdb.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d258c8165efcc96468f3cdc9240dcf27 +timeCreated: 1432888788 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.meta b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.meta new file mode 100644 index 00000000..488129a6 --- /dev/null +++ b/Assets/ThirdParty/Demigiant/DemiLib/Editor/DemiEditor.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 9856250eca944aa4a8c0b138f35951a2 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs.meta b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs.meta new file mode 100644 index 00000000..64a660fe --- /dev/null +++ b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: f812998c78e2d1e4fb75d9138b654b3a +folderAsset: yes +timeCreated: 1432888788 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquare.png b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquare.png new file mode 100644 index 00000000..afc2459c Binary files /dev/null and b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquare.png differ diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquare.png.meta b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquare.png.meta new file mode 100644 index 00000000..ceaf52bb --- /dev/null +++ b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquare.png.meta @@ -0,0 +1,55 @@ +fileFormatVersion: 2 +guid: dcec5ca48fce8f746b08485652f195b7 +timeCreated: 1432888868 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 8 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 16 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha10.png b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha10.png new file mode 100644 index 00000000..6480ee22 Binary files /dev/null and b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha10.png differ diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha10.png.meta b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha10.png.meta new file mode 100644 index 00000000..20cda5ee --- /dev/null +++ b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha10.png.meta @@ -0,0 +1,55 @@ +fileFormatVersion: 2 +guid: 7d1e4f046b3f2da41b07e30ae3b15aa1 +timeCreated: 1432888868 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 8 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 16 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha25.png b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha25.png new file mode 100644 index 00000000..5219f2a0 Binary files /dev/null and b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha25.png differ diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha25.png.meta b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha25.png.meta new file mode 100644 index 00000000..ba5b8a6e --- /dev/null +++ b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha25.png.meta @@ -0,0 +1,55 @@ +fileFormatVersion: 2 +guid: f11e353a410bf36449e510bbb09625fe +timeCreated: 1432888868 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 8 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 16 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha50.png b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha50.png new file mode 100644 index 00000000..ad904338 Binary files /dev/null and b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha50.png differ diff --git a/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha50.png.meta b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha50.png.meta new file mode 100644 index 00000000..1b6ea88e --- /dev/null +++ b/Assets/ThirdParty/Demigiant/DemiLib/Editor/Imgs/whiteSquareAlpha50.png.meta @@ -0,0 +1,55 @@ +fileFormatVersion: 2 +guid: 5b5b08e80ca905a44b8efe7f772565f6 +timeCreated: 1432888800 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + linearTexture: 0 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 8 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 0 + textureType: -1 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: -- cgit v1.1-26-g67d0