diff --git a/.gitignore b/.gitignore index 05fa914b48..763c84f237 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ /Cargo.lock /*/target/ /*/Cargo.lock +/assets/ + # IntelliJ diff --git a/chat-cli/.gitignore b/chat-cli/.gitignore index 693699042b..6197682122 100644 --- a/chat-cli/.gitignore +++ b/chat-cli/.gitignore @@ -1,3 +1,4 @@ /target -**/*.rs.bk +/assets +**/*.rs.bk.rar Cargo.lock diff --git a/voxygen/src/menu/char_selection/ui.rs b/voxygen/src/menu/char_selection/ui.rs index ad162e449d..f18824018a 100644 --- a/voxygen/src/menu/char_selection/ui.rs +++ b/voxygen/src/menu/char_selection/ui.rs @@ -852,36 +852,49 @@ impl CharSelectionUi { // Description Headline and Text // TODO: Load these from files (or from the server???) - const HUMAN_DESC: &str = "The former nomads were only recently \ - able to gain a foothold in the world of Veloren. \ - Their greatest strengths are their \ - adaptability and intelligence, \ - which makes them allrounders in many fields."; + const HUMAN_DESC: &str = + "The former nomads were only recently able to gain a foothold in the world of Veloren. \n\ + \n\ + Their greatest strengths are their adaptability and intelligence, which makes them allrounders in many fields."; const ORC_DESC: &str = - "They are considered brutal, rude and combative. \ - But once you got their trust they will be loyal friends \ - following a strict code of honor in all of their actions. \ - Their warriors are masters of melee combat, but their true power \ - comes from the magical rituals of their powerful shamans."; + "They are considered brutal, rude and combative. \n\ + But once you gained their trust they will be loyal friends \n\ + that follow a strict code of honor in all of their actions. \n\ + \n\ + Their warriors are masters of melee combat, but their true power \ + comes from the magical rituals of their powerful shamans."; const DWARF_DESC: &str = "Smoking chimneys, the sound of countless hammers and hoes. \ - Infinite tunnel systems to track down even the last chunk of metal \ - in the ground. \ - This race of master craftsmen and grim fighters exists almost \ - as long as the world itself."; - const UNDEAD_DESC: &str = " MISSING "; + Infinite tunnel systems to track down even the last chunk of metal in the ground. \n\ + \n\ + This race of master craftsmen and grim fighters exist almost \ + as long as the world itself.\n\ + And they don't plan to finish their reign over the undergrounds soon."; + const UNDEAD_DESC: &str = + "No one really knows the origin of these gruesome looking creatures. \n\ + Some may have been reawakened soldiers from a battleground others are said to be the result of experiments with dark magic.\n\ + \n\ + After being chased and slaughtered for years the more civilised Undead decided to form a community and negotiate a piece treaty with the other inhabitants of Veloren.\n\ + \n\ + They are known for being nefarious and silent assassins."; const ELF_DESC: &str = "No matter which shade of elves you encounter, they all have something in common: Magic. \n\ They can be found in many Forms: \n\ \n\ - Pale Elves, living in dark fortresses, executing bloody rituals. \n\ + Pale Elves, living in dark fortresses, executing atrocious rituals. \n\ \n\ Nature connected Brushwood Elves, that guard ancient powers inside the forests.\n\ \n\ Gold Elves that hunger for political power in their massive city states. \n\ \n\ And many more!"; - const DANARI_DESC: &str = " MISSING "; + const DANARI_DESC: &str = + "The white domes and towers of their underwater kingdom are often mistaken for coral reefs from above the water. \n\ + As a punishment those demonic creatures were banished to live detached from the rest of the world in ancient times. \n\ + \n\ + Once in a while one of them is born unaffected by this curse. Sadly this means that after reaching a certain age they won’t be able to live underwater anymore. \n\ + \n\ + Outcast communities consisting of these Blessed Danari have formed all over the land."; let (race_str, race_desc) = match self.race { Races::Human => ("Humans", HUMAN_DESC), diff --git a/voxygen/test_assets/.gitattributes b/voxygen/test_assets/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/belt.vox b/voxygen/test_assets/belt.vox deleted file mode 100644 index 6604240bc9..0000000000 Binary files a/voxygen/test_assets/belt.vox and /dev/null differ diff --git a/voxygen/test_assets/body.vox b/voxygen/test_assets/body.vox deleted file mode 100644 index d6c7aa48dc..0000000000 Binary files a/voxygen/test_assets/body.vox and /dev/null differ diff --git a/voxygen/test_assets/chest.vox b/voxygen/test_assets/chest.vox deleted file mode 100644 index 96450f3597..0000000000 Binary files a/voxygen/test_assets/chest.vox and /dev/null differ diff --git a/voxygen/test_assets/dragon_body.vox b/voxygen/test_assets/dragon_body.vox deleted file mode 100644 index c1d20584d9..0000000000 Binary files a/voxygen/test_assets/dragon_body.vox and /dev/null differ diff --git a/voxygen/test_assets/dragon_lfoot.vox b/voxygen/test_assets/dragon_lfoot.vox deleted file mode 100644 index 80828a7137..0000000000 Binary files a/voxygen/test_assets/dragon_lfoot.vox and /dev/null differ diff --git a/voxygen/test_assets/dragon_rfoot.vox b/voxygen/test_assets/dragon_rfoot.vox deleted file mode 100644 index 1e2bcfe32d..0000000000 Binary files a/voxygen/test_assets/dragon_rfoot.vox and /dev/null differ diff --git a/voxygen/test_assets/dragon_tail.vox b/voxygen/test_assets/dragon_tail.vox deleted file mode 100644 index 050f21c65a..0000000000 Binary files a/voxygen/test_assets/dragon_tail.vox and /dev/null differ diff --git a/voxygen/test_assets/dragon_wingL_in.vox b/voxygen/test_assets/dragon_wingL_in.vox deleted file mode 100644 index aa0a7eedb2..0000000000 Binary files a/voxygen/test_assets/dragon_wingL_in.vox and /dev/null differ diff --git a/voxygen/test_assets/dragon_wingL_out.vox b/voxygen/test_assets/dragon_wingL_out.vox deleted file mode 100644 index 879372f6d8..0000000000 Binary files a/voxygen/test_assets/dragon_wingL_out.vox and /dev/null differ diff --git a/voxygen/test_assets/dragon_wingR_in.vox b/voxygen/test_assets/dragon_wingR_in.vox deleted file mode 100644 index 6dd9f1cd88..0000000000 Binary files a/voxygen/test_assets/dragon_wingR_in.vox and /dev/null differ diff --git a/voxygen/test_assets/dragon_wingR_out.vox b/voxygen/test_assets/dragon_wingR_out.vox deleted file mode 100644 index 8774a6798a..0000000000 Binary files a/voxygen/test_assets/dragon_wingR_out.vox and /dev/null differ diff --git a/voxygen/test_assets/dragonhead.vox b/voxygen/test_assets/dragonhead.vox deleted file mode 100644 index 0de9789f15..0000000000 Binary files a/voxygen/test_assets/dragonhead.vox and /dev/null differ diff --git a/voxygen/test_assets/elf/belt.vox b/voxygen/test_assets/elf/belt.vox deleted file mode 100644 index 61c639ec67..0000000000 Binary files a/voxygen/test_assets/elf/belt.vox and /dev/null differ diff --git a/voxygen/test_assets/elf/chest.vox b/voxygen/test_assets/elf/chest.vox deleted file mode 100644 index a0d9980bb0..0000000000 Binary files a/voxygen/test_assets/elf/chest.vox and /dev/null differ diff --git a/voxygen/test_assets/elf/foot.vox b/voxygen/test_assets/elf/foot.vox deleted file mode 100644 index 4c5d106656..0000000000 Binary files a/voxygen/test_assets/elf/foot.vox and /dev/null differ diff --git a/voxygen/test_assets/elf/hand.vox b/voxygen/test_assets/elf/hand.vox deleted file mode 100644 index b4dc12e5c8..0000000000 Binary files a/voxygen/test_assets/elf/hand.vox and /dev/null differ diff --git a/voxygen/test_assets/elf/head.vox b/voxygen/test_assets/elf/head.vox deleted file mode 100644 index 06fd5e17d2..0000000000 Binary files a/voxygen/test_assets/elf/head.vox and /dev/null differ diff --git a/voxygen/test_assets/elf/pants.vox b/voxygen/test_assets/elf/pants.vox deleted file mode 100644 index d407e00911..0000000000 Binary files a/voxygen/test_assets/elf/pants.vox and /dev/null differ diff --git a/voxygen/test_assets/elf/sword.vox b/voxygen/test_assets/elf/sword.vox deleted file mode 100644 index 87b1fb118b..0000000000 Binary files a/voxygen/test_assets/elf/sword.vox and /dev/null differ diff --git a/voxygen/test_assets/font/LICENSE.txt b/voxygen/test_assets/font/LICENSE.txt deleted file mode 100644 index d645695673..0000000000 --- a/voxygen/test_assets/font/LICENSE.txt +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/voxygen/test_assets/font/Metamorphous-Regular.ttf b/voxygen/test_assets/font/Metamorphous-Regular.ttf deleted file mode 100644 index 2962aeaa29..0000000000 Binary files a/voxygen/test_assets/font/Metamorphous-Regular.ttf and /dev/null differ diff --git a/voxygen/test_assets/font/OFL.txt b/voxygen/test_assets/font/OFL.txt deleted file mode 100644 index 03e726db14..0000000000 --- a/voxygen/test_assets/font/OFL.txt +++ /dev/null @@ -1,94 +0,0 @@ -Copyright (c) 2011-2012 by Sorkin Type Co (www.sorkintype.com), -with Reserved Font Name "Metamorphous". - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/voxygen/test_assets/font/OpenSans-Regular.ttf b/voxygen/test_assets/font/OpenSans-Regular.ttf deleted file mode 100644 index 2e31d02424..0000000000 Binary files a/voxygen/test_assets/font/OpenSans-Regular.ttf and /dev/null differ diff --git a/voxygen/test_assets/font/Whitney-Book.ttf b/voxygen/test_assets/font/Whitney-Book.ttf deleted file mode 100644 index 2e31d02424..0000000000 Binary files a/voxygen/test_assets/font/Whitney-Book.ttf and /dev/null differ diff --git a/voxygen/test_assets/foot.vox b/voxygen/test_assets/foot.vox deleted file mode 100644 index 6cbbf067b2..0000000000 Binary files a/voxygen/test_assets/foot.vox and /dev/null differ diff --git a/voxygen/test_assets/foot_BL.vox b/voxygen/test_assets/foot_BL.vox deleted file mode 100644 index 90c9d7d6d9..0000000000 Binary files a/voxygen/test_assets/foot_BL.vox and /dev/null differ diff --git a/voxygen/test_assets/foot_BR.vox b/voxygen/test_assets/foot_BR.vox deleted file mode 100644 index 073a55c9e0..0000000000 Binary files a/voxygen/test_assets/foot_BR.vox and /dev/null differ diff --git a/voxygen/test_assets/foot_FL.vox b/voxygen/test_assets/foot_FL.vox deleted file mode 100644 index 23eab56821..0000000000 Binary files a/voxygen/test_assets/foot_FL.vox and /dev/null differ diff --git a/voxygen/test_assets/foot_FR.vox b/voxygen/test_assets/foot_FR.vox deleted file mode 100644 index 33ba935091..0000000000 Binary files a/voxygen/test_assets/foot_FR.vox and /dev/null differ diff --git a/voxygen/test_assets/hand.vox b/voxygen/test_assets/hand.vox deleted file mode 100644 index f9f5998e52..0000000000 Binary files a/voxygen/test_assets/hand.vox and /dev/null differ diff --git a/voxygen/test_assets/head.vox b/voxygen/test_assets/head.vox deleted file mode 100644 index 3aaee9730c..0000000000 Binary files a/voxygen/test_assets/head.vox and /dev/null differ diff --git a/voxygen/test_assets/knight.vox b/voxygen/test_assets/knight.vox deleted file mode 100644 index 2fe5ef1c63..0000000000 Binary files a/voxygen/test_assets/knight.vox and /dev/null differ diff --git a/voxygen/test_assets/lionhead.vox b/voxygen/test_assets/lionhead.vox deleted file mode 100644 index 7d6727d685..0000000000 Binary files a/voxygen/test_assets/lionhead.vox and /dev/null differ diff --git a/voxygen/test_assets/pants.vox b/voxygen/test_assets/pants.vox deleted file mode 100644 index 77d33d978f..0000000000 Binary files a/voxygen/test_assets/pants.vox and /dev/null differ diff --git a/voxygen/test_assets/sabremale.vox b/voxygen/test_assets/sabremale.vox deleted file mode 100644 index 05e0ec245c..0000000000 Binary files a/voxygen/test_assets/sabremale.vox and /dev/null differ diff --git a/voxygen/test_assets/sword.vox b/voxygen/test_assets/sword.vox deleted file mode 100644 index 16fa7b2d17..0000000000 Binary files a/voxygen/test_assets/sword.vox and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/.gitattributes b/voxygen/test_assets/ui/char_selection/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/char_selection/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/bg.png b/voxygen/test_assets/ui/char_selection/bg.png deleted file mode 100644 index 5cba001761..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/bg_creation.png b/voxygen/test_assets/ui/char_selection/bg_creation.png deleted file mode 100644 index 5fd9d7c079..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/bg_creation.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/bg_selection.png b/voxygen/test_assets/ui/char_selection/bg_selection.png deleted file mode 100644 index e25763049f..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/bg_selection.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/.gitattributes b/voxygen/test_assets/ui/char_selection/buttons/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/buttons/Button_dark_press.png b/voxygen/test_assets/ui/char_selection/buttons/Button_dark_press.png deleted file mode 100644 index 809cd2dec9..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/Button_dark_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/border.png b/voxygen/test_assets/ui/char_selection/buttons/border.png deleted file mode 100644 index 659a8bc2c2..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/border.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/border_mo.png b/voxygen/test_assets/ui/char_selection/buttons/border_mo.png deleted file mode 100644 index e08bb18f92..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/border_mo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/border_press.png b/voxygen/test_assets/ui/char_selection/buttons/border_press.png deleted file mode 100644 index bbf8db19a2..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/border_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/border_pressed.png b/voxygen/test_assets/ui/char_selection/buttons/border_pressed.png deleted file mode 100644 index 87b32e8f71..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/border_pressed.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button.png b/voxygen/test_assets/ui/char_selection/buttons/button.png deleted file mode 100644 index 2adceff355..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_dark.png b/voxygen/test_assets/ui/char_selection/buttons/button_dark.png deleted file mode 100644 index 31e49f62f4..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_dark.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_dark_hover.png b/voxygen/test_assets/ui/char_selection/buttons/button_dark_hover.png deleted file mode 100644 index 793bf51071..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_dark_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_dark_red.png b/voxygen/test_assets/ui/char_selection/buttons/button_dark_red.png deleted file mode 100644 index e39ebe8550..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_dark_red.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_dark_red_hover.png b/voxygen/test_assets/ui/char_selection/buttons/button_dark_red_hover.png deleted file mode 100644 index bc05624667..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_dark_red_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_dark_red_press.png b/voxygen/test_assets/ui/char_selection/buttons/button_dark_red_press.png deleted file mode 100644 index b700df0009..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_dark_red_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_hover.png b/voxygen/test_assets/ui/char_selection/buttons/button_hover.png deleted file mode 100644 index 701aae620a..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_login.png b/voxygen/test_assets/ui/char_selection/buttons/button_login.png deleted file mode 100644 index 58232da889..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_login_hover.png b/voxygen/test_assets/ui/char_selection/buttons/button_login_hover.png deleted file mode 100644 index b997aee85b..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_login_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_login_press.png b/voxygen/test_assets/ui/char_selection/buttons/button_login_press.png deleted file mode 100644 index bc49992dc6..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_login_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/button_press.png b/voxygen/test_assets/ui/char_selection/buttons/button_press.png deleted file mode 100644 index 1650474dee..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/buttons/button_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/buttons/desktop.ini b/voxygen/test_assets/ui/char_selection/buttons/desktop.ini deleted file mode 100644 index 13cc08a225..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=Dieser Ordner wird online freigegeben. -IconFile=C:\Program Files\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/color_picker_blank.png b/voxygen/test_assets/ui/char_selection/color_picker_blank.png deleted file mode 100644 index ff4f3a230f..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/color_picker_blank.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/creation_window.png b/voxygen/test_assets/ui/char_selection/creation_window.png deleted file mode 100644 index 5c839ff9d2..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/creation_window.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/creation_window_body.png b/voxygen/test_assets/ui/char_selection/creation_window_body.png deleted file mode 100644 index 75f1ac0512..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/creation_window_body.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/desc_bg.png b/voxygen/test_assets/ui/char_selection/desc_bg.png deleted file mode 100644 index 2c724771e8..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/desc_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/frame_closed_button.png b/voxygen/test_assets/ui/char_selection/frame_closed_button.png deleted file mode 100644 index e513710e3b..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/frame_closed_button.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/frame_closed_mo_button.png b/voxygen/test_assets/ui/char_selection/frame_closed_mo_button.png deleted file mode 100644 index 242ec28111..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/frame_closed_mo_button.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/frame_closed_press_button.png b/voxygen/test_assets/ui/char_selection/frame_closed_press_button.png deleted file mode 100644 index 80ffeff7b1..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/frame_closed_press_button.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/frame_open_button.png b/voxygen/test_assets/ui/char_selection/frame_open_button.png deleted file mode 100644 index d64c0b2551..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/frame_open_button.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/frame_open_mo_button.png b/voxygen/test_assets/ui/char_selection/frame_open_mo_button.png deleted file mode 100644 index bb29357671..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/frame_open_mo_button.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/frame_open_press_button.png b/voxygen/test_assets/ui/char_selection/frame_open_press_button.png deleted file mode 100644 index f5a6fae6e4..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/frame_open_press_button.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/frame_skin_eyes.png b/voxygen/test_assets/ui/char_selection/frame_skin_eyes.png deleted file mode 100644 index 11198ddec3..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/frame_skin_eyes.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/gender_bg.png b/voxygen/test_assets/ui/char_selection/gender_bg.png deleted file mode 100644 index 54b3b345e2..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/gender_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/.gitattributes b/voxygen/test_assets/ui/char_selection/icons/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/icons/arrow_left.png b/voxygen/test_assets/ui/char_selection/icons/arrow_left.png deleted file mode 100644 index bdc6ad29dd..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/arrow_left.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/arrow_left_grey.png b/voxygen/test_assets/ui/char_selection/icons/arrow_left_grey.png deleted file mode 100644 index 59bf76cbf5..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/arrow_left_grey.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/arrow_left_mo.png b/voxygen/test_assets/ui/char_selection/icons/arrow_left_mo.png deleted file mode 100644 index bca27e63e7..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/arrow_left_mo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/arrow_left_press.png b/voxygen/test_assets/ui/char_selection/icons/arrow_left_press.png deleted file mode 100644 index 845fb1b6c0..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/arrow_left_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/arrow_right.png b/voxygen/test_assets/ui/char_selection/icons/arrow_right.png deleted file mode 100644 index 824fa546cd..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/arrow_right.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/arrow_right_grey.png b/voxygen/test_assets/ui/char_selection/icons/arrow_right_grey.png deleted file mode 100644 index 6bf7227c5a..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/arrow_right_grey.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/arrow_right_mo.png b/voxygen/test_assets/ui/char_selection/icons/arrow_right_mo.png deleted file mode 100644 index 3a851526fa..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/arrow_right_mo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/arrow_right_press.png b/voxygen/test_assets/ui/char_selection/icons/arrow_right_press.png deleted file mode 100644 index 282035db14..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/arrow_right_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/axe_icon.png b/voxygen/test_assets/ui/char_selection/icons/axe_icon.png deleted file mode 100644 index dc04c1cc4b..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/axe_icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/bow_icon.png b/voxygen/test_assets/ui/char_selection/icons/bow_icon.png deleted file mode 100644 index ab67dd5988..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/bow_icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/daggers_icon.png b/voxygen/test_assets/ui/char_selection/icons/daggers_icon.png deleted file mode 100644 index 45fed67551..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/daggers_icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/danari_f.png b/voxygen/test_assets/ui/char_selection/icons/danari_f.png deleted file mode 100644 index 0715c2a6ea..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/danari_f.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/danari_m.png b/voxygen/test_assets/ui/char_selection/icons/danari_m.png deleted file mode 100644 index f4451a0977..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/danari_m.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/dwarf_f.png b/voxygen/test_assets/ui/char_selection/icons/dwarf_f.png deleted file mode 100644 index bc3e48eb1f..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/dwarf_f.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/dwarf_m.png b/voxygen/test_assets/ui/char_selection/icons/dwarf_m.png deleted file mode 100644 index 1dc7b836f0..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/dwarf_m.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/elf_f.png b/voxygen/test_assets/ui/char_selection/icons/elf_f.png deleted file mode 100644 index bfb76135d0..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/elf_f.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/elf_m.png b/voxygen/test_assets/ui/char_selection/icons/elf_m.png deleted file mode 100644 index aa835dfbb2..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/elf_m.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/female.png b/voxygen/test_assets/ui/char_selection/icons/female.png deleted file mode 100644 index be41175c0d..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/female.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/hammer_icon.png b/voxygen/test_assets/ui/char_selection/icons/hammer_icon.png deleted file mode 100644 index e51f0e37ff..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/hammer_icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/human_f.png b/voxygen/test_assets/ui/char_selection/icons/human_f.png deleted file mode 100644 index 766baf74f1..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/human_f.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/human_m.png b/voxygen/test_assets/ui/char_selection/icons/human_m.png deleted file mode 100644 index d682f419be..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/human_m.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/male.png b/voxygen/test_assets/ui/char_selection/icons/male.png deleted file mode 100644 index cff0b98e99..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/male.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/missing_icon.png b/voxygen/test_assets/ui/char_selection/icons/missing_icon.png deleted file mode 100644 index e2fdb3753b..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/missing_icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/missing_icon_grey.png b/voxygen/test_assets/ui/char_selection/icons/missing_icon_grey.png deleted file mode 100644 index 5adf387337..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/missing_icon_grey.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/orc_f.png b/voxygen/test_assets/ui/char_selection/icons/orc_f.png deleted file mode 100644 index 5ebd87f2f3..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/orc_f.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/orc_m.png b/voxygen/test_assets/ui/char_selection/icons/orc_m.png deleted file mode 100644 index 4df89d2033..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/orc_m.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/staff_icon.png b/voxygen/test_assets/ui/char_selection/icons/staff_icon.png deleted file mode 100644 index a1f30d62c0..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/staff_icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/sword_icon.png b/voxygen/test_assets/ui/char_selection/icons/sword_icon.png deleted file mode 100644 index afcbf972a4..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/sword_icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/swordshield_icon.png b/voxygen/test_assets/ui/char_selection/icons/swordshield_icon.png deleted file mode 100644 index 47a76240ed..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/swordshield_icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/ud_f.png b/voxygen/test_assets/ui/char_selection/icons/ud_f.png deleted file mode 100644 index cedd3d4523..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/ud_f.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/icons/ud_m.png b/voxygen/test_assets/ui/char_selection/icons/ud_m.png deleted file mode 100644 index 3943a3fb9b..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/icons/ud_m.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/input_bg.png b/voxygen/test_assets/ui/char_selection/input_bg.png deleted file mode 100644 index 36e863cceb..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/input_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/missing_icon.png b/voxygen/test_assets/ui/char_selection/missing_icon.png deleted file mode 100644 index e2fdb3753b..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/missing_icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/races_bg.png b/voxygen/test_assets/ui/char_selection/races_bg.png deleted file mode 100644 index 768f8b0513..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/races_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/selection_frame.png b/voxygen/test_assets/ui/char_selection/selection_frame.png deleted file mode 100644 index ad66a4ac7b..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/selection_frame.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/slider_indicator.png b/voxygen/test_assets/ui/char_selection/slider_indicator.png deleted file mode 100644 index e85a79eda2..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/slider_indicator.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/slider_range.png b/voxygen/test_assets/ui/char_selection/slider_range.png deleted file mode 100644 index ca9053a263..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/slider_range.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/test_char_l.png b/voxygen/test_assets/ui/char_selection/test_char_l.png deleted file mode 100644 index 38d19c092c..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/test_char_l.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/test_char_l_big.png b/voxygen/test_assets/ui/char_selection/test_char_l_big.png deleted file mode 100644 index b0132bb911..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/test_char_l_big.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/.gitattributes b/voxygen/test_assets/ui/char_selection/text/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/text/White/.gitattributes b/voxygen/test_assets/ui/char_selection/text/White/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/White/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/text/White/login.png b/voxygen/test_assets/ui/char_selection/text/White/login.png deleted file mode 100644 index fa78e3437c..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/White/login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/White/quit.png b/voxygen/test_assets/ui/char_selection/text/White/quit.png deleted file mode 100644 index 56bc7be904..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/White/quit.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/White/server_address.png b/voxygen/test_assets/ui/char_selection/text/White/server_address.png deleted file mode 100644 index 297d9aa1b8..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/White/server_address.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/White/servers.png b/voxygen/test_assets/ui/char_selection/text/White/servers.png deleted file mode 100644 index ae4c006b00..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/White/servers.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/White/settings.png b/voxygen/test_assets/ui/char_selection/text/White/settings.png deleted file mode 100644 index 6916a59dc1..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/White/settings.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/White/username.png b/voxygen/test_assets/ui/char_selection/text/White/username.png deleted file mode 100644 index 70dfcfff13..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/White/username.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/Yellow/.gitattributes b/voxygen/test_assets/ui/char_selection/text/Yellow/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/Yellow/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/text/Yellow/a01.png b/voxygen/test_assets/ui/char_selection/text/Yellow/a01.png deleted file mode 100644 index 14ba2f2654..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/Yellow/a01.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/Yellow/login.png b/voxygen/test_assets/ui/char_selection/text/Yellow/login.png deleted file mode 100644 index 057990008e..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/Yellow/login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/Yellow/quit.png b/voxygen/test_assets/ui/char_selection/text/Yellow/quit.png deleted file mode 100644 index 9dbb313f45..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/Yellow/quit.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/Yellow/server_address.png b/voxygen/test_assets/ui/char_selection/text/Yellow/server_address.png deleted file mode 100644 index d4fd66c9fc..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/Yellow/server_address.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/Yellow/servers.png b/voxygen/test_assets/ui/char_selection/text/Yellow/servers.png deleted file mode 100644 index 53785c3ad5..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/Yellow/servers.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/Yellow/settings.png b/voxygen/test_assets/ui/char_selection/text/Yellow/settings.png deleted file mode 100644 index 0389b99653..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/Yellow/settings.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/Yellow/username.png b/voxygen/test_assets/ui/char_selection/text/Yellow/username.png deleted file mode 100644 index 98a6bc1f14..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/Yellow/username.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/a01.png b/voxygen/test_assets/ui/char_selection/text/a01.png deleted file mode 100644 index 0d9a87d0b5..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/a01.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/login.png b/voxygen/test_assets/ui/char_selection/text/login.png deleted file mode 100644 index fa78e3437c..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/quit.png b/voxygen/test_assets/ui/char_selection/text/quit.png deleted file mode 100644 index 56bc7be904..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/quit.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/server_address.png b/voxygen/test_assets/ui/char_selection/text/server_address.png deleted file mode 100644 index 297d9aa1b8..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/server_address.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/servers.png b/voxygen/test_assets/ui/char_selection/text/servers.png deleted file mode 100644 index ae4c006b00..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/servers.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/settings.png b/voxygen/test_assets/ui/char_selection/text/settings.png deleted file mode 100644 index 6916a59dc1..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/settings.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/singleplayer.png b/voxygen/test_assets/ui/char_selection/text/singleplayer.png deleted file mode 100644 index 99f573acc3..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/singleplayer.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/text/username.png b/voxygen/test_assets/ui/char_selection/text/username.png deleted file mode 100644 index 70dfcfff13..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/text/username.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/.gitattributes b/voxygen/test_assets/ui/char_selection/toremove/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/toremove/White/.gitattributes b/voxygen/test_assets/ui/char_selection/toremove/White/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/White/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/toremove/White/login.png b/voxygen/test_assets/ui/char_selection/toremove/White/login.png deleted file mode 100644 index fa78e3437c..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/White/login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/White/quit.png b/voxygen/test_assets/ui/char_selection/toremove/White/quit.png deleted file mode 100644 index 56bc7be904..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/White/quit.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/White/server_address.png b/voxygen/test_assets/ui/char_selection/toremove/White/server_address.png deleted file mode 100644 index 297d9aa1b8..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/White/server_address.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/White/servers.png b/voxygen/test_assets/ui/char_selection/toremove/White/servers.png deleted file mode 100644 index ae4c006b00..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/White/servers.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/White/settings.png b/voxygen/test_assets/ui/char_selection/toremove/White/settings.png deleted file mode 100644 index 6916a59dc1..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/White/settings.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/White/username.png b/voxygen/test_assets/ui/char_selection/toremove/White/username.png deleted file mode 100644 index 70dfcfff13..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/White/username.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/Yellow/.gitattributes b/voxygen/test_assets/ui/char_selection/toremove/Yellow/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/Yellow/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/char_selection/toremove/Yellow/a01.png b/voxygen/test_assets/ui/char_selection/toremove/Yellow/a01.png deleted file mode 100644 index 14ba2f2654..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/Yellow/a01.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/Yellow/login.png b/voxygen/test_assets/ui/char_selection/toremove/Yellow/login.png deleted file mode 100644 index 057990008e..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/Yellow/login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/Yellow/quit.png b/voxygen/test_assets/ui/char_selection/toremove/Yellow/quit.png deleted file mode 100644 index 9dbb313f45..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/Yellow/quit.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/Yellow/server_address.png b/voxygen/test_assets/ui/char_selection/toremove/Yellow/server_address.png deleted file mode 100644 index d4fd66c9fc..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/Yellow/server_address.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/Yellow/servers.png b/voxygen/test_assets/ui/char_selection/toremove/Yellow/servers.png deleted file mode 100644 index 53785c3ad5..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/Yellow/servers.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/Yellow/settings.png b/voxygen/test_assets/ui/char_selection/toremove/Yellow/settings.png deleted file mode 100644 index 0389b99653..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/Yellow/settings.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/Yellow/username.png b/voxygen/test_assets/ui/char_selection/toremove/Yellow/username.png deleted file mode 100644 index 98a6bc1f14..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/Yellow/username.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/a01.png b/voxygen/test_assets/ui/char_selection/toremove/a01.png deleted file mode 100644 index 0d9a87d0b5..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/a01.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/login.png b/voxygen/test_assets/ui/char_selection/toremove/login.png deleted file mode 100644 index fa78e3437c..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/quit.png b/voxygen/test_assets/ui/char_selection/toremove/quit.png deleted file mode 100644 index 56bc7be904..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/quit.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/server_address.png b/voxygen/test_assets/ui/char_selection/toremove/server_address.png deleted file mode 100644 index 297d9aa1b8..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/server_address.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/servers.png b/voxygen/test_assets/ui/char_selection/toremove/servers.png deleted file mode 100644 index ae4c006b00..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/servers.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/settings.png b/voxygen/test_assets/ui/char_selection/toremove/settings.png deleted file mode 100644 index 6916a59dc1..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/settings.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/singleplayer.png b/voxygen/test_assets/ui/char_selection/toremove/singleplayer.png deleted file mode 100644 index 99f573acc3..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/singleplayer.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/toremove/username.png b/voxygen/test_assets/ui/char_selection/toremove/username.png deleted file mode 100644 index 70dfcfff13..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/toremove/username.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/v_logo.png b/voxygen/test_assets/ui/char_selection/v_logo.png deleted file mode 100644 index d8c4d67ca0..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/v_logo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/v_logo_a01.png b/voxygen/test_assets/ui/char_selection/v_logo_a01.png deleted file mode 100644 index fbc1382986..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/v_logo_a01.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/v_logo_grey.png b/voxygen/test_assets/ui/char_selection/v_logo_grey.png deleted file mode 100644 index 796293738a..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/v_logo_grey.png and /dev/null differ diff --git a/voxygen/test_assets/ui/char_selection/weapons_bg.png b/voxygen/test_assets/ui/char_selection/weapons_bg.png deleted file mode 100644 index 363704ab37..0000000000 Binary files a/voxygen/test_assets/ui/char_selection/weapons_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/.gitattributes b/voxygen/test_assets/ui/hud/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/bag/.gitattributes b/voxygen/test_assets/ui/hud/bag/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/bag/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/bag/bg.png b/voxygen/test_assets/ui/hud/bag/bg.png deleted file mode 100644 index 77014631f7..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/grid/.gitattributes b/voxygen/test_assets/ui/hud/bag/grid/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/bag/grid/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/bag/grid/Back.png b/voxygen/test_assets/ui/hud/bag/grid/Back.png deleted file mode 100644 index 5332cdaf58..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/grid/Back.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid.png b/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid.png deleted file mode 100644 index 23158e4135..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border.png b/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border.png deleted file mode 100644 index 31436868f0..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_MO.png b/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_MO.png deleted file mode 100644 index f2fd68c3d1..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_MO.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_Pushed.png b/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_Pushed.png deleted file mode 100644 index 4247971d0a..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_Pushed.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/icon/.gitattributes b/voxygen/test_assets/ui/hud/bag/icon/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/bag/icon/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/bag/icon/0_bag.png b/voxygen/test_assets/ui/hud/bag/icon/0_bag.png deleted file mode 100644 index ffd5e1981a..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/icon/0_bag.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/icon/1_bag_hover.png b/voxygen/test_assets/ui/hud/bag/icon/1_bag_hover.png deleted file mode 100644 index 8d898175d1..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/icon/1_bag_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/icon/2_bag_press.png b/voxygen/test_assets/ui/hud/bag/icon/2_bag_press.png deleted file mode 100644 index 6832bfe830..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/icon/2_bag_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/icon/3_bag_open.png b/voxygen/test_assets/ui/hud/bag/icon/3_bag_open.png deleted file mode 100644 index 55bc1bda65..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/icon/3_bag_open.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/icon/4_bag_open_hover.png b/voxygen/test_assets/ui/hud/bag/icon/4_bag_open_hover.png deleted file mode 100644 index 9af898043c..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/icon/4_bag_open_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/bag/icon/5_bag_open_press.png b/voxygen/test_assets/ui/hud/bag/icon/5_bag_open_press.png deleted file mode 100644 index 6832bfe830..0000000000 Binary files a/voxygen/test_assets/ui/hud/bag/icon/5_bag_open_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/belt/.gitattributes b/voxygen/test_assets/ui/hud/belt/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/belt/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/belt/belt_bg.png b/voxygen/test_assets/ui/hud/belt/belt_bg.png deleted file mode 100644 index c0acadae60..0000000000 Binary files a/voxygen/test_assets/ui/hud/belt/belt_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/belt/belt_bg_orig.png b/voxygen/test_assets/ui/hud/belt/belt_bg_orig.png deleted file mode 100644 index dc4b9758a6..0000000000 Binary files a/voxygen/test_assets/ui/hud/belt/belt_bg_orig.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/belt/belt_grid.png b/voxygen/test_assets/ui/hud/belt/belt_grid.png deleted file mode 100644 index 659a8bc2c2..0000000000 Binary files a/voxygen/test_assets/ui/hud/belt/belt_grid.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/belt/belt_hover.png b/voxygen/test_assets/ui/hud/belt/belt_hover.png deleted file mode 100644 index e08bb18f92..0000000000 Binary files a/voxygen/test_assets/ui/hud/belt/belt_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/belt/belt_open.png b/voxygen/test_assets/ui/hud/belt/belt_open.png deleted file mode 100644 index 87b32e8f71..0000000000 Binary files a/voxygen/test_assets/ui/hud/belt/belt_open.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/belt/belt_press.png b/voxygen/test_assets/ui/hud/belt/belt_press.png deleted file mode 100644 index bbf8db19a2..0000000000 Binary files a/voxygen/test_assets/ui/hud/belt/belt_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/buttons/.gitattributes b/voxygen/test_assets/ui/hud/buttons/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/buttons/chat_arrow_down.png b/voxygen/test_assets/ui/hud/buttons/chat_arrow_down.png deleted file mode 100644 index c5c1b4315e..0000000000 Binary files a/voxygen/test_assets/ui/hud/buttons/chat_arrow_down.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/buttons/chat_arrow_down_mo.png b/voxygen/test_assets/ui/hud/buttons/chat_arrow_down_mo.png deleted file mode 100644 index 79944d0251..0000000000 Binary files a/voxygen/test_assets/ui/hud/buttons/chat_arrow_down_mo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/buttons/chat_arrow_down_press.png b/voxygen/test_assets/ui/hud/buttons/chat_arrow_down_press.png deleted file mode 100644 index bdfd7c52dd..0000000000 Binary files a/voxygen/test_assets/ui/hud/buttons/chat_arrow_down_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot.png b/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot.png deleted file mode 100644 index 698aace61f..0000000000 Binary files a/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_mo.png b/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_mo.png deleted file mode 100644 index 0a5ecdebc3..0000000000 Binary files a/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_mo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_press.png b/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_press.png deleted file mode 100644 index ce66107a80..0000000000 Binary files a/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/buttons/chat_arrow_up.png b/voxygen/test_assets/ui/hud/buttons/chat_arrow_up.png deleted file mode 100644 index e8edfa6b5c..0000000000 Binary files a/voxygen/test_assets/ui/hud/buttons/chat_arrow_up.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/buttons/chat_arrow_up_mo.png b/voxygen/test_assets/ui/hud/buttons/chat_arrow_up_mo.png deleted file mode 100644 index 94ef6875c7..0000000000 Binary files a/voxygen/test_assets/ui/hud/buttons/chat_arrow_up_mo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/buttons/chat_arrow_up_press.png b/voxygen/test_assets/ui/hud/buttons/chat_arrow_up_press.png deleted file mode 100644 index 23894c2f9b..0000000000 Binary files a/voxygen/test_assets/ui/hud/buttons/chat_arrow_up_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/charwindow/.gitattributes b/voxygen/test_assets/ui/hud/charwindow/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/charwindow/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/charwindow/bg.png b/voxygen/test_assets/ui/hud/charwindow/bg.png deleted file mode 100644 index fe889d307d..0000000000 Binary files a/voxygen/test_assets/ui/hud/charwindow/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/charwindow/icon.png b/voxygen/test_assets/ui/hud/charwindow/icon.png deleted file mode 100644 index cc10d16a93..0000000000 Binary files a/voxygen/test_assets/ui/hud/charwindow/icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/map/.gitattributes b/voxygen/test_assets/ui/hud/map/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/map/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/map/bg.png b/voxygen/test_assets/ui/hud/map/bg.png deleted file mode 100644 index f3eed010da..0000000000 Binary files a/voxygen/test_assets/ui/hud/map/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/map/icon.png b/voxygen/test_assets/ui/hud/map/icon.png deleted file mode 100644 index ccf0d3549a..0000000000 Binary files a/voxygen/test_assets/ui/hud/map/icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/map/window_frame_map.png b/voxygen/test_assets/ui/hud/map/window_frame_map.png deleted file mode 100644 index 84b6ac0acf..0000000000 Binary files a/voxygen/test_assets/ui/hud/map/window_frame_map.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/menu/.gitattributes b/voxygen/test_assets/ui/hud/menu/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/menu/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/menu/Button_dark_press.png b/voxygen/test_assets/ui/hud/menu/Button_dark_press.png deleted file mode 100644 index 809cd2dec9..0000000000 Binary files a/voxygen/test_assets/ui/hud/menu/Button_dark_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/menu/bg.png b/voxygen/test_assets/ui/hud/menu/bg.png deleted file mode 100644 index 69ab0ab1f4..0000000000 Binary files a/voxygen/test_assets/ui/hud/menu/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/menu/button_dark.png b/voxygen/test_assets/ui/hud/menu/button_dark.png deleted file mode 100644 index 31e49f62f4..0000000000 Binary files a/voxygen/test_assets/ui/hud/menu/button_dark.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/menu/button_dark_hover.png b/voxygen/test_assets/ui/hud/menu/button_dark_hover.png deleted file mode 100644 index 793bf51071..0000000000 Binary files a/voxygen/test_assets/ui/hud/menu/button_dark_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/menu/fireplace_1.png b/voxygen/test_assets/ui/hud/menu/fireplace_1.png deleted file mode 100644 index 6588cfd680..0000000000 Binary files a/voxygen/test_assets/ui/hud/menu/fireplace_1.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/mmap/.gitattributes b/voxygen/test_assets/ui/hud/mmap/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/mmap/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/mmap/grid.png b/voxygen/test_assets/ui/hud/mmap/grid.png deleted file mode 100644 index 659a8bc2c2..0000000000 Binary files a/voxygen/test_assets/ui/hud/mmap/grid.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/mmap/hover.png b/voxygen/test_assets/ui/hud/mmap/hover.png deleted file mode 100644 index e08bb18f92..0000000000 Binary files a/voxygen/test_assets/ui/hud/mmap/hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/mmap/mmap_bg.png b/voxygen/test_assets/ui/hud/mmap/mmap_bg.png deleted file mode 100644 index d9afe599ba..0000000000 Binary files a/voxygen/test_assets/ui/hud/mmap/mmap_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/mmap/mmap_frame.png b/voxygen/test_assets/ui/hud/mmap/mmap_frame.png deleted file mode 100644 index e0c6bc5ca5..0000000000 Binary files a/voxygen/test_assets/ui/hud/mmap/mmap_frame.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/mmap/mmap_icons.png b/voxygen/test_assets/ui/hud/mmap/mmap_icons.png deleted file mode 100644 index bff8af5ef4..0000000000 Binary files a/voxygen/test_assets/ui/hud/mmap/mmap_icons.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/mmap/open.png b/voxygen/test_assets/ui/hud/mmap/open.png deleted file mode 100644 index 87b32e8f71..0000000000 Binary files a/voxygen/test_assets/ui/hud/mmap/open.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/mmap/press.png b/voxygen/test_assets/ui/hud/mmap/press.png deleted file mode 100644 index bbf8db19a2..0000000000 Binary files a/voxygen/test_assets/ui/hud/mmap/press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/questlog/.gitattributes b/voxygen/test_assets/ui/hud/questlog/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/questlog/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/questlog/bg.png b/voxygen/test_assets/ui/hud/questlog/bg.png deleted file mode 100644 index f3eed010da..0000000000 Binary files a/voxygen/test_assets/ui/hud/questlog/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/questlog/icon.png b/voxygen/test_assets/ui/hud/questlog/icon.png deleted file mode 100644 index 9de3bd06df..0000000000 Binary files a/voxygen/test_assets/ui/hud/questlog/icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/.gitattributes b/voxygen/test_assets/ui/hud/settings/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/settings/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/settings/bg.png b/voxygen/test_assets/ui/hud/settings/bg.png deleted file mode 100644 index a0912eb609..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/button_blank.png b/voxygen/test_assets/ui/hud/settings/button_blank.png deleted file mode 100644 index 945be0f72f..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/button_blank.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/check.png b/voxygen/test_assets/ui/hud/settings/check.png deleted file mode 100644 index bd7210f0f0..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/check.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/check_checked.png b/voxygen/test_assets/ui/hud/settings/check_checked.png deleted file mode 100644 index 0fad66261b..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/check_checked.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/check_checked_mo.png b/voxygen/test_assets/ui/hud/settings/check_checked_mo.png deleted file mode 100644 index 98ac44be90..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/check_checked_mo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/check_mo.png b/voxygen/test_assets/ui/hud/settings/check_mo.png deleted file mode 100644 index 45dab1eb43..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/check_mo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/check_press.png b/voxygen/test_assets/ui/hud/settings/check_press.png deleted file mode 100644 index ab0ce8fe0b..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/check_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/icon.png b/voxygen/test_assets/ui/hud/settings/icon.png deleted file mode 100644 index 75ae9d5fd6..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/mo.png b/voxygen/test_assets/ui/hud/settings/mo.png deleted file mode 100644 index baac153e7a..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/mo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/press.png b/voxygen/test_assets/ui/hud/settings/press.png deleted file mode 100644 index 704bb883fe..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/slider.png b/voxygen/test_assets/ui/hud/settings/slider.png deleted file mode 100644 index ec05bcb178..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/slider.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/settings/slider_indicator.png b/voxygen/test_assets/ui/hud/settings/slider_indicator.png deleted file mode 100644 index 6d43b5f941..0000000000 Binary files a/voxygen/test_assets/ui/hud/settings/slider_indicator.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/.gitattributes b/voxygen/test_assets/ui/hud/skill_bar/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/skill_bar/buff_frame.png b/voxygen/test_assets/ui/hud/skill_bar/buff_frame.png deleted file mode 100644 index 8e909072cc..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/buff_frame.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/buff_frame_bg.png b/voxygen/test_assets/ui/hud/skill_bar/buff_frame_bg.png deleted file mode 100644 index 292207098a..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/buff_frame_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/buff_frame_red.png b/voxygen/test_assets/ui/hud/skill_bar/buff_frame_red.png deleted file mode 100644 index 1803ca170b..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/buff_frame_red.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/buff_green.png b/voxygen/test_assets/ui/hud/skill_bar/buff_green.png deleted file mode 100644 index c9fb59cebb..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/buff_green.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/health_bar.png b/voxygen/test_assets/ui/hud/skill_bar/health_bar.png deleted file mode 100644 index bf63eb3e74..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/health_bar.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/health_bar_filled.png b/voxygen/test_assets/ui/hud/skill_bar/health_bar_filled.png deleted file mode 100644 index 28a332e12b..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/health_bar_filled.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/l.png b/voxygen/test_assets/ui/hud/skill_bar/l.png deleted file mode 100644 index 4109097262..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/l.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/mana_bar.png b/voxygen/test_assets/ui/hud/skill_bar/mana_bar.png deleted file mode 100644 index 521d1f32ea..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/mana_bar.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/mana_bar_full.png b/voxygen/test_assets/ui/hud/skill_bar/mana_bar_full.png deleted file mode 100644 index 650eaca97e..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/mana_bar_full.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/r.png b/voxygen/test_assets/ui/hud/skill_bar/r.png deleted file mode 100644 index 25bb77764e..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/r.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/sbar_grid.png b/voxygen/test_assets/ui/hud/skill_bar/sbar_grid.png deleted file mode 100644 index 7bd7f180ea..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/sbar_grid.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/sbar_grid_bg.png b/voxygen/test_assets/ui/hud/skill_bar/sbar_grid_bg.png deleted file mode 100644 index 8deb330ce7..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/sbar_grid_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/xp_bar.png b/voxygen/test_assets/ui/hud/skill_bar/xp_bar.png deleted file mode 100644 index 15ddbb5c8a..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/xp_bar.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/xp_bar_l.png b/voxygen/test_assets/ui/hud/skill_bar/xp_bar_l.png deleted file mode 100644 index d2218dd26d..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/xp_bar_l.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/xp_bar_l_filled.png b/voxygen/test_assets/ui/hud/skill_bar/xp_bar_l_filled.png deleted file mode 100644 index 71f8e1ae74..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/xp_bar_l_filled.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/skill_bar/xp_bar_r.png b/voxygen/test_assets/ui/hud/skill_bar/xp_bar_r.png deleted file mode 100644 index 81e3f11b9f..0000000000 Binary files a/voxygen/test_assets/ui/hud/skill_bar/xp_bar_r.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/social/.gitattributes b/voxygen/test_assets/ui/hud/social/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/social/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/social/bg.png b/voxygen/test_assets/ui/hud/social/bg.png deleted file mode 100644 index f3eed010da..0000000000 Binary files a/voxygen/test_assets/ui/hud/social/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/social/icon.png b/voxygen/test_assets/ui/hud/social/icon.png deleted file mode 100644 index 4421ad86a2..0000000000 Binary files a/voxygen/test_assets/ui/hud/social/icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/spellbook/.gitattributes b/voxygen/test_assets/ui/hud/spellbook/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/spellbook/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/spellbook/bg.png b/voxygen/test_assets/ui/hud/spellbook/bg.png deleted file mode 100644 index f3eed010da..0000000000 Binary files a/voxygen/test_assets/ui/hud/spellbook/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/spellbook/icon.png b/voxygen/test_assets/ui/hud/spellbook/icon.png deleted file mode 100644 index 3f0427eee8..0000000000 Binary files a/voxygen/test_assets/ui/hud/spellbook/icon.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/window_frame.png b/voxygen/test_assets/ui/hud/window_frame.png deleted file mode 100644 index b779ecc912..0000000000 Binary files a/voxygen/test_assets/ui/hud/window_frame.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/window_frame_2.png b/voxygen/test_assets/ui/hud/window_frame_2.png deleted file mode 100644 index f33abc160e..0000000000 Binary files a/voxygen/test_assets/ui/hud/window_frame_2.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/window_frame_map.png b/voxygen/test_assets/ui/hud/window_frame_map.png deleted file mode 100644 index 39c243f121..0000000000 Binary files a/voxygen/test_assets/ui/hud/window_frame_map.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/window_frame_old.png b/voxygen/test_assets/ui/hud/window_frame_old.png deleted file mode 100644 index 70fe0a710e..0000000000 Binary files a/voxygen/test_assets/ui/hud/window_frame_old.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/x/.gitattributes b/voxygen/test_assets/ui/hud/x/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/hud/x/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/hud/x/0_x.png b/voxygen/test_assets/ui/hud/x/0_x.png deleted file mode 100644 index 6b6b4598f1..0000000000 Binary files a/voxygen/test_assets/ui/hud/x/0_x.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/x/1_x_hover.png b/voxygen/test_assets/ui/hud/x/1_x_hover.png deleted file mode 100644 index ab13180286..0000000000 Binary files a/voxygen/test_assets/ui/hud/x/1_x_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/hud/x/2_x_press.png b/voxygen/test_assets/ui/hud/x/2_x_press.png deleted file mode 100644 index f1be62fab6..0000000000 Binary files a/voxygen/test_assets/ui/hud/x/2_x_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/.gitattributes b/voxygen/test_assets/ui/main/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/main/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/main/bg.png b/voxygen/test_assets/ui/main/bg.png deleted file mode 100644 index 5cba001761..0000000000 Binary files a/voxygen/test_assets/ui/main/bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/buttons/.gitattributes b/voxygen/test_assets/ui/main/buttons/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/main/buttons/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/main/buttons/button.png b/voxygen/test_assets/ui/main/buttons/button.png deleted file mode 100644 index 2adceff355..0000000000 Binary files a/voxygen/test_assets/ui/main/buttons/button.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/buttons/button_hover.png b/voxygen/test_assets/ui/main/buttons/button_hover.png deleted file mode 100644 index 701aae620a..0000000000 Binary files a/voxygen/test_assets/ui/main/buttons/button_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/buttons/button_login.png b/voxygen/test_assets/ui/main/buttons/button_login.png deleted file mode 100644 index 58232da889..0000000000 Binary files a/voxygen/test_assets/ui/main/buttons/button_login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/buttons/button_login_hover.png b/voxygen/test_assets/ui/main/buttons/button_login_hover.png deleted file mode 100644 index b997aee85b..0000000000 Binary files a/voxygen/test_assets/ui/main/buttons/button_login_hover.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/buttons/button_login_press.png b/voxygen/test_assets/ui/main/buttons/button_login_press.png deleted file mode 100644 index bc49992dc6..0000000000 Binary files a/voxygen/test_assets/ui/main/buttons/button_login_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/buttons/button_press.png b/voxygen/test_assets/ui/main/buttons/button_press.png deleted file mode 100644 index 1650474dee..0000000000 Binary files a/voxygen/test_assets/ui/main/buttons/button_press.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/buttons/desktop.ini b/voxygen/test_assets/ui/main/buttons/desktop.ini deleted file mode 100644 index 13cc08a225..0000000000 --- a/voxygen/test_assets/ui/main/buttons/desktop.ini +++ /dev/null @@ -1,5 +0,0 @@ -[.ShellClassInfo] -InfoTip=Dieser Ordner wird online freigegeben. -IconFile=C:\Program Files\Google\Drive\googledrivesync.exe -IconIndex=16 - \ No newline at end of file diff --git a/voxygen/test_assets/ui/main/input_bg.png b/voxygen/test_assets/ui/main/input_bg.png deleted file mode 100644 index 36e863cceb..0000000000 Binary files a/voxygen/test_assets/ui/main/input_bg.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/.gitattributes b/voxygen/test_assets/ui/main/text/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/main/text/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/main/text/White/.gitattributes b/voxygen/test_assets/ui/main/text/White/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/main/text/White/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/main/text/White/login.png b/voxygen/test_assets/ui/main/text/White/login.png deleted file mode 100644 index fa78e3437c..0000000000 Binary files a/voxygen/test_assets/ui/main/text/White/login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/White/quit.png b/voxygen/test_assets/ui/main/text/White/quit.png deleted file mode 100644 index 56bc7be904..0000000000 Binary files a/voxygen/test_assets/ui/main/text/White/quit.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/White/server_address.png b/voxygen/test_assets/ui/main/text/White/server_address.png deleted file mode 100644 index 297d9aa1b8..0000000000 Binary files a/voxygen/test_assets/ui/main/text/White/server_address.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/White/servers.png b/voxygen/test_assets/ui/main/text/White/servers.png deleted file mode 100644 index ae4c006b00..0000000000 Binary files a/voxygen/test_assets/ui/main/text/White/servers.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/White/settings.png b/voxygen/test_assets/ui/main/text/White/settings.png deleted file mode 100644 index 6916a59dc1..0000000000 Binary files a/voxygen/test_assets/ui/main/text/White/settings.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/White/username.png b/voxygen/test_assets/ui/main/text/White/username.png deleted file mode 100644 index 70dfcfff13..0000000000 Binary files a/voxygen/test_assets/ui/main/text/White/username.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/Yellow/.gitattributes b/voxygen/test_assets/ui/main/text/Yellow/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/main/text/Yellow/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/main/text/Yellow/a01.png b/voxygen/test_assets/ui/main/text/Yellow/a01.png deleted file mode 100644 index 14ba2f2654..0000000000 Binary files a/voxygen/test_assets/ui/main/text/Yellow/a01.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/Yellow/login.png b/voxygen/test_assets/ui/main/text/Yellow/login.png deleted file mode 100644 index 057990008e..0000000000 Binary files a/voxygen/test_assets/ui/main/text/Yellow/login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/Yellow/quit.png b/voxygen/test_assets/ui/main/text/Yellow/quit.png deleted file mode 100644 index 9dbb313f45..0000000000 Binary files a/voxygen/test_assets/ui/main/text/Yellow/quit.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/Yellow/server_address.png b/voxygen/test_assets/ui/main/text/Yellow/server_address.png deleted file mode 100644 index d4fd66c9fc..0000000000 Binary files a/voxygen/test_assets/ui/main/text/Yellow/server_address.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/Yellow/servers.png b/voxygen/test_assets/ui/main/text/Yellow/servers.png deleted file mode 100644 index 53785c3ad5..0000000000 Binary files a/voxygen/test_assets/ui/main/text/Yellow/servers.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/Yellow/settings.png b/voxygen/test_assets/ui/main/text/Yellow/settings.png deleted file mode 100644 index 0389b99653..0000000000 Binary files a/voxygen/test_assets/ui/main/text/Yellow/settings.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/Yellow/username.png b/voxygen/test_assets/ui/main/text/Yellow/username.png deleted file mode 100644 index 98a6bc1f14..0000000000 Binary files a/voxygen/test_assets/ui/main/text/Yellow/username.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/a01.png b/voxygen/test_assets/ui/main/text/a01.png deleted file mode 100644 index 0d9a87d0b5..0000000000 Binary files a/voxygen/test_assets/ui/main/text/a01.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/login.png b/voxygen/test_assets/ui/main/text/login.png deleted file mode 100644 index fa78e3437c..0000000000 Binary files a/voxygen/test_assets/ui/main/text/login.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/quit.png b/voxygen/test_assets/ui/main/text/quit.png deleted file mode 100644 index 56bc7be904..0000000000 Binary files a/voxygen/test_assets/ui/main/text/quit.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/server_address.png b/voxygen/test_assets/ui/main/text/server_address.png deleted file mode 100644 index 297d9aa1b8..0000000000 Binary files a/voxygen/test_assets/ui/main/text/server_address.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/servers.png b/voxygen/test_assets/ui/main/text/servers.png deleted file mode 100644 index ae4c006b00..0000000000 Binary files a/voxygen/test_assets/ui/main/text/servers.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/settings.png b/voxygen/test_assets/ui/main/text/settings.png deleted file mode 100644 index 6916a59dc1..0000000000 Binary files a/voxygen/test_assets/ui/main/text/settings.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/singleplayer.png b/voxygen/test_assets/ui/main/text/singleplayer.png deleted file mode 100644 index 99f573acc3..0000000000 Binary files a/voxygen/test_assets/ui/main/text/singleplayer.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/text/username.png b/voxygen/test_assets/ui/main/text/username.png deleted file mode 100644 index 70dfcfff13..0000000000 Binary files a/voxygen/test_assets/ui/main/text/username.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/v_logo.png b/voxygen/test_assets/ui/main/v_logo.png deleted file mode 100644 index d8c4d67ca0..0000000000 Binary files a/voxygen/test_assets/ui/main/v_logo.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/v_logo_a01.png b/voxygen/test_assets/ui/main/v_logo_a01.png deleted file mode 100644 index fbc1382986..0000000000 Binary files a/voxygen/test_assets/ui/main/v_logo_a01.png and /dev/null differ diff --git a/voxygen/test_assets/ui/main/v_logo_grey.png b/voxygen/test_assets/ui/main/v_logo_grey.png deleted file mode 100644 index 796293738a..0000000000 Binary files a/voxygen/test_assets/ui/main/v_logo_grey.png and /dev/null differ diff --git a/voxygen/test_assets/ui/title/.gitattributes b/voxygen/test_assets/ui/title/.gitattributes deleted file mode 100644 index c091529f36..0000000000 --- a/voxygen/test_assets/ui/title/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/voxygen/test_assets/ui/title/splash.png b/voxygen/test_assets/ui/title/splash.png deleted file mode 100644 index 6d56b97359..0000000000 Binary files a/voxygen/test_assets/ui/title/splash.png and /dev/null differ diff --git a/voxygen/test_assets/wall.png b/voxygen/test_assets/wall.png deleted file mode 100644 index 6a88e15ba3..0000000000 Binary files a/voxygen/test_assets/wall.png and /dev/null differ