diff --git a/Collector/Content/31-8x.png b/Collector/Content/31-8x.png deleted file mode 100644 index f5e4d38..0000000 Binary files a/Collector/Content/31-8x.png and /dev/null differ diff --git a/Collector/Content/BlockGrass.png b/Collector/Content/BlockGrass.png index ff8394a..f1bafaf 100644 Binary files a/Collector/Content/BlockGrass.png and b/Collector/Content/BlockGrass.png differ diff --git a/Collector/Content/BlockGrassBorder.png b/Collector/Content/BlockGrassBorder.png deleted file mode 100644 index bc7d35e..0000000 Binary files a/Collector/Content/BlockGrassBorder.png and /dev/null differ diff --git a/Collector/Content/Border.png b/Collector/Content/Border.png deleted file mode 100644 index 7244b37..0000000 Binary files a/Collector/Content/Border.png and /dev/null differ diff --git a/Collector/Content/Palette.aseprite b/Collector/Content/Palette.aseprite deleted file mode 100644 index f79c568..0000000 Binary files a/Collector/Content/Palette.aseprite and /dev/null differ diff --git a/Collector/Content/bkd32.ase b/Collector/Content/bkd32.ase deleted file mode 100644 index a28fe22..0000000 Binary files a/Collector/Content/bkd32.ase and /dev/null differ diff --git a/Collector/Content/themes/editor/ThemeData.xml b/Collector/Content/themes/editor/ThemeData.xml deleted file mode 100644 index bc96b53..0000000 --- a/Collector/Content/themes/editor/ThemeData.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - Clean - Ronen Ness - A simple, editor-like UI theme. - Made by Ronen Ness - 1.0.0 - - MIT - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/effects/disabled.fx b/Collector/Content/themes/editor/effects/disabled.fx deleted file mode 100644 index 6774d71..0000000 --- a/Collector/Content/themes/editor/effects/disabled.fx +++ /dev/null @@ -1,38 +0,0 @@ -#if OPENGL - #define SV_POSITION POSITION - #define VS_SHADERMODEL vs_3_0 - #define PS_SHADERMODEL ps_3_0 -#else - #define VS_SHADERMODEL vs_4_0_level_9_1 - #define PS_SHADERMODEL ps_4_0_level_9_1 -#endif - -Texture2D SpriteTexture; - -sampler2D SpriteTextureSampler = sampler_state -{ - Texture = ; -}; - -struct VertexShaderOutput -{ - float4 Position : SV_POSITION; - float4 Color : COLOR0; - float2 TextureCoordinates : TEXCOORD0; -}; - -float4 MainPS(VertexShaderOutput input) : COLOR -{ - float4 color = tex2D(SpriteTextureSampler,input.TextureCoordinates) * input.Color; - float value = (color.r + color.g + color.b) / 3; - color.r = color.g = color.b = value; - return color; -} - -technique SpriteDrawing -{ - pass P0 - { - PixelShader = compile PS_SHADERMODEL MainPS(); - } -}; \ No newline at end of file diff --git a/Collector/Content/themes/editor/effects/silhouette.fx b/Collector/Content/themes/editor/effects/silhouette.fx deleted file mode 100644 index 0bd81f3..0000000 --- a/Collector/Content/themes/editor/effects/silhouette.fx +++ /dev/null @@ -1,39 +0,0 @@ -#if OPENGL - #define SV_POSITION POSITION - #define VS_SHADERMODEL vs_3_0 - #define PS_SHADERMODEL ps_3_0 -#else - #define VS_SHADERMODEL vs_4_0_level_9_1 - #define PS_SHADERMODEL ps_4_0_level_9_1 -#endif - -Texture2D SpriteTexture; - -sampler2D SpriteTextureSampler = sampler_state -{ - Texture = ; -}; - -struct VertexShaderOutput -{ - float4 Position : SV_POSITION; - float4 Color : COLOR0; - float2 TextureCoordinates : TEXCOORD0; -}; - -float4 MainPS(VertexShaderOutput input) : COLOR -{ - float4 color = tex2D(SpriteTextureSampler,input.TextureCoordinates) * input.Color; - color.r = 1 * color.a * input.Color.r; - color.g = 1 * color.a * input.Color.g; - color.b = 1 * color.a * input.Color.b; - return color; -} - -technique SpriteDrawing -{ - pass P0 - { - PixelShader = compile PS_SHADERMODEL MainPS(); - } -}; \ No newline at end of file diff --git a/Collector/Content/themes/editor/fonts/Bold.spritefont b/Collector/Content/themes/editor/fonts/Bold.spritefont deleted file mode 100644 index 1d7e133..0000000 --- a/Collector/Content/themes/editor/fonts/Bold.spritefont +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - Bitstream Vera Sans Mono Bold - - - 16 - - - 0 - - - true - - - - - - - - - - - - ~ - - - - diff --git a/Collector/Content/themes/editor/fonts/Italic.spritefont b/Collector/Content/themes/editor/fonts/Italic.spritefont deleted file mode 100644 index a3ae047..0000000 --- a/Collector/Content/themes/editor/fonts/Italic.spritefont +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - Bitstream Vera Sans Mono Oblique - - - 16 - - - 0 - - - true - - - - - - - - - - - - ~ - - - - diff --git a/Collector/Content/themes/editor/fonts/Regular.spritefont b/Collector/Content/themes/editor/fonts/Regular.spritefont deleted file mode 100644 index c23a0b1..0000000 --- a/Collector/Content/themes/editor/fonts/Regular.spritefont +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - Bitstream Vera Sans Mono Roman - - - 16 - - - 0 - - - true - - - - - - - - - - - - ~ - - - - diff --git a/Collector/Content/themes/editor/styles/Button-Default.xml b/Collector/Content/themes/editor/styles/Button-Default.xml deleted file mode 100644 index 2baf4a1..0000000 --- a/Collector/Content/themes/editor/styles/Button-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 2 - - - - - - - - - - - - - 0 60 - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Button-MouseDown.xml b/Collector/Content/themes/editor/styles/Button-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Button-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Button-MouseHover.xml b/Collector/Content/themes/editor/styles/Button-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Button-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ButtonParagraph-Default.xml b/Collector/Content/themes/editor/styles/ButtonParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/editor/styles/ButtonParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ButtonParagraph-MouseDown.xml b/Collector/Content/themes/editor/styles/ButtonParagraph-MouseDown.xml deleted file mode 100644 index 8ef401a..0000000 --- a/Collector/Content/themes/editor/styles/ButtonParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFAAAAAA - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ButtonParagraph-MouseHover.xml b/Collector/Content/themes/editor/styles/ButtonParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/ButtonParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/CheckBox-Default.xml b/Collector/Content/themes/editor/styles/CheckBox-Default.xml deleted file mode 100644 index cedb146..0000000 --- a/Collector/Content/themes/editor/styles/CheckBox-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 40 - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/CheckBox-MouseDown.xml b/Collector/Content/themes/editor/styles/CheckBox-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/CheckBox-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/CheckBox-MouseHover.xml b/Collector/Content/themes/editor/styles/CheckBox-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/CheckBox-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/CheckBoxParagraph-Default.xml b/Collector/Content/themes/editor/styles/CheckBoxParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/editor/styles/CheckBoxParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/CheckBoxParagraph-MouseDown.xml b/Collector/Content/themes/editor/styles/CheckBoxParagraph-MouseDown.xml deleted file mode 100644 index af426c9..0000000 --- a/Collector/Content/themes/editor/styles/CheckBoxParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FF00FFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/CheckBoxParagraph-MouseHover.xml b/Collector/Content/themes/editor/styles/CheckBoxParagraph-MouseHover.xml deleted file mode 100644 index af426c9..0000000 --- a/Collector/Content/themes/editor/styles/CheckBoxParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FF00FFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ColoredRectangle-Default.xml b/Collector/Content/themes/editor/styles/ColoredRectangle-Default.xml deleted file mode 100644 index e0beb18..0000000 --- a/Collector/Content/themes/editor/styles/ColoredRectangle-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFFFF - FF000000 - 2 - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ColoredRectangle-MouseDown.xml b/Collector/Content/themes/editor/styles/ColoredRectangle-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/ColoredRectangle-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ColoredRectangle-MouseHover.xml b/Collector/Content/themes/editor/styles/ColoredRectangle-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/ColoredRectangle-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/DropDown-Default.xml b/Collector/Content/themes/editor/styles/DropDown-Default.xml deleted file mode 100644 index 1399eb9..0000000 --- a/Collector/Content/themes/editor/styles/DropDown-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 220 - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/DropDown-MouseDown.xml b/Collector/Content/themes/editor/styles/DropDown-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/DropDown-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/DropDown-MouseHover.xml b/Collector/Content/themes/editor/styles/DropDown-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/DropDown-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/DropDownParagraph-Default.xml b/Collector/Content/themes/editor/styles/DropDownParagraph-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/DropDownParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/DropDownParagraph-MouseDown.xml b/Collector/Content/themes/editor/styles/DropDownParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/DropDownParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/DropDownParagraph-MouseHover.xml b/Collector/Content/themes/editor/styles/DropDownParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/DropDownParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/DropDownSelectedParagraph-Default.xml b/Collector/Content/themes/editor/styles/DropDownSelectedParagraph-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/DropDownSelectedParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/DropDownSelectedParagraph-MouseDown.xml b/Collector/Content/themes/editor/styles/DropDownSelectedParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/DropDownSelectedParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/DropDownSelectedParagraph-MouseHover.xml b/Collector/Content/themes/editor/styles/DropDownSelectedParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/DropDownSelectedParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Entity-Default.xml b/Collector/Content/themes/editor/styles/Entity-Default.xml deleted file mode 100644 index e05e24c..0000000 --- a/Collector/Content/themes/editor/styles/Entity-Default.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - 1 - FFFFFFFF - 00000000 - 0 - false - Regular - 00000000 - 00000000 - 0 0 - 26 26 - 0 0 - 0 8 - 1 - 0 0 - - diff --git a/Collector/Content/themes/editor/styles/Entity-MouseDown.xml b/Collector/Content/themes/editor/styles/Entity-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Entity-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Entity-MouseHover.xml b/Collector/Content/themes/editor/styles/Entity-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Entity-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Header-Default.xml b/Collector/Content/themes/editor/styles/Header-Default.xml deleted file mode 100644 index f87b970..0000000 --- a/Collector/Content/themes/editor/styles/Header-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1.2 - FF00FFFF - - - true - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Header-MouseDown.xml b/Collector/Content/themes/editor/styles/Header-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Header-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Header-MouseHover.xml b/Collector/Content/themes/editor/styles/Header-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Header-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/HorizontalLine-Default.xml b/Collector/Content/themes/editor/styles/HorizontalLine-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/HorizontalLine-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/HorizontalLine-MouseDown.xml b/Collector/Content/themes/editor/styles/HorizontalLine-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/HorizontalLine-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/HorizontalLine-MouseHover.xml b/Collector/Content/themes/editor/styles/HorizontalLine-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/HorizontalLine-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Icon-Default.xml b/Collector/Content/themes/editor/styles/Icon-Default.xml deleted file mode 100644 index 74c72ff..0000000 --- a/Collector/Content/themes/editor/styles/Icon-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - 50 50 - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Icon-MouseDown.xml b/Collector/Content/themes/editor/styles/Icon-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Icon-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Icon-MouseHover.xml b/Collector/Content/themes/editor/styles/Icon-MouseHover.xml deleted file mode 100644 index 8ff04a1..0000000 --- a/Collector/Content/themes/editor/styles/Icon-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1.1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Image-Default.xml b/Collector/Content/themes/editor/styles/Image-Default.xml deleted file mode 100644 index 1beedd1..0000000 --- a/Collector/Content/themes/editor/styles/Image-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FFFFFFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Image-MouseDown.xml b/Collector/Content/themes/editor/styles/Image-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Image-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Image-MouseHover.xml b/Collector/Content/themes/editor/styles/Image-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Image-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Label-Default.xml b/Collector/Content/themes/editor/styles/Label-Default.xml deleted file mode 100644 index db3ad89..0000000 --- a/Collector/Content/themes/editor/styles/Label-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 0.8 - FFCCCCCC - FF000000 - 2 - false - Regular - - - - - - - - - - - diff --git a/Collector/Content/themes/editor/styles/Label-MouseDown.xml b/Collector/Content/themes/editor/styles/Label-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Label-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Label-MouseHover.xml b/Collector/Content/themes/editor/styles/Label-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Label-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Panel-Default.xml b/Collector/Content/themes/editor/styles/Panel-Default.xml deleted file mode 100644 index 52d5b24..0000000 --- a/Collector/Content/themes/editor/styles/Panel-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 2 - FFFFFFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Panel-MouseDown.xml b/Collector/Content/themes/editor/styles/Panel-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Panel-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Panel-MouseHover.xml b/Collector/Content/themes/editor/styles/Panel-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Panel-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/PanelTabsButton-Default.xml b/Collector/Content/themes/editor/styles/PanelTabsButton-Default.xml deleted file mode 100644 index 6ef020c..0000000 --- a/Collector/Content/themes/editor/styles/PanelTabsButton-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 2 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/PanelTabsButton-MouseDown.xml b/Collector/Content/themes/editor/styles/PanelTabsButton-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/PanelTabsButton-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/PanelTabsButton-MouseHover.xml b/Collector/Content/themes/editor/styles/PanelTabsButton-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/PanelTabsButton-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/PanelTabsButtonParagraph-Default.xml b/Collector/Content/themes/editor/styles/PanelTabsButtonParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/editor/styles/PanelTabsButtonParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/PanelTabsButtonParagraph-MouseDown.xml b/Collector/Content/themes/editor/styles/PanelTabsButtonParagraph-MouseDown.xml deleted file mode 100644 index 8ef401a..0000000 --- a/Collector/Content/themes/editor/styles/PanelTabsButtonParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFAAAAAA - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/PanelTabsButtonParagraph-MouseHover.xml b/Collector/Content/themes/editor/styles/PanelTabsButtonParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/PanelTabsButtonParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Paragraph-Default.xml b/Collector/Content/themes/editor/styles/Paragraph-Default.xml deleted file mode 100644 index 7c53712..0000000 --- a/Collector/Content/themes/editor/styles/Paragraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FFFFFFFF - FF000000 - 2 - false - Regular - - - - - - - - - - - diff --git a/Collector/Content/themes/editor/styles/Paragraph-MouseDown.xml b/Collector/Content/themes/editor/styles/Paragraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Paragraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Paragraph-MouseHover.xml b/Collector/Content/themes/editor/styles/Paragraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Paragraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ProgressBar-Default.xml b/Collector/Content/themes/editor/styles/ProgressBar-Default.xml deleted file mode 100644 index 14ec90b..0000000 --- a/Collector/Content/themes/editor/styles/ProgressBar-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 52 - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ProgressBar-MouseDown.xml b/Collector/Content/themes/editor/styles/ProgressBar-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/ProgressBar-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ProgressBar-MouseHover.xml b/Collector/Content/themes/editor/styles/ProgressBar-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/ProgressBar-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ProgressBarFill-Default.xml b/Collector/Content/themes/editor/styles/ProgressBarFill-Default.xml deleted file mode 100644 index af426c9..0000000 --- a/Collector/Content/themes/editor/styles/ProgressBarFill-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FF00FFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ProgressBarFill-MouseDown.xml b/Collector/Content/themes/editor/styles/ProgressBarFill-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/ProgressBarFill-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/ProgressBarFill-MouseHover.xml b/Collector/Content/themes/editor/styles/ProgressBarFill-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/ProgressBarFill-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/RadioButton-Default.xml b/Collector/Content/themes/editor/styles/RadioButton-Default.xml deleted file mode 100644 index eb36dcc..0000000 --- a/Collector/Content/themes/editor/styles/RadioButton-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 50 - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/RadioButton-MouseDown.xml b/Collector/Content/themes/editor/styles/RadioButton-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/RadioButton-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/RadioButton-MouseHover.xml b/Collector/Content/themes/editor/styles/RadioButton-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/RadioButton-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/RadioButtonParagraph-Default.xml b/Collector/Content/themes/editor/styles/RadioButtonParagraph-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/RadioButtonParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/RadioButtonParagraph-MouseDown.xml b/Collector/Content/themes/editor/styles/RadioButtonParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/RadioButtonParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/RadioButtonParagraph-MouseHover.xml b/Collector/Content/themes/editor/styles/RadioButtonParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/RadioButtonParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/SelectList-Default.xml b/Collector/Content/themes/editor/styles/SelectList-Default.xml deleted file mode 100644 index f0a2f8e..0000000 --- a/Collector/Content/themes/editor/styles/SelectList-Default.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - 64000000 - - - 30 22 - - - - 0 220 - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/SelectList-MouseDown.xml b/Collector/Content/themes/editor/styles/SelectList-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/SelectList-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/SelectList-MouseHover.xml b/Collector/Content/themes/editor/styles/SelectList-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/SelectList-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/SelectListParagraph-Default.xml b/Collector/Content/themes/editor/styles/SelectListParagraph-Default.xml deleted file mode 100644 index 7c53712..0000000 --- a/Collector/Content/themes/editor/styles/SelectListParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FFFFFFFF - FF000000 - 2 - false - Regular - - - - - - - - - - - diff --git a/Collector/Content/themes/editor/styles/SelectListParagraph-MouseDown.xml b/Collector/Content/themes/editor/styles/SelectListParagraph-MouseDown.xml deleted file mode 100644 index af426c9..0000000 --- a/Collector/Content/themes/editor/styles/SelectListParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FF00FFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/SelectListParagraph-MouseHover.xml b/Collector/Content/themes/editor/styles/SelectListParagraph-MouseHover.xml deleted file mode 100644 index af426c9..0000000 --- a/Collector/Content/themes/editor/styles/SelectListParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FF00FFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Slider-Default.xml b/Collector/Content/themes/editor/styles/Slider-Default.xml deleted file mode 100644 index bb0c9ac..0000000 --- a/Collector/Content/themes/editor/styles/Slider-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 30 - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Slider-MouseDown.xml b/Collector/Content/themes/editor/styles/Slider-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Slider-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/Slider-MouseHover.xml b/Collector/Content/themes/editor/styles/Slider-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/Slider-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/TextInput-Default.xml b/Collector/Content/themes/editor/styles/TextInput-Default.xml deleted file mode 100644 index cbae23d..0000000 --- a/Collector/Content/themes/editor/styles/TextInput-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 65 - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/TextInput-MouseDown.xml b/Collector/Content/themes/editor/styles/TextInput-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/TextInput-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/TextInput-MouseHover.xml b/Collector/Content/themes/editor/styles/TextInput-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/TextInput-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/TextInputParagraph-Default.xml b/Collector/Content/themes/editor/styles/TextInputParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/editor/styles/TextInputParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/TextInputParagraph-MouseDown.xml b/Collector/Content/themes/editor/styles/TextInputParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/TextInputParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/TextInputParagraph-MouseHover.xml b/Collector/Content/themes/editor/styles/TextInputParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/TextInputParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/TextInputPlaceholder-Default.xml b/Collector/Content/themes/editor/styles/TextInputPlaceholder-Default.xml deleted file mode 100644 index c675854..0000000 --- a/Collector/Content/themes/editor/styles/TextInputPlaceholder-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FF969696 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/TextInputPlaceholder-MouseDown.xml b/Collector/Content/themes/editor/styles/TextInputPlaceholder-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/TextInputPlaceholder-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/TextInputPlaceholder-MouseHover.xml b/Collector/Content/themes/editor/styles/TextInputPlaceholder-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/TextInputPlaceholder-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/VerticalScrollbar-Default.xml b/Collector/Content/themes/editor/styles/VerticalScrollbar-Default.xml deleted file mode 100644 index b06b406..0000000 --- a/Collector/Content/themes/editor/styles/VerticalScrollbar-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 30 0 - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/VerticalScrollbar-MouseDown.xml b/Collector/Content/themes/editor/styles/VerticalScrollbar-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/VerticalScrollbar-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/VerticalScrollbar-MouseHover.xml b/Collector/Content/themes/editor/styles/VerticalScrollbar-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/editor/styles/VerticalScrollbar-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/styles/example.xml b/Collector/Content/themes/editor/styles/example.xml deleted file mode 100644 index eda93f2..0000000 --- a/Collector/Content/themes/editor/styles/example.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - 1 - - FFFFFFFF - - FF000000 - - 2 - - false - - Regular - - 00000000 - - 00000000 - - 0 0 - - 10 10 - - 0 0 - - 0 0 - - 1 - - 50 50 - - \ No newline at end of file diff --git a/Collector/Content/themes/editor/textures/arrow_down.png b/Collector/Content/themes/editor/textures/arrow_down.png deleted file mode 100644 index 894a698..0000000 Binary files a/Collector/Content/themes/editor/textures/arrow_down.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/arrow_up.png b/Collector/Content/themes/editor/textures/arrow_up.png deleted file mode 100644 index e07cec3..0000000 Binary files a/Collector/Content/themes/editor/textures/arrow_up.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_alternative.png b/Collector/Content/themes/editor/textures/button_alternative.png deleted file mode 100644 index b180090..0000000 Binary files a/Collector/Content/themes/editor/textures/button_alternative.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_alternative_down.png b/Collector/Content/themes/editor/textures/button_alternative_down.png deleted file mode 100644 index a5fb68b..0000000 Binary files a/Collector/Content/themes/editor/textures/button_alternative_down.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_alternative_hover.png b/Collector/Content/themes/editor/textures/button_alternative_hover.png deleted file mode 100644 index a7758eb..0000000 Binary files a/Collector/Content/themes/editor/textures/button_alternative_hover.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_alternative_md.xml b/Collector/Content/themes/editor/textures/button_alternative_md.xml deleted file mode 100644 index 50107f4..0000000 --- a/Collector/Content/themes/editor/textures/button_alternative_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.35 - - - diff --git a/Collector/Content/themes/editor/textures/button_default.png b/Collector/Content/themes/editor/textures/button_default.png deleted file mode 100644 index 727c12b..0000000 Binary files a/Collector/Content/themes/editor/textures/button_default.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_default_down.png b/Collector/Content/themes/editor/textures/button_default_down.png deleted file mode 100644 index 8ccf801..0000000 Binary files a/Collector/Content/themes/editor/textures/button_default_down.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_default_hover.png b/Collector/Content/themes/editor/textures/button_default_hover.png deleted file mode 100644 index 2816a0e..0000000 Binary files a/Collector/Content/themes/editor/textures/button_default_hover.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_default_md.xml b/Collector/Content/themes/editor/textures/button_default_md.xml deleted file mode 100644 index 50107f4..0000000 --- a/Collector/Content/themes/editor/textures/button_default_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.35 - - - diff --git a/Collector/Content/themes/editor/textures/button_fancy.png b/Collector/Content/themes/editor/textures/button_fancy.png deleted file mode 100644 index 90e7cc3..0000000 Binary files a/Collector/Content/themes/editor/textures/button_fancy.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_fancy_down.png b/Collector/Content/themes/editor/textures/button_fancy_down.png deleted file mode 100644 index 55b7dd0..0000000 Binary files a/Collector/Content/themes/editor/textures/button_fancy_down.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_fancy_hover.png b/Collector/Content/themes/editor/textures/button_fancy_hover.png deleted file mode 100644 index fa797ca..0000000 Binary files a/Collector/Content/themes/editor/textures/button_fancy_hover.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/button_fancy_md.xml b/Collector/Content/themes/editor/textures/button_fancy_md.xml deleted file mode 100644 index 50107f4..0000000 --- a/Collector/Content/themes/editor/textures/button_fancy_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.35 - - - diff --git a/Collector/Content/themes/editor/textures/checkbox.png b/Collector/Content/themes/editor/textures/checkbox.png deleted file mode 100644 index 7935f22..0000000 Binary files a/Collector/Content/themes/editor/textures/checkbox.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/checkbox_down.png b/Collector/Content/themes/editor/textures/checkbox_down.png deleted file mode 100644 index 47e70d7..0000000 Binary files a/Collector/Content/themes/editor/textures/checkbox_down.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/checkbox_hover.png b/Collector/Content/themes/editor/textures/checkbox_hover.png deleted file mode 100644 index 70fe327..0000000 Binary files a/Collector/Content/themes/editor/textures/checkbox_hover.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/cursor_default.png b/Collector/Content/themes/editor/textures/cursor_default.png deleted file mode 100644 index 24a73fb..0000000 Binary files a/Collector/Content/themes/editor/textures/cursor_default.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/cursor_default_md.xml b/Collector/Content/themes/editor/textures/cursor_default_md.xml deleted file mode 100644 index e779d69..0000000 --- a/Collector/Content/themes/editor/textures/cursor_default_md.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - 0 - 0 - 40 - - - diff --git a/Collector/Content/themes/editor/textures/cursor_ibeam.png b/Collector/Content/themes/editor/textures/cursor_ibeam.png deleted file mode 100644 index b38247a..0000000 Binary files a/Collector/Content/themes/editor/textures/cursor_ibeam.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/cursor_ibeam_md.xml b/Collector/Content/themes/editor/textures/cursor_ibeam_md.xml deleted file mode 100644 index 10d5e52..0000000 --- a/Collector/Content/themes/editor/textures/cursor_ibeam_md.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - 0 - -8 - 40 - - - diff --git a/Collector/Content/themes/editor/textures/cursor_pointer.png b/Collector/Content/themes/editor/textures/cursor_pointer.png deleted file mode 100644 index 0fb1008..0000000 Binary files a/Collector/Content/themes/editor/textures/cursor_pointer.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/cursor_pointer_md.xml b/Collector/Content/themes/editor/textures/cursor_pointer_md.xml deleted file mode 100644 index 82abccb..0000000 --- a/Collector/Content/themes/editor/textures/cursor_pointer_md.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - -4 - 0 - 50 - - - diff --git a/Collector/Content/themes/editor/textures/horizontal_line.png b/Collector/Content/themes/editor/textures/horizontal_line.png deleted file mode 100644 index 833e087..0000000 Binary files a/Collector/Content/themes/editor/textures/horizontal_line.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Apple.png b/Collector/Content/themes/editor/textures/icons/Apple.png deleted file mode 100644 index 9069cc5..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Apple.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Armor.png b/Collector/Content/themes/editor/textures/icons/Armor.png deleted file mode 100644 index e8cff60..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Armor.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Axe.png b/Collector/Content/themes/editor/textures/icons/Axe.png deleted file mode 100644 index 05748e2..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Axe.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/BloodySword.png b/Collector/Content/themes/editor/textures/icons/BloodySword.png deleted file mode 100644 index abf9eed..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/BloodySword.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Bone.png b/Collector/Content/themes/editor/textures/icons/Bone.png deleted file mode 100644 index 869d817..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Bone.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Book.png b/Collector/Content/themes/editor/textures/icons/Book.png deleted file mode 100644 index 3da1b01..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Book.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Cubes.png b/Collector/Content/themes/editor/textures/icons/Cubes.png deleted file mode 100644 index 1e10123..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Cubes.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Diamond.png b/Collector/Content/themes/editor/textures/icons/Diamond.png deleted file mode 100644 index 20d46ab..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Diamond.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Explanation.png b/Collector/Content/themes/editor/textures/icons/Explanation.png deleted file mode 100644 index 0927841..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Explanation.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Feather.png b/Collector/Content/themes/editor/textures/icons/Feather.png deleted file mode 100644 index 1ec35ae..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Feather.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/FloppyDisk.png b/Collector/Content/themes/editor/textures/icons/FloppyDisk.png deleted file mode 100644 index 60f8520..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/FloppyDisk.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/GoldCoins.png b/Collector/Content/themes/editor/textures/icons/GoldCoins.png deleted file mode 100644 index 596e556..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/GoldCoins.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/GoldShard.png b/Collector/Content/themes/editor/textures/icons/GoldShard.png deleted file mode 100644 index 9d77a5c..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/GoldShard.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Heart.png b/Collector/Content/themes/editor/textures/icons/Heart.png deleted file mode 100644 index fa0bb39..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Heart.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Helmet.png b/Collector/Content/themes/editor/textures/icons/Helmet.png deleted file mode 100644 index 965cb60..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Helmet.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Key.png b/Collector/Content/themes/editor/textures/icons/Key.png deleted file mode 100644 index 887a299..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Key.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/MagicBook.png b/Collector/Content/themes/editor/textures/icons/MagicBook.png deleted file mode 100644 index 48ca3d4..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/MagicBook.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/MagicWand.png b/Collector/Content/themes/editor/textures/icons/MagicWand.png deleted file mode 100644 index dbc92f4..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/MagicWand.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Map.png b/Collector/Content/themes/editor/textures/icons/Map.png deleted file mode 100644 index b79bf46..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Map.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/None.png b/Collector/Content/themes/editor/textures/icons/None.png deleted file mode 100644 index 82fa43a..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/None.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/OrbBlue.png b/Collector/Content/themes/editor/textures/icons/OrbBlue.png deleted file mode 100644 index 6262527..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/OrbBlue.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/OrbGreen.png b/Collector/Content/themes/editor/textures/icons/OrbGreen.png deleted file mode 100644 index 0cd0fc2..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/OrbGreen.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/OrbRed.png b/Collector/Content/themes/editor/textures/icons/OrbRed.png deleted file mode 100644 index 0efaaea..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/OrbRed.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Pistol.png b/Collector/Content/themes/editor/textures/icons/Pistol.png deleted file mode 100644 index 117de9b..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Pistol.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/PotionBlue.png b/Collector/Content/themes/editor/textures/icons/PotionBlue.png deleted file mode 100644 index ed177e9..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/PotionBlue.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/PotionCyan.png b/Collector/Content/themes/editor/textures/icons/PotionCyan.png deleted file mode 100644 index 1e7597a..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/PotionCyan.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/PotionGreen.png b/Collector/Content/themes/editor/textures/icons/PotionGreen.png deleted file mode 100644 index d4233d0..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/PotionGreen.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/PotionPurple.png b/Collector/Content/themes/editor/textures/icons/PotionPurple.png deleted file mode 100644 index fa36c2b..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/PotionPurple.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/PotionRed.png b/Collector/Content/themes/editor/textures/icons/PotionRed.png deleted file mode 100644 index 776d63e..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/PotionRed.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/PotionYellow.png b/Collector/Content/themes/editor/textures/icons/PotionYellow.png deleted file mode 100644 index da55f89..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/PotionYellow.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Ring.png b/Collector/Content/themes/editor/textures/icons/Ring.png deleted file mode 100644 index abe924c..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Ring.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/RingGold.png b/Collector/Content/themes/editor/textures/icons/RingGold.png deleted file mode 100644 index 1e64111..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/RingGold.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/RingGoldRuby.png b/Collector/Content/themes/editor/textures/icons/RingGoldRuby.png deleted file mode 100644 index e303fd1..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/RingGoldRuby.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/RingRuby.png b/Collector/Content/themes/editor/textures/icons/RingRuby.png deleted file mode 100644 index 03cd193..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/RingRuby.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/RubyBlue.png b/Collector/Content/themes/editor/textures/icons/RubyBlue.png deleted file mode 100644 index 69646a3..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/RubyBlue.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/RubyGreen.png b/Collector/Content/themes/editor/textures/icons/RubyGreen.png deleted file mode 100644 index b14be2e..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/RubyGreen.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/RubyPink.png b/Collector/Content/themes/editor/textures/icons/RubyPink.png deleted file mode 100644 index 2d6abc5..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/RubyPink.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/RubyPurple.png b/Collector/Content/themes/editor/textures/icons/RubyPurple.png deleted file mode 100644 index 066b638..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/RubyPurple.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/RubyRed.png b/Collector/Content/themes/editor/textures/icons/RubyRed.png deleted file mode 100644 index c3336c6..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/RubyRed.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Sack.png b/Collector/Content/themes/editor/textures/icons/Sack.png deleted file mode 100644 index 6dbe355..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Sack.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Scroll.png b/Collector/Content/themes/editor/textures/icons/Scroll.png deleted file mode 100644 index 1047714..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Scroll.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Shield.png b/Collector/Content/themes/editor/textures/icons/Shield.png deleted file mode 100644 index 5cd2772..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Shield.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/ShieldAndSword.png b/Collector/Content/themes/editor/textures/icons/ShieldAndSword.png deleted file mode 100644 index 181b7a1..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/ShieldAndSword.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Shovel.png b/Collector/Content/themes/editor/textures/icons/Shovel.png deleted file mode 100644 index 2443a72..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Shovel.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/SilverShard.png b/Collector/Content/themes/editor/textures/icons/SilverShard.png deleted file mode 100644 index 3e534e3..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/SilverShard.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Skull.png b/Collector/Content/themes/editor/textures/icons/Skull.png deleted file mode 100644 index 2d83478..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Skull.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Sword.png b/Collector/Content/themes/editor/textures/icons/Sword.png deleted file mode 100644 index 140c9c1..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Sword.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/Trap.png b/Collector/Content/themes/editor/textures/icons/Trap.png deleted file mode 100644 index 2033a1c..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/Trap.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/ZoomIn.png b/Collector/Content/themes/editor/textures/icons/ZoomIn.png deleted file mode 100644 index 817178b..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/ZoomIn.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/ZoomOut.png b/Collector/Content/themes/editor/textures/icons/ZoomOut.png deleted file mode 100644 index c6faffb..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/ZoomOut.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/icons/background.png b/Collector/Content/themes/editor/textures/icons/background.png deleted file mode 100644 index a1ad1b4..0000000 Binary files a/Collector/Content/themes/editor/textures/icons/background.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/panel_default.png b/Collector/Content/themes/editor/textures/panel_default.png deleted file mode 100644 index 45c7f7b..0000000 Binary files a/Collector/Content/themes/editor/textures/panel_default.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/panel_default_md.xml b/Collector/Content/themes/editor/textures/panel_default_md.xml deleted file mode 100644 index 7fa94b7..0000000 --- a/Collector/Content/themes/editor/textures/panel_default_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/editor/textures/panel_fancy.png b/Collector/Content/themes/editor/textures/panel_fancy.png deleted file mode 100644 index 87a925d..0000000 Binary files a/Collector/Content/themes/editor/textures/panel_fancy.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/panel_fancy_md.xml b/Collector/Content/themes/editor/textures/panel_fancy_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/editor/textures/panel_fancy_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/editor/textures/panel_golden.png b/Collector/Content/themes/editor/textures/panel_golden.png deleted file mode 100644 index b62a40e..0000000 Binary files a/Collector/Content/themes/editor/textures/panel_golden.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/panel_golden_md.xml b/Collector/Content/themes/editor/textures/panel_golden_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/editor/textures/panel_golden_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/editor/textures/panel_listbackground.png b/Collector/Content/themes/editor/textures/panel_listbackground.png deleted file mode 100644 index 7985ca9..0000000 Binary files a/Collector/Content/themes/editor/textures/panel_listbackground.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/panel_listbackground_md.xml b/Collector/Content/themes/editor/textures/panel_listbackground_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/editor/textures/panel_listbackground_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/editor/textures/panel_simple.png b/Collector/Content/themes/editor/textures/panel_simple.png deleted file mode 100644 index db20ae2..0000000 Binary files a/Collector/Content/themes/editor/textures/panel_simple.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/panel_simple_md.xml b/Collector/Content/themes/editor/textures/panel_simple_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/editor/textures/panel_simple_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/editor/textures/progressbar.png b/Collector/Content/themes/editor/textures/progressbar.png deleted file mode 100644 index c1ce76f..0000000 Binary files a/Collector/Content/themes/editor/textures/progressbar.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/progressbar_fill.png b/Collector/Content/themes/editor/textures/progressbar_fill.png deleted file mode 100644 index afa0cd7..0000000 Binary files a/Collector/Content/themes/editor/textures/progressbar_fill.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/progressbar_md.xml b/Collector/Content/themes/editor/textures/progressbar_md.xml deleted file mode 100644 index 257a0a2..0000000 --- a/Collector/Content/themes/editor/textures/progressbar_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.05 - 0.0 - - - diff --git a/Collector/Content/themes/editor/textures/radio.png b/Collector/Content/themes/editor/textures/radio.png deleted file mode 100644 index b2d08da..0000000 Binary files a/Collector/Content/themes/editor/textures/radio.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/radio_down.png b/Collector/Content/themes/editor/textures/radio_down.png deleted file mode 100644 index e3e70a4..0000000 Binary files a/Collector/Content/themes/editor/textures/radio_down.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/radio_hover.png b/Collector/Content/themes/editor/textures/radio_hover.png deleted file mode 100644 index 9e24d8c..0000000 Binary files a/Collector/Content/themes/editor/textures/radio_hover.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/scrollbar.png b/Collector/Content/themes/editor/textures/scrollbar.png deleted file mode 100644 index 06835aa..0000000 Binary files a/Collector/Content/themes/editor/textures/scrollbar.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/scrollbar_mark.png b/Collector/Content/themes/editor/textures/scrollbar_mark.png deleted file mode 100644 index 08bf871..0000000 Binary files a/Collector/Content/themes/editor/textures/scrollbar_mark.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/scrollbar_md.xml b/Collector/Content/themes/editor/textures/scrollbar_md.xml deleted file mode 100644 index 80c3e3d..0000000 --- a/Collector/Content/themes/editor/textures/scrollbar_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.0 - 0.14 - - - diff --git a/Collector/Content/themes/editor/textures/slider_default.png b/Collector/Content/themes/editor/textures/slider_default.png deleted file mode 100644 index dffd366..0000000 Binary files a/Collector/Content/themes/editor/textures/slider_default.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/slider_default_mark.png b/Collector/Content/themes/editor/textures/slider_default_mark.png deleted file mode 100644 index 4c8c273..0000000 Binary files a/Collector/Content/themes/editor/textures/slider_default_mark.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/slider_default_md.xml b/Collector/Content/themes/editor/textures/slider_default_md.xml deleted file mode 100644 index d27d99d..0000000 --- a/Collector/Content/themes/editor/textures/slider_default_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.03 - 0.0 - - - diff --git a/Collector/Content/themes/editor/textures/slider_fancy.png b/Collector/Content/themes/editor/textures/slider_fancy.png deleted file mode 100644 index 0aca549..0000000 Binary files a/Collector/Content/themes/editor/textures/slider_fancy.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/slider_fancy_mark.png b/Collector/Content/themes/editor/textures/slider_fancy_mark.png deleted file mode 100644 index 51e4707..0000000 Binary files a/Collector/Content/themes/editor/textures/slider_fancy_mark.png and /dev/null differ diff --git a/Collector/Content/themes/editor/textures/slider_fancy_md.xml b/Collector/Content/themes/editor/textures/slider_fancy_md.xml deleted file mode 100644 index d3485b6..0000000 --- a/Collector/Content/themes/editor/textures/slider_fancy_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.14 - 0.0 - - - diff --git a/Collector/Content/themes/editor/textures/white_texture.png b/Collector/Content/themes/editor/textures/white_texture.png deleted file mode 100644 index a782975..0000000 Binary files a/Collector/Content/themes/editor/textures/white_texture.png and /dev/null differ diff --git a/Collector/Content/themes/hd/ThemeData.xml b/Collector/Content/themes/hd/ThemeData.xml deleted file mode 100644 index 0a9e5bd..0000000 --- a/Collector/Content/themes/hd/ThemeData.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - Hd - Ronen Ness - A higher-res, old-school style UI theme GeonBit.UI comes with by default. - This theme is mostly based on Michele Bucelli ("Buch") works. -Sources can be found here: - -- http://opengameart.org/content/golden-ui -- http://opengameart.org/content/roguelikerpg-icons -- http://opengameart.org/content/roguelikerpg-items -- http://opengameart.org/content/arabian-icons -- http://opengameart.org/content/2d-static-spritesicons -- http://opengameart.org/content/30-ability-icons -- http://opengameart.org/content/whispers-of-avalon-item-icons - - 1.0.0 - - MIT - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/effects/disabled.fx b/Collector/Content/themes/hd/effects/disabled.fx deleted file mode 100644 index 6774d71..0000000 --- a/Collector/Content/themes/hd/effects/disabled.fx +++ /dev/null @@ -1,38 +0,0 @@ -#if OPENGL - #define SV_POSITION POSITION - #define VS_SHADERMODEL vs_3_0 - #define PS_SHADERMODEL ps_3_0 -#else - #define VS_SHADERMODEL vs_4_0_level_9_1 - #define PS_SHADERMODEL ps_4_0_level_9_1 -#endif - -Texture2D SpriteTexture; - -sampler2D SpriteTextureSampler = sampler_state -{ - Texture = ; -}; - -struct VertexShaderOutput -{ - float4 Position : SV_POSITION; - float4 Color : COLOR0; - float2 TextureCoordinates : TEXCOORD0; -}; - -float4 MainPS(VertexShaderOutput input) : COLOR -{ - float4 color = tex2D(SpriteTextureSampler,input.TextureCoordinates) * input.Color; - float value = (color.r + color.g + color.b) / 3; - color.r = color.g = color.b = value; - return color; -} - -technique SpriteDrawing -{ - pass P0 - { - PixelShader = compile PS_SHADERMODEL MainPS(); - } -}; \ No newline at end of file diff --git a/Collector/Content/themes/hd/effects/silhouette.fx b/Collector/Content/themes/hd/effects/silhouette.fx deleted file mode 100644 index 0bd81f3..0000000 --- a/Collector/Content/themes/hd/effects/silhouette.fx +++ /dev/null @@ -1,39 +0,0 @@ -#if OPENGL - #define SV_POSITION POSITION - #define VS_SHADERMODEL vs_3_0 - #define PS_SHADERMODEL ps_3_0 -#else - #define VS_SHADERMODEL vs_4_0_level_9_1 - #define PS_SHADERMODEL ps_4_0_level_9_1 -#endif - -Texture2D SpriteTexture; - -sampler2D SpriteTextureSampler = sampler_state -{ - Texture = ; -}; - -struct VertexShaderOutput -{ - float4 Position : SV_POSITION; - float4 Color : COLOR0; - float2 TextureCoordinates : TEXCOORD0; -}; - -float4 MainPS(VertexShaderOutput input) : COLOR -{ - float4 color = tex2D(SpriteTextureSampler,input.TextureCoordinates) * input.Color; - color.r = 1 * color.a * input.Color.r; - color.g = 1 * color.a * input.Color.g; - color.b = 1 * color.a * input.Color.b; - return color; -} - -technique SpriteDrawing -{ - pass P0 - { - PixelShader = compile PS_SHADERMODEL MainPS(); - } -}; \ No newline at end of file diff --git a/Collector/Content/themes/hd/fonts/Bold.spritefont b/Collector/Content/themes/hd/fonts/Bold.spritefont deleted file mode 100644 index 1d7e133..0000000 --- a/Collector/Content/themes/hd/fonts/Bold.spritefont +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - Bitstream Vera Sans Mono Bold - - - 16 - - - 0 - - - true - - - - - - - - - - - - ~ - - - - diff --git a/Collector/Content/themes/hd/fonts/Italic.spritefont b/Collector/Content/themes/hd/fonts/Italic.spritefont deleted file mode 100644 index a3ae047..0000000 --- a/Collector/Content/themes/hd/fonts/Italic.spritefont +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - Bitstream Vera Sans Mono Oblique - - - 16 - - - 0 - - - true - - - - - - - - - - - - ~ - - - - diff --git a/Collector/Content/themes/hd/fonts/Regular.spritefont b/Collector/Content/themes/hd/fonts/Regular.spritefont deleted file mode 100644 index c23a0b1..0000000 --- a/Collector/Content/themes/hd/fonts/Regular.spritefont +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - Bitstream Vera Sans Mono Roman - - - 16 - - - 0 - - - true - - - - - - - - - - - - ~ - - - - diff --git a/Collector/Content/themes/hd/styles/Button-Default.xml b/Collector/Content/themes/hd/styles/Button-Default.xml deleted file mode 100644 index 2baf4a1..0000000 --- a/Collector/Content/themes/hd/styles/Button-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 2 - - - - - - - - - - - - - 0 60 - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Button-MouseDown.xml b/Collector/Content/themes/hd/styles/Button-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Button-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Button-MouseHover.xml b/Collector/Content/themes/hd/styles/Button-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Button-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ButtonParagraph-Default.xml b/Collector/Content/themes/hd/styles/ButtonParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/hd/styles/ButtonParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ButtonParagraph-MouseDown.xml b/Collector/Content/themes/hd/styles/ButtonParagraph-MouseDown.xml deleted file mode 100644 index 8ef401a..0000000 --- a/Collector/Content/themes/hd/styles/ButtonParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFAAAAAA - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ButtonParagraph-MouseHover.xml b/Collector/Content/themes/hd/styles/ButtonParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/ButtonParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/CheckBox-Default.xml b/Collector/Content/themes/hd/styles/CheckBox-Default.xml deleted file mode 100644 index cedb146..0000000 --- a/Collector/Content/themes/hd/styles/CheckBox-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 40 - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/CheckBox-MouseDown.xml b/Collector/Content/themes/hd/styles/CheckBox-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/CheckBox-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/CheckBox-MouseHover.xml b/Collector/Content/themes/hd/styles/CheckBox-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/CheckBox-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/CheckBoxParagraph-Default.xml b/Collector/Content/themes/hd/styles/CheckBoxParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/hd/styles/CheckBoxParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/CheckBoxParagraph-MouseDown.xml b/Collector/Content/themes/hd/styles/CheckBoxParagraph-MouseDown.xml deleted file mode 100644 index c50f02f..0000000 --- a/Collector/Content/themes/hd/styles/CheckBoxParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFF00 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/CheckBoxParagraph-MouseHover.xml b/Collector/Content/themes/hd/styles/CheckBoxParagraph-MouseHover.xml deleted file mode 100644 index c50f02f..0000000 --- a/Collector/Content/themes/hd/styles/CheckBoxParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFF00 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ColoredRectangle-Default.xml b/Collector/Content/themes/hd/styles/ColoredRectangle-Default.xml deleted file mode 100644 index e0beb18..0000000 --- a/Collector/Content/themes/hd/styles/ColoredRectangle-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFFFF - FF000000 - 2 - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ColoredRectangle-MouseDown.xml b/Collector/Content/themes/hd/styles/ColoredRectangle-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/ColoredRectangle-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ColoredRectangle-MouseHover.xml b/Collector/Content/themes/hd/styles/ColoredRectangle-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/ColoredRectangle-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/DropDown-Default.xml b/Collector/Content/themes/hd/styles/DropDown-Default.xml deleted file mode 100644 index 1399eb9..0000000 --- a/Collector/Content/themes/hd/styles/DropDown-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 220 - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/DropDown-MouseDown.xml b/Collector/Content/themes/hd/styles/DropDown-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/DropDown-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/DropDown-MouseHover.xml b/Collector/Content/themes/hd/styles/DropDown-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/DropDown-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/DropDownParagraph-Default.xml b/Collector/Content/themes/hd/styles/DropDownParagraph-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/DropDownParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/DropDownParagraph-MouseDown.xml b/Collector/Content/themes/hd/styles/DropDownParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/DropDownParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/DropDownParagraph-MouseHover.xml b/Collector/Content/themes/hd/styles/DropDownParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/DropDownParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/DropDownSelectedParagraph-Default.xml b/Collector/Content/themes/hd/styles/DropDownSelectedParagraph-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/DropDownSelectedParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/DropDownSelectedParagraph-MouseDown.xml b/Collector/Content/themes/hd/styles/DropDownSelectedParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/DropDownSelectedParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/DropDownSelectedParagraph-MouseHover.xml b/Collector/Content/themes/hd/styles/DropDownSelectedParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/DropDownSelectedParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Entity-Default.xml b/Collector/Content/themes/hd/styles/Entity-Default.xml deleted file mode 100644 index e05e24c..0000000 --- a/Collector/Content/themes/hd/styles/Entity-Default.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - 1 - FFFFFFFF - 00000000 - 0 - false - Regular - 00000000 - 00000000 - 0 0 - 26 26 - 0 0 - 0 8 - 1 - 0 0 - - diff --git a/Collector/Content/themes/hd/styles/Entity-MouseDown.xml b/Collector/Content/themes/hd/styles/Entity-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Entity-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Entity-MouseHover.xml b/Collector/Content/themes/hd/styles/Entity-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Entity-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Header-Default.xml b/Collector/Content/themes/hd/styles/Header-Default.xml deleted file mode 100644 index 3ba2c61..0000000 --- a/Collector/Content/themes/hd/styles/Header-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1.2 - FFFFFF00 - - - true - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Header-MouseDown.xml b/Collector/Content/themes/hd/styles/Header-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Header-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Header-MouseHover.xml b/Collector/Content/themes/hd/styles/Header-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Header-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/HorizontalLine-Default.xml b/Collector/Content/themes/hd/styles/HorizontalLine-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/HorizontalLine-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/HorizontalLine-MouseDown.xml b/Collector/Content/themes/hd/styles/HorizontalLine-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/HorizontalLine-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/HorizontalLine-MouseHover.xml b/Collector/Content/themes/hd/styles/HorizontalLine-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/HorizontalLine-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Icon-Default.xml b/Collector/Content/themes/hd/styles/Icon-Default.xml deleted file mode 100644 index 74c72ff..0000000 --- a/Collector/Content/themes/hd/styles/Icon-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - 50 50 - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Icon-MouseDown.xml b/Collector/Content/themes/hd/styles/Icon-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Icon-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Icon-MouseHover.xml b/Collector/Content/themes/hd/styles/Icon-MouseHover.xml deleted file mode 100644 index 8ff04a1..0000000 --- a/Collector/Content/themes/hd/styles/Icon-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1.1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Image-Default.xml b/Collector/Content/themes/hd/styles/Image-Default.xml deleted file mode 100644 index 1beedd1..0000000 --- a/Collector/Content/themes/hd/styles/Image-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FFFFFFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Image-MouseDown.xml b/Collector/Content/themes/hd/styles/Image-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Image-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Image-MouseHover.xml b/Collector/Content/themes/hd/styles/Image-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Image-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Label-Default.xml b/Collector/Content/themes/hd/styles/Label-Default.xml deleted file mode 100644 index db3ad89..0000000 --- a/Collector/Content/themes/hd/styles/Label-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 0.8 - FFCCCCCC - FF000000 - 2 - false - Regular - - - - - - - - - - - diff --git a/Collector/Content/themes/hd/styles/Label-MouseDown.xml b/Collector/Content/themes/hd/styles/Label-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Label-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Label-MouseHover.xml b/Collector/Content/themes/hd/styles/Label-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Label-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Panel-Default.xml b/Collector/Content/themes/hd/styles/Panel-Default.xml deleted file mode 100644 index 52d5b24..0000000 --- a/Collector/Content/themes/hd/styles/Panel-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 2 - FFFFFFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Panel-MouseDown.xml b/Collector/Content/themes/hd/styles/Panel-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Panel-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Panel-MouseHover.xml b/Collector/Content/themes/hd/styles/Panel-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Panel-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/PanelTabsButton-Default.xml b/Collector/Content/themes/hd/styles/PanelTabsButton-Default.xml deleted file mode 100644 index 6ef020c..0000000 --- a/Collector/Content/themes/hd/styles/PanelTabsButton-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 2 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/PanelTabsButton-MouseDown.xml b/Collector/Content/themes/hd/styles/PanelTabsButton-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/PanelTabsButton-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/PanelTabsButton-MouseHover.xml b/Collector/Content/themes/hd/styles/PanelTabsButton-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/PanelTabsButton-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/PanelTabsButtonParagraph-Default.xml b/Collector/Content/themes/hd/styles/PanelTabsButtonParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/hd/styles/PanelTabsButtonParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/PanelTabsButtonParagraph-MouseDown.xml b/Collector/Content/themes/hd/styles/PanelTabsButtonParagraph-MouseDown.xml deleted file mode 100644 index 8ef401a..0000000 --- a/Collector/Content/themes/hd/styles/PanelTabsButtonParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFAAAAAA - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/PanelTabsButtonParagraph-MouseHover.xml b/Collector/Content/themes/hd/styles/PanelTabsButtonParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/PanelTabsButtonParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Paragraph-Default.xml b/Collector/Content/themes/hd/styles/Paragraph-Default.xml deleted file mode 100644 index 7c53712..0000000 --- a/Collector/Content/themes/hd/styles/Paragraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FFFFFFFF - FF000000 - 2 - false - Regular - - - - - - - - - - - diff --git a/Collector/Content/themes/hd/styles/Paragraph-MouseDown.xml b/Collector/Content/themes/hd/styles/Paragraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Paragraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Paragraph-MouseHover.xml b/Collector/Content/themes/hd/styles/Paragraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Paragraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ProgressBar-Default.xml b/Collector/Content/themes/hd/styles/ProgressBar-Default.xml deleted file mode 100644 index 14ec90b..0000000 --- a/Collector/Content/themes/hd/styles/ProgressBar-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 52 - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ProgressBar-MouseDown.xml b/Collector/Content/themes/hd/styles/ProgressBar-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/ProgressBar-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ProgressBar-MouseHover.xml b/Collector/Content/themes/hd/styles/ProgressBar-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/ProgressBar-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ProgressBarFill-Default.xml b/Collector/Content/themes/hd/styles/ProgressBarFill-Default.xml deleted file mode 100644 index 115fb41..0000000 --- a/Collector/Content/themes/hd/styles/ProgressBarFill-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FF84CC40 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ProgressBarFill-MouseDown.xml b/Collector/Content/themes/hd/styles/ProgressBarFill-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/ProgressBarFill-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/ProgressBarFill-MouseHover.xml b/Collector/Content/themes/hd/styles/ProgressBarFill-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/ProgressBarFill-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/RadioButton-Default.xml b/Collector/Content/themes/hd/styles/RadioButton-Default.xml deleted file mode 100644 index eb36dcc..0000000 --- a/Collector/Content/themes/hd/styles/RadioButton-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 50 - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/RadioButton-MouseDown.xml b/Collector/Content/themes/hd/styles/RadioButton-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/RadioButton-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/RadioButton-MouseHover.xml b/Collector/Content/themes/hd/styles/RadioButton-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/RadioButton-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/RadioButtonParagraph-Default.xml b/Collector/Content/themes/hd/styles/RadioButtonParagraph-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/RadioButtonParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/RadioButtonParagraph-MouseDown.xml b/Collector/Content/themes/hd/styles/RadioButtonParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/RadioButtonParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/RadioButtonParagraph-MouseHover.xml b/Collector/Content/themes/hd/styles/RadioButtonParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/RadioButtonParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/SelectList-Default.xml b/Collector/Content/themes/hd/styles/SelectList-Default.xml deleted file mode 100644 index f0a2f8e..0000000 --- a/Collector/Content/themes/hd/styles/SelectList-Default.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - 64000000 - - - 30 22 - - - - 0 220 - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/SelectList-MouseDown.xml b/Collector/Content/themes/hd/styles/SelectList-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/SelectList-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/SelectList-MouseHover.xml b/Collector/Content/themes/hd/styles/SelectList-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/SelectList-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/SelectListParagraph-Default.xml b/Collector/Content/themes/hd/styles/SelectListParagraph-Default.xml deleted file mode 100644 index 7c53712..0000000 --- a/Collector/Content/themes/hd/styles/SelectListParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FFFFFFFF - FF000000 - 2 - false - Regular - - - - - - - - - - - diff --git a/Collector/Content/themes/hd/styles/SelectListParagraph-MouseDown.xml b/Collector/Content/themes/hd/styles/SelectListParagraph-MouseDown.xml deleted file mode 100644 index c50f02f..0000000 --- a/Collector/Content/themes/hd/styles/SelectListParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFF00 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/SelectListParagraph-MouseHover.xml b/Collector/Content/themes/hd/styles/SelectListParagraph-MouseHover.xml deleted file mode 100644 index c50f02f..0000000 --- a/Collector/Content/themes/hd/styles/SelectListParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFF00 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Slider-Default.xml b/Collector/Content/themes/hd/styles/Slider-Default.xml deleted file mode 100644 index bb0c9ac..0000000 --- a/Collector/Content/themes/hd/styles/Slider-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 30 - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Slider-MouseDown.xml b/Collector/Content/themes/hd/styles/Slider-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Slider-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/Slider-MouseHover.xml b/Collector/Content/themes/hd/styles/Slider-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/Slider-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/TextInput-Default.xml b/Collector/Content/themes/hd/styles/TextInput-Default.xml deleted file mode 100644 index cbae23d..0000000 --- a/Collector/Content/themes/hd/styles/TextInput-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 65 - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/TextInput-MouseDown.xml b/Collector/Content/themes/hd/styles/TextInput-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/TextInput-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/TextInput-MouseHover.xml b/Collector/Content/themes/hd/styles/TextInput-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/TextInput-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/TextInputParagraph-Default.xml b/Collector/Content/themes/hd/styles/TextInputParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/hd/styles/TextInputParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/TextInputParagraph-MouseDown.xml b/Collector/Content/themes/hd/styles/TextInputParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/TextInputParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/TextInputParagraph-MouseHover.xml b/Collector/Content/themes/hd/styles/TextInputParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/TextInputParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/TextInputPlaceholder-Default.xml b/Collector/Content/themes/hd/styles/TextInputPlaceholder-Default.xml deleted file mode 100644 index c675854..0000000 --- a/Collector/Content/themes/hd/styles/TextInputPlaceholder-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FF969696 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/TextInputPlaceholder-MouseDown.xml b/Collector/Content/themes/hd/styles/TextInputPlaceholder-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/TextInputPlaceholder-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/TextInputPlaceholder-MouseHover.xml b/Collector/Content/themes/hd/styles/TextInputPlaceholder-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/TextInputPlaceholder-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/VerticalScrollbar-Default.xml b/Collector/Content/themes/hd/styles/VerticalScrollbar-Default.xml deleted file mode 100644 index b06b406..0000000 --- a/Collector/Content/themes/hd/styles/VerticalScrollbar-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 30 0 - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/VerticalScrollbar-MouseDown.xml b/Collector/Content/themes/hd/styles/VerticalScrollbar-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/VerticalScrollbar-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/VerticalScrollbar-MouseHover.xml b/Collector/Content/themes/hd/styles/VerticalScrollbar-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/hd/styles/VerticalScrollbar-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/styles/example.xml b/Collector/Content/themes/hd/styles/example.xml deleted file mode 100644 index eda93f2..0000000 --- a/Collector/Content/themes/hd/styles/example.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - 1 - - FFFFFFFF - - FF000000 - - 2 - - false - - Regular - - 00000000 - - 00000000 - - 0 0 - - 10 10 - - 0 0 - - 0 0 - - 1 - - 50 50 - - \ No newline at end of file diff --git a/Collector/Content/themes/hd/textures/arrow_down.png b/Collector/Content/themes/hd/textures/arrow_down.png deleted file mode 100644 index 4dd07bb..0000000 Binary files a/Collector/Content/themes/hd/textures/arrow_down.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/arrow_up.png b/Collector/Content/themes/hd/textures/arrow_up.png deleted file mode 100644 index 65a3b01..0000000 Binary files a/Collector/Content/themes/hd/textures/arrow_up.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_alternative.png b/Collector/Content/themes/hd/textures/button_alternative.png deleted file mode 100644 index b2f6aa1..0000000 Binary files a/Collector/Content/themes/hd/textures/button_alternative.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_alternative_down.png b/Collector/Content/themes/hd/textures/button_alternative_down.png deleted file mode 100644 index 48e47dd..0000000 Binary files a/Collector/Content/themes/hd/textures/button_alternative_down.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_alternative_hover.png b/Collector/Content/themes/hd/textures/button_alternative_hover.png deleted file mode 100644 index 74e018d..0000000 Binary files a/Collector/Content/themes/hd/textures/button_alternative_hover.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_alternative_md.xml b/Collector/Content/themes/hd/textures/button_alternative_md.xml deleted file mode 100644 index be50e84..0000000 --- a/Collector/Content/themes/hd/textures/button_alternative_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0 - - - diff --git a/Collector/Content/themes/hd/textures/button_default.png b/Collector/Content/themes/hd/textures/button_default.png deleted file mode 100644 index 37dc988..0000000 Binary files a/Collector/Content/themes/hd/textures/button_default.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_default_down.png b/Collector/Content/themes/hd/textures/button_default_down.png deleted file mode 100644 index 268dd99..0000000 Binary files a/Collector/Content/themes/hd/textures/button_default_down.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_default_hover.png b/Collector/Content/themes/hd/textures/button_default_hover.png deleted file mode 100644 index 18d81c2..0000000 Binary files a/Collector/Content/themes/hd/textures/button_default_hover.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_default_md.xml b/Collector/Content/themes/hd/textures/button_default_md.xml deleted file mode 100644 index 50107f4..0000000 --- a/Collector/Content/themes/hd/textures/button_default_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.35 - - - diff --git a/Collector/Content/themes/hd/textures/button_fancy.png b/Collector/Content/themes/hd/textures/button_fancy.png deleted file mode 100644 index 7fa0dd8..0000000 Binary files a/Collector/Content/themes/hd/textures/button_fancy.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_fancy_down.png b/Collector/Content/themes/hd/textures/button_fancy_down.png deleted file mode 100644 index 8c3f37a..0000000 Binary files a/Collector/Content/themes/hd/textures/button_fancy_down.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_fancy_hover.png b/Collector/Content/themes/hd/textures/button_fancy_hover.png deleted file mode 100644 index a0f439a..0000000 Binary files a/Collector/Content/themes/hd/textures/button_fancy_hover.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/button_fancy_md.xml b/Collector/Content/themes/hd/textures/button_fancy_md.xml deleted file mode 100644 index 46b65bc..0000000 --- a/Collector/Content/themes/hd/textures/button_fancy_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.35 - 0.0 - - - diff --git a/Collector/Content/themes/hd/textures/checkbox.png b/Collector/Content/themes/hd/textures/checkbox.png deleted file mode 100644 index 8bafc50..0000000 Binary files a/Collector/Content/themes/hd/textures/checkbox.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/checkbox_down.png b/Collector/Content/themes/hd/textures/checkbox_down.png deleted file mode 100644 index 1a77817..0000000 Binary files a/Collector/Content/themes/hd/textures/checkbox_down.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/checkbox_hover.png b/Collector/Content/themes/hd/textures/checkbox_hover.png deleted file mode 100644 index be740d6..0000000 Binary files a/Collector/Content/themes/hd/textures/checkbox_hover.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/cursor_default.png b/Collector/Content/themes/hd/textures/cursor_default.png deleted file mode 100644 index 0bc4377..0000000 Binary files a/Collector/Content/themes/hd/textures/cursor_default.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/cursor_default_md.xml b/Collector/Content/themes/hd/textures/cursor_default_md.xml deleted file mode 100644 index e779d69..0000000 --- a/Collector/Content/themes/hd/textures/cursor_default_md.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - 0 - 0 - 40 - - - diff --git a/Collector/Content/themes/hd/textures/cursor_ibeam.png b/Collector/Content/themes/hd/textures/cursor_ibeam.png deleted file mode 100644 index 2027785..0000000 Binary files a/Collector/Content/themes/hd/textures/cursor_ibeam.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/cursor_ibeam_md.xml b/Collector/Content/themes/hd/textures/cursor_ibeam_md.xml deleted file mode 100644 index 10d5e52..0000000 --- a/Collector/Content/themes/hd/textures/cursor_ibeam_md.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - 0 - -8 - 40 - - - diff --git a/Collector/Content/themes/hd/textures/cursor_pointer.png b/Collector/Content/themes/hd/textures/cursor_pointer.png deleted file mode 100644 index e62b106..0000000 Binary files a/Collector/Content/themes/hd/textures/cursor_pointer.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/cursor_pointer_md.xml b/Collector/Content/themes/hd/textures/cursor_pointer_md.xml deleted file mode 100644 index 82abccb..0000000 --- a/Collector/Content/themes/hd/textures/cursor_pointer_md.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - -4 - 0 - 50 - - - diff --git a/Collector/Content/themes/hd/textures/horizontal_line.png b/Collector/Content/themes/hd/textures/horizontal_line.png deleted file mode 100644 index 5ae5bd1..0000000 Binary files a/Collector/Content/themes/hd/textures/horizontal_line.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Apple.png b/Collector/Content/themes/hd/textures/icons/Apple.png deleted file mode 100644 index 9069cc5..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Apple.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Armor.png b/Collector/Content/themes/hd/textures/icons/Armor.png deleted file mode 100644 index e8cff60..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Armor.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Axe.png b/Collector/Content/themes/hd/textures/icons/Axe.png deleted file mode 100644 index 05748e2..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Axe.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/BloodySword.png b/Collector/Content/themes/hd/textures/icons/BloodySword.png deleted file mode 100644 index abf9eed..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/BloodySword.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Bone.png b/Collector/Content/themes/hd/textures/icons/Bone.png deleted file mode 100644 index 869d817..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Bone.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Book.png b/Collector/Content/themes/hd/textures/icons/Book.png deleted file mode 100644 index 3da1b01..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Book.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Cubes.png b/Collector/Content/themes/hd/textures/icons/Cubes.png deleted file mode 100644 index 1e10123..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Cubes.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Diamond.png b/Collector/Content/themes/hd/textures/icons/Diamond.png deleted file mode 100644 index 20d46ab..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Diamond.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Explanation.png b/Collector/Content/themes/hd/textures/icons/Explanation.png deleted file mode 100644 index 0927841..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Explanation.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Feather.png b/Collector/Content/themes/hd/textures/icons/Feather.png deleted file mode 100644 index 1ec35ae..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Feather.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/FloppyDisk.png b/Collector/Content/themes/hd/textures/icons/FloppyDisk.png deleted file mode 100644 index 60f8520..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/FloppyDisk.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/GoldCoins.png b/Collector/Content/themes/hd/textures/icons/GoldCoins.png deleted file mode 100644 index 596e556..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/GoldCoins.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/GoldShard.png b/Collector/Content/themes/hd/textures/icons/GoldShard.png deleted file mode 100644 index 9d77a5c..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/GoldShard.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Heart.png b/Collector/Content/themes/hd/textures/icons/Heart.png deleted file mode 100644 index fa0bb39..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Heart.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Helmet.png b/Collector/Content/themes/hd/textures/icons/Helmet.png deleted file mode 100644 index 965cb60..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Helmet.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Key.png b/Collector/Content/themes/hd/textures/icons/Key.png deleted file mode 100644 index 887a299..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Key.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/MagicBook.png b/Collector/Content/themes/hd/textures/icons/MagicBook.png deleted file mode 100644 index 48ca3d4..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/MagicBook.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/MagicWand.png b/Collector/Content/themes/hd/textures/icons/MagicWand.png deleted file mode 100644 index dbc92f4..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/MagicWand.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Map.png b/Collector/Content/themes/hd/textures/icons/Map.png deleted file mode 100644 index b79bf46..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Map.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/None.png b/Collector/Content/themes/hd/textures/icons/None.png deleted file mode 100644 index 82fa43a..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/None.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/OrbBlue.png b/Collector/Content/themes/hd/textures/icons/OrbBlue.png deleted file mode 100644 index 6262527..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/OrbBlue.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/OrbGreen.png b/Collector/Content/themes/hd/textures/icons/OrbGreen.png deleted file mode 100644 index 0cd0fc2..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/OrbGreen.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/OrbRed.png b/Collector/Content/themes/hd/textures/icons/OrbRed.png deleted file mode 100644 index 0efaaea..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/OrbRed.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Pistol.png b/Collector/Content/themes/hd/textures/icons/Pistol.png deleted file mode 100644 index 117de9b..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Pistol.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/PotionBlue.png b/Collector/Content/themes/hd/textures/icons/PotionBlue.png deleted file mode 100644 index ed177e9..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/PotionBlue.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/PotionCyan.png b/Collector/Content/themes/hd/textures/icons/PotionCyan.png deleted file mode 100644 index 1e7597a..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/PotionCyan.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/PotionGreen.png b/Collector/Content/themes/hd/textures/icons/PotionGreen.png deleted file mode 100644 index d4233d0..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/PotionGreen.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/PotionPurple.png b/Collector/Content/themes/hd/textures/icons/PotionPurple.png deleted file mode 100644 index fa36c2b..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/PotionPurple.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/PotionRed.png b/Collector/Content/themes/hd/textures/icons/PotionRed.png deleted file mode 100644 index 776d63e..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/PotionRed.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/PotionYellow.png b/Collector/Content/themes/hd/textures/icons/PotionYellow.png deleted file mode 100644 index da55f89..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/PotionYellow.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Ring.png b/Collector/Content/themes/hd/textures/icons/Ring.png deleted file mode 100644 index abe924c..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Ring.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/RingGold.png b/Collector/Content/themes/hd/textures/icons/RingGold.png deleted file mode 100644 index 1e64111..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/RingGold.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/RingGoldRuby.png b/Collector/Content/themes/hd/textures/icons/RingGoldRuby.png deleted file mode 100644 index e303fd1..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/RingGoldRuby.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/RingRuby.png b/Collector/Content/themes/hd/textures/icons/RingRuby.png deleted file mode 100644 index 03cd193..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/RingRuby.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/RubyBlue.png b/Collector/Content/themes/hd/textures/icons/RubyBlue.png deleted file mode 100644 index 69646a3..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/RubyBlue.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/RubyGreen.png b/Collector/Content/themes/hd/textures/icons/RubyGreen.png deleted file mode 100644 index b14be2e..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/RubyGreen.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/RubyPink.png b/Collector/Content/themes/hd/textures/icons/RubyPink.png deleted file mode 100644 index 2d6abc5..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/RubyPink.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/RubyPurple.png b/Collector/Content/themes/hd/textures/icons/RubyPurple.png deleted file mode 100644 index 066b638..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/RubyPurple.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/RubyRed.png b/Collector/Content/themes/hd/textures/icons/RubyRed.png deleted file mode 100644 index c3336c6..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/RubyRed.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Sack.png b/Collector/Content/themes/hd/textures/icons/Sack.png deleted file mode 100644 index 6dbe355..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Sack.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Scroll.png b/Collector/Content/themes/hd/textures/icons/Scroll.png deleted file mode 100644 index 1047714..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Scroll.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Shield.png b/Collector/Content/themes/hd/textures/icons/Shield.png deleted file mode 100644 index 5cd2772..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Shield.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/ShieldAndSword.png b/Collector/Content/themes/hd/textures/icons/ShieldAndSword.png deleted file mode 100644 index 181b7a1..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/ShieldAndSword.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Shovel.png b/Collector/Content/themes/hd/textures/icons/Shovel.png deleted file mode 100644 index 2443a72..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Shovel.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/SilverShard.png b/Collector/Content/themes/hd/textures/icons/SilverShard.png deleted file mode 100644 index 3e534e3..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/SilverShard.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Skull.png b/Collector/Content/themes/hd/textures/icons/Skull.png deleted file mode 100644 index 2d83478..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Skull.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Sword.png b/Collector/Content/themes/hd/textures/icons/Sword.png deleted file mode 100644 index 140c9c1..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Sword.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/Trap.png b/Collector/Content/themes/hd/textures/icons/Trap.png deleted file mode 100644 index 2033a1c..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/Trap.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/ZoomIn.png b/Collector/Content/themes/hd/textures/icons/ZoomIn.png deleted file mode 100644 index 817178b..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/ZoomIn.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/ZoomOut.png b/Collector/Content/themes/hd/textures/icons/ZoomOut.png deleted file mode 100644 index c6faffb..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/ZoomOut.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/icons/background.png b/Collector/Content/themes/hd/textures/icons/background.png deleted file mode 100644 index 82b18be..0000000 Binary files a/Collector/Content/themes/hd/textures/icons/background.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/panel_default.png b/Collector/Content/themes/hd/textures/panel_default.png deleted file mode 100644 index 8bc26d9..0000000 Binary files a/Collector/Content/themes/hd/textures/panel_default.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/panel_default_md.xml b/Collector/Content/themes/hd/textures/panel_default_md.xml deleted file mode 100644 index 7fa94b7..0000000 --- a/Collector/Content/themes/hd/textures/panel_default_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/hd/textures/panel_fancy.png b/Collector/Content/themes/hd/textures/panel_fancy.png deleted file mode 100644 index d9eedd6..0000000 Binary files a/Collector/Content/themes/hd/textures/panel_fancy.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/panel_fancy_md.xml b/Collector/Content/themes/hd/textures/panel_fancy_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/hd/textures/panel_fancy_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/hd/textures/panel_golden.png b/Collector/Content/themes/hd/textures/panel_golden.png deleted file mode 100644 index 3057704..0000000 Binary files a/Collector/Content/themes/hd/textures/panel_golden.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/panel_golden_md.xml b/Collector/Content/themes/hd/textures/panel_golden_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/hd/textures/panel_golden_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/hd/textures/panel_listbackground.png b/Collector/Content/themes/hd/textures/panel_listbackground.png deleted file mode 100644 index 02ac7de..0000000 Binary files a/Collector/Content/themes/hd/textures/panel_listbackground.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/panel_listbackground_md.xml b/Collector/Content/themes/hd/textures/panel_listbackground_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/hd/textures/panel_listbackground_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/hd/textures/panel_simple.png b/Collector/Content/themes/hd/textures/panel_simple.png deleted file mode 100644 index 1430cc7..0000000 Binary files a/Collector/Content/themes/hd/textures/panel_simple.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/panel_simple_md.xml b/Collector/Content/themes/hd/textures/panel_simple_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/hd/textures/panel_simple_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/hd/textures/progressbar.png b/Collector/Content/themes/hd/textures/progressbar.png deleted file mode 100644 index 5750692..0000000 Binary files a/Collector/Content/themes/hd/textures/progressbar.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/progressbar_fill.png b/Collector/Content/themes/hd/textures/progressbar_fill.png deleted file mode 100644 index 79b0d81..0000000 Binary files a/Collector/Content/themes/hd/textures/progressbar_fill.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/progressbar_md.xml b/Collector/Content/themes/hd/textures/progressbar_md.xml deleted file mode 100644 index cea6983..0000000 --- a/Collector/Content/themes/hd/textures/progressbar_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.1375 - 0.0 - - - diff --git a/Collector/Content/themes/hd/textures/radio.png b/Collector/Content/themes/hd/textures/radio.png deleted file mode 100644 index 5fe5420..0000000 Binary files a/Collector/Content/themes/hd/textures/radio.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/radio_down.png b/Collector/Content/themes/hd/textures/radio_down.png deleted file mode 100644 index 85b9a83..0000000 Binary files a/Collector/Content/themes/hd/textures/radio_down.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/radio_hover.png b/Collector/Content/themes/hd/textures/radio_hover.png deleted file mode 100644 index 2e0f36f..0000000 Binary files a/Collector/Content/themes/hd/textures/radio_hover.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/scrollbar.png b/Collector/Content/themes/hd/textures/scrollbar.png deleted file mode 100644 index 3a98a60..0000000 Binary files a/Collector/Content/themes/hd/textures/scrollbar.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/scrollbar_mark.png b/Collector/Content/themes/hd/textures/scrollbar_mark.png deleted file mode 100644 index fef0a10..0000000 Binary files a/Collector/Content/themes/hd/textures/scrollbar_mark.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/scrollbar_md.xml b/Collector/Content/themes/hd/textures/scrollbar_md.xml deleted file mode 100644 index 44688b9..0000000 --- a/Collector/Content/themes/hd/textures/scrollbar_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.0 - 0.3 - - - diff --git a/Collector/Content/themes/hd/textures/slider_default.png b/Collector/Content/themes/hd/textures/slider_default.png deleted file mode 100644 index 84846e3..0000000 Binary files a/Collector/Content/themes/hd/textures/slider_default.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/slider_default_mark.png b/Collector/Content/themes/hd/textures/slider_default_mark.png deleted file mode 100644 index 23c0e81..0000000 Binary files a/Collector/Content/themes/hd/textures/slider_default_mark.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/slider_default_md.xml b/Collector/Content/themes/hd/textures/slider_default_md.xml deleted file mode 100644 index d27d99d..0000000 --- a/Collector/Content/themes/hd/textures/slider_default_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.03 - 0.0 - - - diff --git a/Collector/Content/themes/hd/textures/slider_fancy.png b/Collector/Content/themes/hd/textures/slider_fancy.png deleted file mode 100644 index 11a06e5..0000000 Binary files a/Collector/Content/themes/hd/textures/slider_fancy.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/slider_fancy_mark.png b/Collector/Content/themes/hd/textures/slider_fancy_mark.png deleted file mode 100644 index 9be39ae..0000000 Binary files a/Collector/Content/themes/hd/textures/slider_fancy_mark.png and /dev/null differ diff --git a/Collector/Content/themes/hd/textures/slider_fancy_md.xml b/Collector/Content/themes/hd/textures/slider_fancy_md.xml deleted file mode 100644 index cd4cc37..0000000 --- a/Collector/Content/themes/hd/textures/slider_fancy_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.28 - 0.0 - - - diff --git a/Collector/Content/themes/hd/textures/white_texture.png b/Collector/Content/themes/hd/textures/white_texture.png deleted file mode 100644 index a782975..0000000 Binary files a/Collector/Content/themes/hd/textures/white_texture.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/ThemeData.xml b/Collector/Content/themes/lowres/ThemeData.xml deleted file mode 100644 index 111310d..0000000 --- a/Collector/Content/themes/lowres/ThemeData.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - LowRes - Ronen Ness - A lower-res, old-school style UI theme GeonBit.UI comes with by default. - This theme is mostly based on Michele Bucelli ("Buch") works. -Sources can be found here: - -- http://opengameart.org/content/golden-ui -- http://opengameart.org/content/roguelikerpg-icons -- http://opengameart.org/content/roguelikerpg-items -- http://opengameart.org/content/arabian-icons -- http://opengameart.org/content/2d-static-spritesicons -- http://opengameart.org/content/30-ability-icons -- http://opengameart.org/content/whispers-of-avalon-item-icons - - 1.0.0 - - MIT - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/effects/disabled.fx b/Collector/Content/themes/lowres/effects/disabled.fx deleted file mode 100644 index 6774d71..0000000 --- a/Collector/Content/themes/lowres/effects/disabled.fx +++ /dev/null @@ -1,38 +0,0 @@ -#if OPENGL - #define SV_POSITION POSITION - #define VS_SHADERMODEL vs_3_0 - #define PS_SHADERMODEL ps_3_0 -#else - #define VS_SHADERMODEL vs_4_0_level_9_1 - #define PS_SHADERMODEL ps_4_0_level_9_1 -#endif - -Texture2D SpriteTexture; - -sampler2D SpriteTextureSampler = sampler_state -{ - Texture = ; -}; - -struct VertexShaderOutput -{ - float4 Position : SV_POSITION; - float4 Color : COLOR0; - float2 TextureCoordinates : TEXCOORD0; -}; - -float4 MainPS(VertexShaderOutput input) : COLOR -{ - float4 color = tex2D(SpriteTextureSampler,input.TextureCoordinates) * input.Color; - float value = (color.r + color.g + color.b) / 3; - color.r = color.g = color.b = value; - return color; -} - -technique SpriteDrawing -{ - pass P0 - { - PixelShader = compile PS_SHADERMODEL MainPS(); - } -}; \ No newline at end of file diff --git a/Collector/Content/themes/lowres/effects/silhouette.fx b/Collector/Content/themes/lowres/effects/silhouette.fx deleted file mode 100644 index 0bd81f3..0000000 --- a/Collector/Content/themes/lowres/effects/silhouette.fx +++ /dev/null @@ -1,39 +0,0 @@ -#if OPENGL - #define SV_POSITION POSITION - #define VS_SHADERMODEL vs_3_0 - #define PS_SHADERMODEL ps_3_0 -#else - #define VS_SHADERMODEL vs_4_0_level_9_1 - #define PS_SHADERMODEL ps_4_0_level_9_1 -#endif - -Texture2D SpriteTexture; - -sampler2D SpriteTextureSampler = sampler_state -{ - Texture = ; -}; - -struct VertexShaderOutput -{ - float4 Position : SV_POSITION; - float4 Color : COLOR0; - float2 TextureCoordinates : TEXCOORD0; -}; - -float4 MainPS(VertexShaderOutput input) : COLOR -{ - float4 color = tex2D(SpriteTextureSampler,input.TextureCoordinates) * input.Color; - color.r = 1 * color.a * input.Color.r; - color.g = 1 * color.a * input.Color.g; - color.b = 1 * color.a * input.Color.b; - return color; -} - -technique SpriteDrawing -{ - pass P0 - { - PixelShader = compile PS_SHADERMODEL MainPS(); - } -}; \ No newline at end of file diff --git a/Collector/Content/themes/lowres/fonts/Bold.spritefont b/Collector/Content/themes/lowres/fonts/Bold.spritefont deleted file mode 100644 index 8a3e9d0..0000000 --- a/Collector/Content/themes/lowres/fonts/Bold.spritefont +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - AnonymousPro-Bold - - - 18 - - - 0 - - - true - - - - - - - - - - - - ~ - - - - diff --git a/Collector/Content/themes/lowres/fonts/Italic.spritefont b/Collector/Content/themes/lowres/fonts/Italic.spritefont deleted file mode 100644 index 9f83be2..0000000 --- a/Collector/Content/themes/lowres/fonts/Italic.spritefont +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - AnonymousPro-Italic - - - 18 - - - 0 - - - true - - - - - - - - - - - - ~ - - - - diff --git a/Collector/Content/themes/lowres/fonts/Regular.spritefont b/Collector/Content/themes/lowres/fonts/Regular.spritefont deleted file mode 100644 index 280145e..0000000 --- a/Collector/Content/themes/lowres/fonts/Regular.spritefont +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - AnonymousPro-Regular - - - 18 - - - 0 - - - true - - - - - - - - - - - - ~ - - - - diff --git a/Collector/Content/themes/lowres/styles/Button-Default.xml b/Collector/Content/themes/lowres/styles/Button-Default.xml deleted file mode 100644 index 6f7c1eb..0000000 --- a/Collector/Content/themes/lowres/styles/Button-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 3 - - - - - - - - - - - - - 0 70 - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Button-MouseDown.xml b/Collector/Content/themes/lowres/styles/Button-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Button-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Button-MouseHover.xml b/Collector/Content/themes/lowres/styles/Button-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Button-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ButtonParagraph-Default.xml b/Collector/Content/themes/lowres/styles/ButtonParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/lowres/styles/ButtonParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ButtonParagraph-MouseDown.xml b/Collector/Content/themes/lowres/styles/ButtonParagraph-MouseDown.xml deleted file mode 100644 index 8ef401a..0000000 --- a/Collector/Content/themes/lowres/styles/ButtonParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFAAAAAA - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ButtonParagraph-MouseHover.xml b/Collector/Content/themes/lowres/styles/ButtonParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/ButtonParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/CheckBox-Default.xml b/Collector/Content/themes/lowres/styles/CheckBox-Default.xml deleted file mode 100644 index cedb146..0000000 --- a/Collector/Content/themes/lowres/styles/CheckBox-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 40 - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/CheckBox-MouseDown.xml b/Collector/Content/themes/lowres/styles/CheckBox-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/CheckBox-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/CheckBox-MouseHover.xml b/Collector/Content/themes/lowres/styles/CheckBox-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/CheckBox-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/CheckBoxParagraph-Default.xml b/Collector/Content/themes/lowres/styles/CheckBoxParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/lowres/styles/CheckBoxParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/CheckBoxParagraph-MouseDown.xml b/Collector/Content/themes/lowres/styles/CheckBoxParagraph-MouseDown.xml deleted file mode 100644 index c50f02f..0000000 --- a/Collector/Content/themes/lowres/styles/CheckBoxParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFF00 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/CheckBoxParagraph-MouseHover.xml b/Collector/Content/themes/lowres/styles/CheckBoxParagraph-MouseHover.xml deleted file mode 100644 index c50f02f..0000000 --- a/Collector/Content/themes/lowres/styles/CheckBoxParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFF00 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ColoredRectangle-Default.xml b/Collector/Content/themes/lowres/styles/ColoredRectangle-Default.xml deleted file mode 100644 index e0beb18..0000000 --- a/Collector/Content/themes/lowres/styles/ColoredRectangle-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFFFF - FF000000 - 2 - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ColoredRectangle-MouseDown.xml b/Collector/Content/themes/lowres/styles/ColoredRectangle-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/ColoredRectangle-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ColoredRectangle-MouseHover.xml b/Collector/Content/themes/lowres/styles/ColoredRectangle-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/ColoredRectangle-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/DropDown-Default.xml b/Collector/Content/themes/lowres/styles/DropDown-Default.xml deleted file mode 100644 index 1399eb9..0000000 --- a/Collector/Content/themes/lowres/styles/DropDown-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 220 - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/DropDown-MouseDown.xml b/Collector/Content/themes/lowres/styles/DropDown-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/DropDown-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/DropDown-MouseHover.xml b/Collector/Content/themes/lowres/styles/DropDown-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/DropDown-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/DropDownParagraph-Default.xml b/Collector/Content/themes/lowres/styles/DropDownParagraph-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/DropDownParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/DropDownParagraph-MouseDown.xml b/Collector/Content/themes/lowres/styles/DropDownParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/DropDownParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/DropDownParagraph-MouseHover.xml b/Collector/Content/themes/lowres/styles/DropDownParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/DropDownParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/DropDownSelectedParagraph-Default.xml b/Collector/Content/themes/lowres/styles/DropDownSelectedParagraph-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/DropDownSelectedParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/DropDownSelectedParagraph-MouseDown.xml b/Collector/Content/themes/lowres/styles/DropDownSelectedParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/DropDownSelectedParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/DropDownSelectedParagraph-MouseHover.xml b/Collector/Content/themes/lowres/styles/DropDownSelectedParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/DropDownSelectedParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Entity-Default.xml b/Collector/Content/themes/lowres/styles/Entity-Default.xml deleted file mode 100644 index e05e24c..0000000 --- a/Collector/Content/themes/lowres/styles/Entity-Default.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - 1 - FFFFFFFF - 00000000 - 0 - false - Regular - 00000000 - 00000000 - 0 0 - 26 26 - 0 0 - 0 8 - 1 - 0 0 - - diff --git a/Collector/Content/themes/lowres/styles/Entity-MouseDown.xml b/Collector/Content/themes/lowres/styles/Entity-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Entity-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Entity-MouseHover.xml b/Collector/Content/themes/lowres/styles/Entity-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Entity-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Header-Default.xml b/Collector/Content/themes/lowres/styles/Header-Default.xml deleted file mode 100644 index 3ba2c61..0000000 --- a/Collector/Content/themes/lowres/styles/Header-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1.2 - FFFFFF00 - - - true - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Header-MouseDown.xml b/Collector/Content/themes/lowres/styles/Header-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Header-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Header-MouseHover.xml b/Collector/Content/themes/lowres/styles/Header-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Header-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/HorizontalLine-Default.xml b/Collector/Content/themes/lowres/styles/HorizontalLine-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/HorizontalLine-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/HorizontalLine-MouseDown.xml b/Collector/Content/themes/lowres/styles/HorizontalLine-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/HorizontalLine-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/HorizontalLine-MouseHover.xml b/Collector/Content/themes/lowres/styles/HorizontalLine-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/HorizontalLine-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Icon-Default.xml b/Collector/Content/themes/lowres/styles/Icon-Default.xml deleted file mode 100644 index 74c72ff..0000000 --- a/Collector/Content/themes/lowres/styles/Icon-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - 50 50 - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Icon-MouseDown.xml b/Collector/Content/themes/lowres/styles/Icon-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Icon-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Icon-MouseHover.xml b/Collector/Content/themes/lowres/styles/Icon-MouseHover.xml deleted file mode 100644 index 8ff04a1..0000000 --- a/Collector/Content/themes/lowres/styles/Icon-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1.1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Image-Default.xml b/Collector/Content/themes/lowres/styles/Image-Default.xml deleted file mode 100644 index 1beedd1..0000000 --- a/Collector/Content/themes/lowres/styles/Image-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FFFFFFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Image-MouseDown.xml b/Collector/Content/themes/lowres/styles/Image-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Image-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Image-MouseHover.xml b/Collector/Content/themes/lowres/styles/Image-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Image-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Label-Default.xml b/Collector/Content/themes/lowres/styles/Label-Default.xml deleted file mode 100644 index db3ad89..0000000 --- a/Collector/Content/themes/lowres/styles/Label-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 0.8 - FFCCCCCC - FF000000 - 2 - false - Regular - - - - - - - - - - - diff --git a/Collector/Content/themes/lowres/styles/Label-MouseDown.xml b/Collector/Content/themes/lowres/styles/Label-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Label-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Label-MouseHover.xml b/Collector/Content/themes/lowres/styles/Label-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Label-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Panel-Default.xml b/Collector/Content/themes/lowres/styles/Panel-Default.xml deleted file mode 100644 index a9b485d..0000000 --- a/Collector/Content/themes/lowres/styles/Panel-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 3 - FFFFFFFF - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Panel-MouseDown.xml b/Collector/Content/themes/lowres/styles/Panel-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Panel-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Panel-MouseHover.xml b/Collector/Content/themes/lowres/styles/Panel-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Panel-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/PanelTabsButton-Default.xml b/Collector/Content/themes/lowres/styles/PanelTabsButton-Default.xml deleted file mode 100644 index 6ef020c..0000000 --- a/Collector/Content/themes/lowres/styles/PanelTabsButton-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 2 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/PanelTabsButton-MouseDown.xml b/Collector/Content/themes/lowres/styles/PanelTabsButton-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/PanelTabsButton-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/PanelTabsButton-MouseHover.xml b/Collector/Content/themes/lowres/styles/PanelTabsButton-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/PanelTabsButton-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/PanelTabsButtonParagraph-Default.xml b/Collector/Content/themes/lowres/styles/PanelTabsButtonParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/lowres/styles/PanelTabsButtonParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/PanelTabsButtonParagraph-MouseDown.xml b/Collector/Content/themes/lowres/styles/PanelTabsButtonParagraph-MouseDown.xml deleted file mode 100644 index 8ef401a..0000000 --- a/Collector/Content/themes/lowres/styles/PanelTabsButtonParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFAAAAAA - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/PanelTabsButtonParagraph-MouseHover.xml b/Collector/Content/themes/lowres/styles/PanelTabsButtonParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/PanelTabsButtonParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Paragraph-Default.xml b/Collector/Content/themes/lowres/styles/Paragraph-Default.xml deleted file mode 100644 index 7c53712..0000000 --- a/Collector/Content/themes/lowres/styles/Paragraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FFFFFFFF - FF000000 - 2 - false - Regular - - - - - - - - - - - diff --git a/Collector/Content/themes/lowres/styles/Paragraph-MouseDown.xml b/Collector/Content/themes/lowres/styles/Paragraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Paragraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Paragraph-MouseHover.xml b/Collector/Content/themes/lowres/styles/Paragraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Paragraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ProgressBar-Default.xml b/Collector/Content/themes/lowres/styles/ProgressBar-Default.xml deleted file mode 100644 index 14ec90b..0000000 --- a/Collector/Content/themes/lowres/styles/ProgressBar-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 52 - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ProgressBar-MouseDown.xml b/Collector/Content/themes/lowres/styles/ProgressBar-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/ProgressBar-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ProgressBar-MouseHover.xml b/Collector/Content/themes/lowres/styles/ProgressBar-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/ProgressBar-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ProgressBarFill-Default.xml b/Collector/Content/themes/lowres/styles/ProgressBarFill-Default.xml deleted file mode 100644 index 115fb41..0000000 --- a/Collector/Content/themes/lowres/styles/ProgressBarFill-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FF84CC40 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ProgressBarFill-MouseDown.xml b/Collector/Content/themes/lowres/styles/ProgressBarFill-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/ProgressBarFill-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/ProgressBarFill-MouseHover.xml b/Collector/Content/themes/lowres/styles/ProgressBarFill-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/ProgressBarFill-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/RadioButton-Default.xml b/Collector/Content/themes/lowres/styles/RadioButton-Default.xml deleted file mode 100644 index eb36dcc..0000000 --- a/Collector/Content/themes/lowres/styles/RadioButton-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 50 - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/RadioButton-MouseDown.xml b/Collector/Content/themes/lowres/styles/RadioButton-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/RadioButton-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/RadioButton-MouseHover.xml b/Collector/Content/themes/lowres/styles/RadioButton-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/RadioButton-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/RadioButtonParagraph-Default.xml b/Collector/Content/themes/lowres/styles/RadioButtonParagraph-Default.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/RadioButtonParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/RadioButtonParagraph-MouseDown.xml b/Collector/Content/themes/lowres/styles/RadioButtonParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/RadioButtonParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/RadioButtonParagraph-MouseHover.xml b/Collector/Content/themes/lowres/styles/RadioButtonParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/RadioButtonParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/SelectList-Default.xml b/Collector/Content/themes/lowres/styles/SelectList-Default.xml deleted file mode 100644 index f0a2f8e..0000000 --- a/Collector/Content/themes/lowres/styles/SelectList-Default.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - 64000000 - - - 30 22 - - - - 0 220 - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/SelectList-MouseDown.xml b/Collector/Content/themes/lowres/styles/SelectList-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/SelectList-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/SelectList-MouseHover.xml b/Collector/Content/themes/lowres/styles/SelectList-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/SelectList-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/SelectListParagraph-Default.xml b/Collector/Content/themes/lowres/styles/SelectListParagraph-Default.xml deleted file mode 100644 index 7c53712..0000000 --- a/Collector/Content/themes/lowres/styles/SelectListParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FFFFFFFF - FF000000 - 2 - false - Regular - - - - - - - - - - - diff --git a/Collector/Content/themes/lowres/styles/SelectListParagraph-MouseDown.xml b/Collector/Content/themes/lowres/styles/SelectListParagraph-MouseDown.xml deleted file mode 100644 index c50f02f..0000000 --- a/Collector/Content/themes/lowres/styles/SelectListParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFF00 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/SelectListParagraph-MouseHover.xml b/Collector/Content/themes/lowres/styles/SelectListParagraph-MouseHover.xml deleted file mode 100644 index c50f02f..0000000 --- a/Collector/Content/themes/lowres/styles/SelectListParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FFFFFF00 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Slider-Default.xml b/Collector/Content/themes/lowres/styles/Slider-Default.xml deleted file mode 100644 index bb0c9ac..0000000 --- a/Collector/Content/themes/lowres/styles/Slider-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 30 - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Slider-MouseDown.xml b/Collector/Content/themes/lowres/styles/Slider-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Slider-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/Slider-MouseHover.xml b/Collector/Content/themes/lowres/styles/Slider-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/Slider-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/TextInput-Default.xml b/Collector/Content/themes/lowres/styles/TextInput-Default.xml deleted file mode 100644 index cbae23d..0000000 --- a/Collector/Content/themes/lowres/styles/TextInput-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 0 65 - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/TextInput-MouseDown.xml b/Collector/Content/themes/lowres/styles/TextInput-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/TextInput-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/TextInput-MouseHover.xml b/Collector/Content/themes/lowres/styles/TextInput-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/TextInput-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/TextInputParagraph-Default.xml b/Collector/Content/themes/lowres/styles/TextInputParagraph-Default.xml deleted file mode 100644 index d9c6cbc..0000000 --- a/Collector/Content/themes/lowres/styles/TextInputParagraph-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/TextInputParagraph-MouseDown.xml b/Collector/Content/themes/lowres/styles/TextInputParagraph-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/TextInputParagraph-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/TextInputParagraph-MouseHover.xml b/Collector/Content/themes/lowres/styles/TextInputParagraph-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/TextInputParagraph-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/TextInputPlaceholder-Default.xml b/Collector/Content/themes/lowres/styles/TextInputPlaceholder-Default.xml deleted file mode 100644 index c675854..0000000 --- a/Collector/Content/themes/lowres/styles/TextInputPlaceholder-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - 1 - FF969696 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/TextInputPlaceholder-MouseDown.xml b/Collector/Content/themes/lowres/styles/TextInputPlaceholder-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/TextInputPlaceholder-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/TextInputPlaceholder-MouseHover.xml b/Collector/Content/themes/lowres/styles/TextInputPlaceholder-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/TextInputPlaceholder-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/VerticalScrollbar-Default.xml b/Collector/Content/themes/lowres/styles/VerticalScrollbar-Default.xml deleted file mode 100644 index b06b406..0000000 --- a/Collector/Content/themes/lowres/styles/VerticalScrollbar-Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - 30 0 - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/VerticalScrollbar-MouseDown.xml b/Collector/Content/themes/lowres/styles/VerticalScrollbar-MouseDown.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/VerticalScrollbar-MouseDown.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/VerticalScrollbar-MouseHover.xml b/Collector/Content/themes/lowres/styles/VerticalScrollbar-MouseHover.xml deleted file mode 100644 index b9c80cc..0000000 --- a/Collector/Content/themes/lowres/styles/VerticalScrollbar-MouseHover.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/styles/example.xml b/Collector/Content/themes/lowres/styles/example.xml deleted file mode 100644 index eda93f2..0000000 --- a/Collector/Content/themes/lowres/styles/example.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - 1 - - FFFFFFFF - - FF000000 - - 2 - - false - - Regular - - 00000000 - - 00000000 - - 0 0 - - 10 10 - - 0 0 - - 0 0 - - 1 - - 50 50 - - \ No newline at end of file diff --git a/Collector/Content/themes/lowres/textures/arrow_down.png b/Collector/Content/themes/lowres/textures/arrow_down.png deleted file mode 100644 index 18eb1d2..0000000 Binary files a/Collector/Content/themes/lowres/textures/arrow_down.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/arrow_up.png b/Collector/Content/themes/lowres/textures/arrow_up.png deleted file mode 100644 index 65a3b01..0000000 Binary files a/Collector/Content/themes/lowres/textures/arrow_up.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_alternative.png b/Collector/Content/themes/lowres/textures/button_alternative.png deleted file mode 100644 index ac3852f..0000000 Binary files a/Collector/Content/themes/lowres/textures/button_alternative.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_alternative_down.png b/Collector/Content/themes/lowres/textures/button_alternative_down.png deleted file mode 100644 index ffb38dc..0000000 Binary files a/Collector/Content/themes/lowres/textures/button_alternative_down.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_alternative_hover.png b/Collector/Content/themes/lowres/textures/button_alternative_hover.png deleted file mode 100644 index b6b1599..0000000 Binary files a/Collector/Content/themes/lowres/textures/button_alternative_hover.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_alternative_md.xml b/Collector/Content/themes/lowres/textures/button_alternative_md.xml deleted file mode 100644 index 50107f4..0000000 --- a/Collector/Content/themes/lowres/textures/button_alternative_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.35 - - - diff --git a/Collector/Content/themes/lowres/textures/button_default.png b/Collector/Content/themes/lowres/textures/button_default.png deleted file mode 100644 index 6be27e2..0000000 Binary files a/Collector/Content/themes/lowres/textures/button_default.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_default_down.png b/Collector/Content/themes/lowres/textures/button_default_down.png deleted file mode 100644 index e19d19c..0000000 Binary files a/Collector/Content/themes/lowres/textures/button_default_down.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_default_hover.png b/Collector/Content/themes/lowres/textures/button_default_hover.png deleted file mode 100644 index 8e74bb9..0000000 Binary files a/Collector/Content/themes/lowres/textures/button_default_hover.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_default_md.xml b/Collector/Content/themes/lowres/textures/button_default_md.xml deleted file mode 100644 index 50107f4..0000000 --- a/Collector/Content/themes/lowres/textures/button_default_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.35 - - - diff --git a/Collector/Content/themes/lowres/textures/button_fancy.png b/Collector/Content/themes/lowres/textures/button_fancy.png deleted file mode 100644 index 43efaaa..0000000 Binary files a/Collector/Content/themes/lowres/textures/button_fancy.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_fancy_down.png b/Collector/Content/themes/lowres/textures/button_fancy_down.png deleted file mode 100644 index 4dd6a77..0000000 Binary files a/Collector/Content/themes/lowres/textures/button_fancy_down.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_fancy_hover.png b/Collector/Content/themes/lowres/textures/button_fancy_hover.png deleted file mode 100644 index 190e682..0000000 Binary files a/Collector/Content/themes/lowres/textures/button_fancy_hover.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/button_fancy_md.xml b/Collector/Content/themes/lowres/textures/button_fancy_md.xml deleted file mode 100644 index 46b65bc..0000000 --- a/Collector/Content/themes/lowres/textures/button_fancy_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.35 - 0.0 - - - diff --git a/Collector/Content/themes/lowres/textures/checkbox.png b/Collector/Content/themes/lowres/textures/checkbox.png deleted file mode 100644 index b336b92..0000000 Binary files a/Collector/Content/themes/lowres/textures/checkbox.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/checkbox_down.png b/Collector/Content/themes/lowres/textures/checkbox_down.png deleted file mode 100644 index 8a6d45c..0000000 Binary files a/Collector/Content/themes/lowres/textures/checkbox_down.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/checkbox_hover.png b/Collector/Content/themes/lowres/textures/checkbox_hover.png deleted file mode 100644 index 999937a..0000000 Binary files a/Collector/Content/themes/lowres/textures/checkbox_hover.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/cursor_default.png b/Collector/Content/themes/lowres/textures/cursor_default.png deleted file mode 100644 index 0967c0d..0000000 Binary files a/Collector/Content/themes/lowres/textures/cursor_default.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/cursor_default_md.xml b/Collector/Content/themes/lowres/textures/cursor_default_md.xml deleted file mode 100644 index 88b034c..0000000 --- a/Collector/Content/themes/lowres/textures/cursor_default_md.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - 0 - 0 - 80 - - - diff --git a/Collector/Content/themes/lowres/textures/cursor_ibeam.png b/Collector/Content/themes/lowres/textures/cursor_ibeam.png deleted file mode 100644 index b6c3033..0000000 Binary files a/Collector/Content/themes/lowres/textures/cursor_ibeam.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/cursor_ibeam_md.xml b/Collector/Content/themes/lowres/textures/cursor_ibeam_md.xml deleted file mode 100644 index 725450d..0000000 --- a/Collector/Content/themes/lowres/textures/cursor_ibeam_md.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - 0 - -6 - 70 - - - diff --git a/Collector/Content/themes/lowres/textures/cursor_pointer.png b/Collector/Content/themes/lowres/textures/cursor_pointer.png deleted file mode 100644 index 8493b97..0000000 Binary files a/Collector/Content/themes/lowres/textures/cursor_pointer.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/cursor_pointer_md.xml b/Collector/Content/themes/lowres/textures/cursor_pointer_md.xml deleted file mode 100644 index fd0c53b..0000000 --- a/Collector/Content/themes/lowres/textures/cursor_pointer_md.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - -3 - 0 - 70 - - - diff --git a/Collector/Content/themes/lowres/textures/dot.png b/Collector/Content/themes/lowres/textures/dot.png deleted file mode 100644 index d25727b..0000000 Binary files a/Collector/Content/themes/lowres/textures/dot.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/horizontal_line.png b/Collector/Content/themes/lowres/textures/horizontal_line.png deleted file mode 100644 index 5ae5bd1..0000000 Binary files a/Collector/Content/themes/lowres/textures/horizontal_line.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Apple.png b/Collector/Content/themes/lowres/textures/icons/Apple.png deleted file mode 100644 index 9069cc5..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Apple.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Armor.png b/Collector/Content/themes/lowres/textures/icons/Armor.png deleted file mode 100644 index a68d969..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Armor.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Axe.png b/Collector/Content/themes/lowres/textures/icons/Axe.png deleted file mode 100644 index e000b5e..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Axe.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/BloodySword.png b/Collector/Content/themes/lowres/textures/icons/BloodySword.png deleted file mode 100644 index f424522..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/BloodySword.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Bone.png b/Collector/Content/themes/lowres/textures/icons/Bone.png deleted file mode 100644 index 832ee19..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Bone.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Book.png b/Collector/Content/themes/lowres/textures/icons/Book.png deleted file mode 100644 index 7ecb384..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Book.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Cubes.png b/Collector/Content/themes/lowres/textures/icons/Cubes.png deleted file mode 100644 index 7ad8e45..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Cubes.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Diamond.png b/Collector/Content/themes/lowres/textures/icons/Diamond.png deleted file mode 100644 index 19770b7..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Diamond.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Explanation.png b/Collector/Content/themes/lowres/textures/icons/Explanation.png deleted file mode 100644 index 0927841..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Explanation.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Feather.png b/Collector/Content/themes/lowres/textures/icons/Feather.png deleted file mode 100644 index f6d7277..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Feather.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/FloppyDisk.png b/Collector/Content/themes/lowres/textures/icons/FloppyDisk.png deleted file mode 100644 index f742be7..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/FloppyDisk.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/GoldCoins.png b/Collector/Content/themes/lowres/textures/icons/GoldCoins.png deleted file mode 100644 index aa39013..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/GoldCoins.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/GoldShard.png b/Collector/Content/themes/lowres/textures/icons/GoldShard.png deleted file mode 100644 index 33f77b2..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/GoldShard.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Heart.png b/Collector/Content/themes/lowres/textures/icons/Heart.png deleted file mode 100644 index 6192000..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Heart.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Helmet.png b/Collector/Content/themes/lowres/textures/icons/Helmet.png deleted file mode 100644 index 573efeb..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Helmet.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Key.png b/Collector/Content/themes/lowres/textures/icons/Key.png deleted file mode 100644 index 13cf4c4..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Key.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/MagicBook.png b/Collector/Content/themes/lowres/textures/icons/MagicBook.png deleted file mode 100644 index 0da7131..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/MagicBook.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/MagicWand.png b/Collector/Content/themes/lowres/textures/icons/MagicWand.png deleted file mode 100644 index a3f9b11..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/MagicWand.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Map.png b/Collector/Content/themes/lowres/textures/icons/Map.png deleted file mode 100644 index 8994325..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Map.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/None.png b/Collector/Content/themes/lowres/textures/icons/None.png deleted file mode 100644 index 82fa43a..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/None.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/OrbBlue.png b/Collector/Content/themes/lowres/textures/icons/OrbBlue.png deleted file mode 100644 index c748d3e..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/OrbBlue.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/OrbGreen.png b/Collector/Content/themes/lowres/textures/icons/OrbGreen.png deleted file mode 100644 index 7237b2c..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/OrbGreen.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/OrbRed.png b/Collector/Content/themes/lowres/textures/icons/OrbRed.png deleted file mode 100644 index d13a47d..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/OrbRed.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Pistol.png b/Collector/Content/themes/lowres/textures/icons/Pistol.png deleted file mode 100644 index 5c4d86e..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Pistol.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/PotionBlue.png b/Collector/Content/themes/lowres/textures/icons/PotionBlue.png deleted file mode 100644 index 8a427c2..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/PotionBlue.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/PotionCyan.png b/Collector/Content/themes/lowres/textures/icons/PotionCyan.png deleted file mode 100644 index 3a063a2..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/PotionCyan.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/PotionGreen.png b/Collector/Content/themes/lowres/textures/icons/PotionGreen.png deleted file mode 100644 index d6b494e..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/PotionGreen.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/PotionPurple.png b/Collector/Content/themes/lowres/textures/icons/PotionPurple.png deleted file mode 100644 index 4fd7c7c..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/PotionPurple.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/PotionRed.png b/Collector/Content/themes/lowres/textures/icons/PotionRed.png deleted file mode 100644 index 87355bb..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/PotionRed.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/PotionYellow.png b/Collector/Content/themes/lowres/textures/icons/PotionYellow.png deleted file mode 100644 index 99b9526..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/PotionYellow.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Ring.png b/Collector/Content/themes/lowres/textures/icons/Ring.png deleted file mode 100644 index 3efec21..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Ring.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/RingGold.png b/Collector/Content/themes/lowres/textures/icons/RingGold.png deleted file mode 100644 index 6e1e00a..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/RingGold.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/RingGoldRuby.png b/Collector/Content/themes/lowres/textures/icons/RingGoldRuby.png deleted file mode 100644 index 1690788..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/RingGoldRuby.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/RingRuby.png b/Collector/Content/themes/lowres/textures/icons/RingRuby.png deleted file mode 100644 index a2092d7..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/RingRuby.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/RubyBlue.png b/Collector/Content/themes/lowres/textures/icons/RubyBlue.png deleted file mode 100644 index bdbb52f..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/RubyBlue.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/RubyGreen.png b/Collector/Content/themes/lowres/textures/icons/RubyGreen.png deleted file mode 100644 index be78368..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/RubyGreen.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/RubyPink.png b/Collector/Content/themes/lowres/textures/icons/RubyPink.png deleted file mode 100644 index 55d9cc7..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/RubyPink.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/RubyPurple.png b/Collector/Content/themes/lowres/textures/icons/RubyPurple.png deleted file mode 100644 index 28c4356..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/RubyPurple.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/RubyRed.png b/Collector/Content/themes/lowres/textures/icons/RubyRed.png deleted file mode 100644 index d4522ac..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/RubyRed.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Sack.png b/Collector/Content/themes/lowres/textures/icons/Sack.png deleted file mode 100644 index 8c969c9..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Sack.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Scroll.png b/Collector/Content/themes/lowres/textures/icons/Scroll.png deleted file mode 100644 index e09f934..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Scroll.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Shield.png b/Collector/Content/themes/lowres/textures/icons/Shield.png deleted file mode 100644 index 9c82d37..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Shield.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/ShieldAndSword.png b/Collector/Content/themes/lowres/textures/icons/ShieldAndSword.png deleted file mode 100644 index 14f255b..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/ShieldAndSword.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Shovel.png b/Collector/Content/themes/lowres/textures/icons/Shovel.png deleted file mode 100644 index 42ef8c4..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Shovel.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/SilverShard.png b/Collector/Content/themes/lowres/textures/icons/SilverShard.png deleted file mode 100644 index f644926..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/SilverShard.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Skull.png b/Collector/Content/themes/lowres/textures/icons/Skull.png deleted file mode 100644 index 5d59ef8..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Skull.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Sword.png b/Collector/Content/themes/lowres/textures/icons/Sword.png deleted file mode 100644 index 17e360c..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Sword.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/Trap.png b/Collector/Content/themes/lowres/textures/icons/Trap.png deleted file mode 100644 index 6483af4..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/Trap.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/ZoomIn.png b/Collector/Content/themes/lowres/textures/icons/ZoomIn.png deleted file mode 100644 index c32c4e6..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/ZoomIn.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/ZoomOut.png b/Collector/Content/themes/lowres/textures/icons/ZoomOut.png deleted file mode 100644 index a0b7eba..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/ZoomOut.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/icons/background.png b/Collector/Content/themes/lowres/textures/icons/background.png deleted file mode 100644 index f42eaf6..0000000 Binary files a/Collector/Content/themes/lowres/textures/icons/background.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/panel_default.png b/Collector/Content/themes/lowres/textures/panel_default.png deleted file mode 100644 index 32d10df..0000000 Binary files a/Collector/Content/themes/lowres/textures/panel_default.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/panel_default_md.xml b/Collector/Content/themes/lowres/textures/panel_default_md.xml deleted file mode 100644 index 7fa94b7..0000000 --- a/Collector/Content/themes/lowres/textures/panel_default_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/lowres/textures/panel_fancy.png b/Collector/Content/themes/lowres/textures/panel_fancy.png deleted file mode 100644 index 3fb340a..0000000 Binary files a/Collector/Content/themes/lowres/textures/panel_fancy.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/panel_fancy_md.xml b/Collector/Content/themes/lowres/textures/panel_fancy_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/lowres/textures/panel_fancy_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/lowres/textures/panel_golden.png b/Collector/Content/themes/lowres/textures/panel_golden.png deleted file mode 100644 index d7aabdc..0000000 Binary files a/Collector/Content/themes/lowres/textures/panel_golden.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/panel_golden_md.xml b/Collector/Content/themes/lowres/textures/panel_golden_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/lowres/textures/panel_golden_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/lowres/textures/panel_listbackground.png b/Collector/Content/themes/lowres/textures/panel_listbackground.png deleted file mode 100644 index d02d359..0000000 Binary files a/Collector/Content/themes/lowres/textures/panel_listbackground.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/panel_listbackground_md.xml b/Collector/Content/themes/lowres/textures/panel_listbackground_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/lowres/textures/panel_listbackground_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/lowres/textures/panel_simple.png b/Collector/Content/themes/lowres/textures/panel_simple.png deleted file mode 100644 index 704e268..0000000 Binary files a/Collector/Content/themes/lowres/textures/panel_simple.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/panel_simple_md.xml b/Collector/Content/themes/lowres/textures/panel_simple_md.xml deleted file mode 100644 index 2b3fc1f..0000000 --- a/Collector/Content/themes/lowres/textures/panel_simple_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.2 - - - diff --git a/Collector/Content/themes/lowres/textures/progressbar.png b/Collector/Content/themes/lowres/textures/progressbar.png deleted file mode 100644 index e206008..0000000 Binary files a/Collector/Content/themes/lowres/textures/progressbar.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/progressbar_fill.png b/Collector/Content/themes/lowres/textures/progressbar_fill.png deleted file mode 100644 index 7739653..0000000 Binary files a/Collector/Content/themes/lowres/textures/progressbar_fill.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/progressbar_md.xml b/Collector/Content/themes/lowres/textures/progressbar_md.xml deleted file mode 100644 index ff3521d..0000000 --- a/Collector/Content/themes/lowres/textures/progressbar_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.3235 - 0.0 - - - diff --git a/Collector/Content/themes/lowres/textures/radio.png b/Collector/Content/themes/lowres/textures/radio.png deleted file mode 100644 index 1e8514f..0000000 Binary files a/Collector/Content/themes/lowres/textures/radio.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/radio_down.png b/Collector/Content/themes/lowres/textures/radio_down.png deleted file mode 100644 index 94571f1..0000000 Binary files a/Collector/Content/themes/lowres/textures/radio_down.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/radio_hover.png b/Collector/Content/themes/lowres/textures/radio_hover.png deleted file mode 100644 index 1e8d7db..0000000 Binary files a/Collector/Content/themes/lowres/textures/radio_hover.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/scrollbar.png b/Collector/Content/themes/lowres/textures/scrollbar.png deleted file mode 100644 index 65b4cc2..0000000 Binary files a/Collector/Content/themes/lowres/textures/scrollbar.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/scrollbar_mark.png b/Collector/Content/themes/lowres/textures/scrollbar_mark.png deleted file mode 100644 index 80dd9b1..0000000 Binary files a/Collector/Content/themes/lowres/textures/scrollbar_mark.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/scrollbar_md.xml b/Collector/Content/themes/lowres/textures/scrollbar_md.xml deleted file mode 100644 index 44688b9..0000000 --- a/Collector/Content/themes/lowres/textures/scrollbar_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.0 - 0.3 - - - diff --git a/Collector/Content/themes/lowres/textures/slider_default.png b/Collector/Content/themes/lowres/textures/slider_default.png deleted file mode 100644 index 4b0110f..0000000 Binary files a/Collector/Content/themes/lowres/textures/slider_default.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/slider_default_mark.png b/Collector/Content/themes/lowres/textures/slider_default_mark.png deleted file mode 100644 index 51c7c21..0000000 Binary files a/Collector/Content/themes/lowres/textures/slider_default_mark.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/slider_default_md.xml b/Collector/Content/themes/lowres/textures/slider_default_md.xml deleted file mode 100644 index e432ee2..0000000 --- a/Collector/Content/themes/lowres/textures/slider_default_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.2 - 0.0 - - - diff --git a/Collector/Content/themes/lowres/textures/slider_fancy.png b/Collector/Content/themes/lowres/textures/slider_fancy.png deleted file mode 100644 index 18f4c34..0000000 Binary files a/Collector/Content/themes/lowres/textures/slider_fancy.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/slider_fancy_mark.png b/Collector/Content/themes/lowres/textures/slider_fancy_mark.png deleted file mode 100644 index 85a2898..0000000 Binary files a/Collector/Content/themes/lowres/textures/slider_fancy_mark.png and /dev/null differ diff --git a/Collector/Content/themes/lowres/textures/slider_fancy_md.xml b/Collector/Content/themes/lowres/textures/slider_fancy_md.xml deleted file mode 100644 index 465cd19..0000000 --- a/Collector/Content/themes/lowres/textures/slider_fancy_md.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - 0.3 - 0.0 - - - diff --git a/Collector/Content/themes/lowres/textures/white_texture.png b/Collector/Content/themes/lowres/textures/white_texture.png deleted file mode 100644 index a782975..0000000 Binary files a/Collector/Content/themes/lowres/textures/white_texture.png and /dev/null differ diff --git a/Collector/Main.cs b/Collector/Main.cs index e4848b5..edce5a8 100644 --- a/Collector/Main.cs +++ b/Collector/Main.cs @@ -27,7 +27,8 @@ namespace Collector private Gui _gui; private World _world; private WorldRenderer WorldRenderer { get; set; } - public static Dictionary Materials { get; } = new Dictionary(); + public static Dictionary Materials { get; } = new Dictionary(); + public static readonly List Wang = new List(); public Main() @@ -44,13 +45,13 @@ namespace Collector protected override void Initialize() { _gui = new Gui(_desktop); +// Wang.Add(Blocks.BlockGrass); +// Wang.Add(Blocks.BlockSnow); +// Wang.Add(Blocks.BlockSand); base.Initialize(); - foreach (Blocks name in Enum.GetValues(typeof(Blocks))) - { - Materials.Add(name, Content.Load(name.ToString())); - } + InitializeMaterials(); _virtualWidth = GraphicsAdapter.DefaultAdapter.CurrentDisplayMode.Width; _virtualHeight = GraphicsAdapter.DefaultAdapter.CurrentDisplayMode.Height; @@ -64,15 +65,25 @@ namespace Collector _spriteBatch = new SpriteBatch(GraphicsDevice); _playerMouse = new PlayerMouse(Content, _spriteBatch, _cam); - _inputController = new InputController(_cam, _spriteBatch, Content, this,_world,Player1,_playerMouse); - WorldRenderer = new WorldRenderer(_playerMouse, _inputController, _spriteBatch, this,_world); + _inputController = new InputController(_cam, _spriteBatch, Content, this, _world, Player1); + WorldRenderer = new WorldRenderer(_playerMouse, _inputController, _spriteBatch, _world); + } + + private void InitializeMaterials() + { + foreach (Blocks name in Enum.GetValues(typeof(Blocks))) + { + Materials.Add(name.ToString(), + Wang.Contains(name) + ? Content.Load("Wang/" + name) + : Content.Load(name.ToString())); + } } protected override void LoadContent() { base.LoadContent(); MyraEnvironment.Game = this; - _gui.LoadGui(); } @@ -95,6 +106,7 @@ namespace Collector var transformMatrix = _cam.GetViewMatrix(); base.Draw(gameTime); GraphicsDevice.Clear(Color.CornflowerBlue); + //Turn on Anti-aliasing by changing SamplerState.PointClamp _spriteBatch.Begin(SpriteSortMode.Deferred, BlendState.AlphaBlend, SamplerState.PointClamp, DepthStencilState.None, RasterizerState.CullNone, transformMatrix: transformMatrix); diff --git a/Collector/Restrictions.cs b/Collector/Restrictions.cs index 58200d7..35c3ae3 100644 --- a/Collector/Restrictions.cs +++ b/Collector/Restrictions.cs @@ -12,7 +12,7 @@ namespace Collector public const int TileSize = 1; public const float ViewportHeight = 9f; public const float ViewportWidth = 16f; - public const float MovementSpeed = 4/32f; + public const float MovementSpeed = 16/32f; public const int KeyDelay = 20; public const int ChunkSize = 8; public const int SuperChunkSize = 1; diff --git a/Collector/src/Character/InputController.cs b/Collector/src/Character/InputController.cs index 1508f04..a103038 100644 --- a/Collector/src/Character/InputController.cs +++ b/Collector/src/Character/InputController.cs @@ -20,10 +20,9 @@ namespace Collector.Character private readonly Main _main; private readonly World _world; private readonly Player _player; - private readonly PlayerMouse _playerMouse; - public InputController(OrthographicCamera cam, SpriteBatch spriteBatch, ContentManager contentManager, Main main, World world, Player player, PlayerMouse playerMouse) + public InputController(OrthographicCamera cam, SpriteBatch spriteBatch, ContentManager contentManager, Main main, World world, Player player) { Input = "Down"; _cam = cam; @@ -31,7 +30,6 @@ namespace Collector.Character _main = main; _world = world; _player = player; - _playerMouse = playerMouse; _frameNumber = 0; _texture = contentManager.Load("man"); const int tileSize = 32; diff --git a/Collector/src/Dimension/Blocks.cs b/Collector/src/Dimension/Blocks.cs index 8336deb..04affa7 100644 --- a/Collector/src/Dimension/Blocks.cs +++ b/Collector/src/Dimension/Blocks.cs @@ -2,14 +2,14 @@ namespace Collector.Dimension { public enum Blocks : byte { - BlockAir = 0, - BlockGrass = 1, - BlockWood = 2, - BlockStone = 3, - BlockSnow = 4, - BlockSand = 5, - BlockRoof = 6, - BlockWall = 7, - BlockWater = 8 + BlockAir, + BlockGrass, + BlockWood, + BlockStone, + BlockSnow, + BlockSand, + BlockRoof, + BlockWall, + BlockWater } } \ No newline at end of file diff --git a/Collector/src/Dimension/World.cs b/Collector/src/Dimension/World.cs index 671bd8f..fb7511a 100644 --- a/Collector/src/Dimension/World.cs +++ b/Collector/src/Dimension/World.cs @@ -10,7 +10,7 @@ namespace Collector.Dimension public class World { public Dictionary, Blocks> LoadedChunks { get; } = new Dictionary, Blocks>(); - private readonly Dictionary, Blocks> _savedChunks = new Dictionary, Blocks>(); + public readonly Dictionary, Blocks> SavedChunks = new Dictionary, Blocks>(); public readonly Dictionary, Collision> LoadedCollisions = new Dictionary, Collision>(); private readonly Dictionary, Collision> _savedCollisions = new Dictionary, Collision>(); public readonly List Impassable = new List(); @@ -75,7 +75,7 @@ namespace Collector.Dimension LoadedCollisions[pair] = new Collision(x,y); _savedCollisions[pair] = new Collision(x,y); LoadedChunks[tuple] = name; - _savedChunks[tuple] = name; + SavedChunks[tuple] = name; } public void PlaceBlock(int x, int y, Blocks name) @@ -99,7 +99,7 @@ namespace Collector.Dimension _savedCollisions.Remove(pair); LoadedChunks[tuple] = Blocks.BlockAir; - _savedChunks[tuple] = Blocks.BlockAir; + SavedChunks[tuple] = Blocks.BlockAir; } private void UngenerateChunk(float x, float y) { @@ -126,29 +126,9 @@ namespace Collector.Dimension //Going from start of selected chunk to end of selected chunk in x and y for (var i = startX; i != endX; i++) { - for (var j = startY; j != endY; j++) { - var triple = new Tuple(i, j, 0); - var pair = new Tuple(i,j); - if (_savedCollisions.ContainsKey(pair)) - { - LoadedCollisions.Add(pair, _savedCollisions[pair]); - - } - if(_savedChunks.ContainsKey(triple)){ - LoadedChunks.Add(triple,_savedChunks[triple]); - } - else { - var terrain = GetTerrain(i, j); - if (Impassable.Contains(terrain)) - { - var collision = new Collision(i,j); - LoadedCollisions[pair] = collision; - _savedCollisions[pair] = collision; - } - - LoadedChunks.Add(triple, terrain); - _savedChunks.Add(triple, terrain); - } + for (var j = startY; j != endY; j++) + { + InitializeBlock(i, j); } } @@ -157,13 +137,41 @@ namespace Collector.Dimension for (var j = startY; j != endY; j++) { var triple = new Tuple(i, j,1); LoadedChunks[triple] = GetBlocks(i,j,1); - _savedChunks[triple] = GetBlocks(i,j,1); + SavedChunks[triple] = GetBlocks(i,j,1); } } } + private void InitializeBlock(int i, int j) + { + var triple = new Tuple(i, j, 0); + var pair = new Tuple(i, j); + if (_savedCollisions.ContainsKey(pair)) + { + LoadedCollisions.Add(pair, _savedCollisions[pair]); + } + + if (SavedChunks.ContainsKey(triple)) + { + LoadedChunks.Add(triple, SavedChunks[triple]); + } + else + { + var terrain = GetTerrain(i, j); + if (Impassable.Contains(terrain)) + { + var collision = new Collision(i, j); + LoadedCollisions[pair] = collision; + _savedCollisions[pair] = collision; + } + + LoadedChunks.Add(triple, terrain); + SavedChunks.Add(triple, terrain); + } + } + private Blocks GetBlocks(int x, int y, int z) { - return _savedChunks.GetValueOrDefault(new Tuple(x, y, z), Blocks.BlockAir); + return SavedChunks.GetValueOrDefault(new Tuple(x, y, z), Blocks.BlockAir); } private double Noise1(double nx, double ny) { @@ -174,7 +182,7 @@ namespace Collector.Dimension return _gen2.Evaluate(nx, ny) / 2 + 0.5; } - private Blocks GetTerrain(int x, int y) { + public Blocks GetTerrain(int x, int y) { const double scale = 0.01; var nx = x * scale; var ny = y * scale; @@ -196,8 +204,8 @@ namespace Collector.Dimension return GetBiomeBlock(moisture, elevation); } - - private Blocks GetBiomeBlock(double moisture, double elevation) { + + public Blocks GetBiomeBlock(double moisture, double elevation) { var biome = GetBiome(moisture, elevation); if (biome.Equals("Tundra")) return Blocks.BlockSnow; if (biome.Equals("Taiga")) return Blocks.BlockSnow; diff --git a/Collector/src/Dimension/WorldRenderer.cs b/Collector/src/Dimension/WorldRenderer.cs index ac4de76..bf903aa 100644 --- a/Collector/src/Dimension/WorldRenderer.cs +++ b/Collector/src/Dimension/WorldRenderer.cs @@ -1,7 +1,11 @@ +using System; +using System.Collections.Generic; using System.Linq; using Collector.Character; using Microsoft.Xna.Framework; +using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; +using Microsoft.Xna.Framework.Media; namespace Collector.Dimension { @@ -10,16 +14,38 @@ namespace Collector.Dimension private readonly PlayerMouse _playerMouse; private readonly InputController _inputController; private readonly SpriteBatch _spriteBatch; - private readonly Main _main; private readonly World _world; + private const int TileSize = 32; - public WorldRenderer(PlayerMouse playerMouse, InputController inputController, SpriteBatch spriteBatch, Main main, World world) + private readonly Dictionary _wangTileset = new Dictionary + { + [0] = new Rectangle(TileSize, 0, TileSize, TileSize), + [1] = new Rectangle(0, 3 * TileSize, TileSize, TileSize), + [2] = new Rectangle(0, TileSize, TileSize, TileSize), + [3] = new Rectangle(0, 2 * TileSize, TileSize, TileSize), + [4] = new Rectangle(2 * TileSize, TileSize, TileSize, TileSize), + [5] = new Rectangle(3 * TileSize, 3 * TileSize, TileSize, TileSize), + [6] = new Rectangle(TileSize, TileSize, TileSize, TileSize), + [7] = new Rectangle(4 * TileSize, 2 * TileSize, TileSize, TileSize), + [8] = new Rectangle(2 * TileSize, 3 * TileSize, TileSize, TileSize), + [9] = new Rectangle(TileSize, 3 * TileSize, TileSize, TileSize), + [10] = new Rectangle(4 * TileSize, 3 * TileSize, TileSize, TileSize), + [11] = new Rectangle(4 * TileSize, TileSize, TileSize, TileSize), + [12] = new Rectangle(2 * TileSize, 2 * TileSize, TileSize, TileSize), + [13] = new Rectangle(3 * TileSize, TileSize, TileSize, TileSize), + [14] = new Rectangle(3 * TileSize, 2 * TileSize, TileSize, TileSize), + [15] = new Rectangle(TileSize, 2 * TileSize, TileSize, TileSize), + }; + + + public WorldRenderer(PlayerMouse playerMouse, InputController inputController, SpriteBatch spriteBatch, + World world) { _playerMouse = playerMouse; _inputController = inputController; _spriteBatch = spriteBatch; - _main = main; _world = world; + _world.Impassable.Add(Blocks.BlockWater); _world.Impassable.Add(Blocks.BlockRoof); _world.Impassable.Add(Blocks.BlockWall); @@ -27,29 +53,65 @@ namespace Collector.Dimension private void DrawWorld(SpriteBatch batch, int layer) { - foreach (var chunkpair in _world.LoadedChunks.Keys.Where(chunkpair => layer==chunkpair.Item3)) + foreach (var chunkpair in _world.LoadedChunks.Keys.Where(chunkpair => layer == chunkpair.Item3)) { - batch.Draw( - Main.Materials[_world.LoadedChunks[chunkpair]], - new Rectangle( - chunkpair.Item1, - chunkpair.Item2, - IRestrictions.TileSize, IRestrictions.TileSize - ), - Color.White - ); + if (!Main.Wang.Contains(_world.SavedChunks[chunkpair])) + { + DrawTile(batch, chunkpair); + } + else + { + DrawWang(batch, chunkpair); + } } } + private void DrawTile(SpriteBatch batch, Tuple chunkpair) + { + var (tempX, tempY, _) = chunkpair; + batch.Draw( + Main.Materials[_world.LoadedChunks[chunkpair].ToString()], + new Rectangle( + tempX, + tempY, + IRestrictions.TileSize, IRestrictions.TileSize + ), + Color.White + ); + } + + private void DrawWang(SpriteBatch batch, Tuple chunkpair) + { + var sum = 0; + var (tempX, tempY, _) = chunkpair; + var wangBlock = _world.LoadedChunks[chunkpair]; + + if (_world.GetTerrain(tempX , tempY - 1) != wangBlock) sum += 1; + if (_world.GetTerrain(tempX + 1, tempY) != wangBlock) sum += 2; + if (_world.GetTerrain(tempX, tempY + 1) != wangBlock) sum += 4; + if (_world.GetTerrain(tempX - 1, tempY) != wangBlock) sum += 8; + + batch.Draw( + Main.Materials[wangBlock.ToString()], + new Rectangle( + tempX, + tempY, + IRestrictions.TileSize, IRestrictions.TileSize + ), + _wangTileset[sum], + Color.White + ); + } + public void Draw(GameTime gameTime) { //Higher means draws in a lower layer - DrawWorld(_spriteBatch,0); + DrawWorld(_spriteBatch, 0); _playerMouse.Draw(); - DrawWorld(_spriteBatch,1); + DrawWorld(_spriteBatch, 1); _inputController.Draw(); _inputController.PlayerInput(gameTime); - //DrawWorld(_spriteBatch,2); + DrawWorld(_spriteBatch, 2); } } } \ No newline at end of file