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 0eade6c4e1..0000000000 --- a/voxygen/test_assets/ui/char_selection/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:550faf7c7631e555549bd8b1545cb1d1303d1eefb97ff1a23630cab0aa914781 -size 1829174 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 a1a4a73585..0000000000 --- a/voxygen/test_assets/ui/char_selection/bg_creation.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89da6c2f598b230f9b6baeaf550dc2fd9eaf640bcc5d7d7f2f54bf3d0f779b94 -size 1549610 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 5be614987b..0000000000 --- a/voxygen/test_assets/ui/char_selection/bg_selection.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d5c7e92c8cc47f4d68e848c0ee52b56cca78a8f4c502ae016d3e9f8afd2f1df -size 2197669 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 4b6dcb1454..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/Button_dark_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f9a4ff1794ceed7998a43ae7ec4adbba7153173ffee42de3ac576a6ad074bbd -size 2801 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 b73f4d68f5..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/border.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7245fce9bf3611341a321210574115ebe7da9bbda5322116330d8f9d965a01b -size 1947 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 c1d2873a7e..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/border_mo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e287e02aef5d7cef52cf6ba85bebeae96b069264c6506ffc69c709594085e40 -size 1941 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 5a4692bb1d..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/border_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eba2a5e35ba1187e7bdf50001673e526d577d965948def6d42e7a86be150daf5 -size 1677 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 fa6dbdfab4..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/border_pressed.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3c8d09b3b41c075294b3976f283f715745b25f0dea74363f5c5debcf9188e0b -size 1935 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 f6af1f1993..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06443433766c44dad3db8d489a7af2e12ab34154c7e02fb40eaa48b21d22efd0 -size 3111 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 bc21ef648a..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_dark.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1efe47a2d92e36410d0347e9925176a4c0350b6136251ff9033a09bceb2ccf5d -size 2510 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 e2a91e5e1a..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_dark_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d40def4fefc5829ece1cbbeda3016883bd47003d163b1780e470e3a2485b968 -size 4487 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 9a23cec0e3..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_dark_red.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:114a0c1fd40990d368a819a4fece5ccc50f47ec20ad695350ad10ceddf3305d7 -size 3754 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 8ec854b67d..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_dark_red_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c32a37579ac193cf0e95febb786ea851266b28fa94afc4012d9e89a46c6d8d2 -size 5743 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 d613883676..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_dark_red_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afe3e1e5c360502ca842e22d3ce644ed7dedde1a17c36c75d377244583f6d1c8 -size 4236 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 b9db9aace7..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82ef8cf28ddf0f282d4d02c1a4b0ded2dfaa54a9fb86c7ab3e19a5b046ed59ae -size 3527 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 714d0f3f65..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ac2ba931a3d4d5d430c913d61177c59899324fd53cd1132a87a100ec1c27af1 -size 4197 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 c9de5fcf1e..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_login_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34921467d9fd9020faac1dedfe7edc2db8a9bb402962b5a2812b76f46d194975 -size 4794 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 dace6e9216..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_login_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bb4732839fc54400b1e25cec2ad653889892c346eace968b55248064a776bf7 -size 5653 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 9f94951ec5..0000000000 --- a/voxygen/test_assets/ui/char_selection/buttons/button_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65fa1181b4ea68c166db9757917cd2e250b093082e3969352301eac3437466de -size 4207 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 66d402b6c5..0000000000 --- a/voxygen/test_assets/ui/char_selection/creation_window.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc64ab0eebdfe114c39199555d4eadc23138c0b53b2a455cc8fa79ced358b211 -size 6688 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 da99419ef6..0000000000 --- a/voxygen/test_assets/ui/char_selection/creation_window_body.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f622960b1fcf21cd6d7b50aa4677854164138f55b8405b7249c745df625b186 -size 5695 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 b6acdca618..0000000000 --- a/voxygen/test_assets/ui/char_selection/desc_bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be475eb4ba49ad579c02a970d2f60527a305b976920d3a0e7b8741ca6de9136b -size 12763 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 33f374d01c..0000000000 --- a/voxygen/test_assets/ui/char_selection/frame_closed_button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1329e4640affe39b76deac832cf0cd1d9eaf80b0149ca8b64c38b6c35ee9e50 -size 1203 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 e9b8837896..0000000000 --- a/voxygen/test_assets/ui/char_selection/frame_closed_mo_button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f9f052f84e1227523b4ce2fcb9917ffec4bf465ddb6626a0a3e45424e1e32f6 -size 1259 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 37b3b11198..0000000000 --- a/voxygen/test_assets/ui/char_selection/frame_closed_press_button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2487146e2d21d1c4d9f2e2968164ba214d8a7ca61096c5cba70ed007db927212 -size 1279 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 35dbc4026f..0000000000 --- a/voxygen/test_assets/ui/char_selection/frame_open_button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0613a601a4673a119aca70250970b4dd8702ddb2e88e4f1ed970b316729af5f3 -size 1256 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 a1ff1d8372..0000000000 --- a/voxygen/test_assets/ui/char_selection/frame_open_mo_button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86dd4456ff4e776d3d7278aba1289aa4cb820c040cfce0604be618e1ea7da176 -size 1493 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 8258e80f38..0000000000 --- a/voxygen/test_assets/ui/char_selection/frame_open_press_button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45d0f950b144ee000680bd2d8c89ba907e5afd998a607661d8f1ed1f087fc4ad -size 1315 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 3c9debcd1d..0000000000 --- a/voxygen/test_assets/ui/char_selection/frame_skin_eyes.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb1deb57e9a37c34f7c011758c310fad3d58f1ee90be23dc5ff84d43fc767b1 -size 1263 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 f8e56be5ba..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/arrow_left.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04788af72b3e1df3442090dd8d7f8bbf9a6990ee84a8e178d64936b238884f30 -size 35695 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 2a6e006fd7..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/arrow_left_grey.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54555b86bc6acd8a57a1877b4a282ca8a81e4b149bfc6b515c5ec306ba0fe0eb -size 34141 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 a140cdfd1d..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/arrow_left_mo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5ffeacae9e327702bc50211ad52eb3209735997ecd57414417869e1ab61b3fe -size 35880 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 d62a126053..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/arrow_left_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8626ecc190f934ad2737979487aa3ae3dd63e0f6c2328330682d2a3fbe394d8c -size 36351 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 71a2de4927..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/arrow_right.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73da83f57d81ac0a5559e284e81f4815d3d59bad6dace8ae3f1f3ab93801bb90 -size 36853 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 cad04bb745..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/arrow_right_grey.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a95606f18438095506ec04a36d12d4e4cd0bc585a911e8319a9a5f019bc14044 -size 34535 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 915931c93d..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/arrow_right_mo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c68bd14b0cfbdadf95fa551d7644dddab8f9219e3956f73d24953295b63b26ad -size 36856 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 29817ccf12..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/arrow_right_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:555541451ca4a8582ef549fe04fd56f6d15b2f4a9140ead12ad1775e99ba0aec -size 35963 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 4cfaed0691..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/axe_icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb8eb88fff58e24d95ebb1b2b8103ac427206800c4e6bfed27052987187448b2 -size 2240 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 1d3422a636..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/bow_icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7e114fb0fd86100f8f3547ca1dc7699c6f2448c38b3ae28c099db0b278d88dd -size 2469 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 21361cc6a8..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/daggers_icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80e9519e710ba2db6ba97ce4cc53135f1855183e9395893ba5e2ef6b28b84098 -size 2200 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 53fae7fa32..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/danari_f.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de8a189a8a8ecb3fdebd515830843e25e65cee798ed0e293635662dc535525af -size 15689 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 1514a37288..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/danari_m.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9794340d8421ea2609cf6fc084ad14799fbde117059b104276e1a590914de6f -size 15716 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 6046812192..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/dwarf_f.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:371c993627f660a4e760a7cc28d7c9f6c010f11d11f5231508462e64d9830dbc -size 14064 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 0c24c2ce73..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/dwarf_m.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c827da2b55fce8ce6442214b66bac35d2ced14ef114b73e6dcd8642ecdb21f4e -size 17210 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 0109a1f052..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/elf_f.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4d876c03cc69b34634349eb9b6a2d7d849aa9acdf0e59e53ddeeb9e8e482611 -size 16595 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 0d0788e78a..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/elf_m.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07f0a96fec50bfef3d3ae62ecdec05749d01dea6feae396f16a1de25804133bc -size 15846 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 405f424205..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/female.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44b79da769deb373b40aab595bbab076c4102f1f387eafe88bb760a47c301f5e -size 19028 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 d47a72e91e..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/hammer_icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daddc519dd132bc6bb10a98573208a876fea70e48e7832c93e28c4f706a43dda -size 2068 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 22e187f85b..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/human_f.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ede7d3668209620b7242937eb6d9e5c2e9fd190cbfbf3e345e3748c93c061f8 -size 19083 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 042c7ae35d..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/human_m.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc8eebe95b3061b7ec014887fd405aea22694f4ac47d2d852e5ef46a797ed585 -size 23917 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 17dbbdeac1..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/male.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f940f7e84784c5de5a9a56b4fc91c7ad1687465f3dfe3618a908652bd6df2e31 -size 18428 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 f45a8d47a4..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/missing_icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3456113776ae0675e674c3b27e5cc9e3964e3f432e1fa90e76a33d01c534bc12 -size 5435 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 04e2b76a78..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/missing_icon_grey.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15afc4cf127e0b9301d1666694c47556d4e2c5ad7bcb3bd362d1de3bcbb28b1c -size 5376 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 bd155430df..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/orc_f.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73efdffea6355bcebce5c4e5380d77cfe764b4765dde3b3a484cead7ff2ba2d9 -size 17556 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 846dd9a672..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/orc_m.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f68b55eabff3fcdd914e07dbb6db112cbe019a814d536bab1be456cfbc69bae -size 19128 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 5ef171800d..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/staff_icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd185954a71c0fb933497c5cd82aed32e4863edceade9ff3aa5593ef70ce4c13 -size 1961 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 d1276571d8..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/sword_icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9ac45fe2f33fb2f7405f37e8b5ae75e7641295c2ef62ffc3711fc11d85abc82 -size 2102 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 0a89b31dc8..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/swordshield_icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed3665c7e743c02ff068ebd184984053780ee6c7cd9cd2a5652e8ae677434397 -size 4861 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 18ae92e417..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/ud_f.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4e94f00ae5d656c868836b0d3d7d8dc5fcc2994f3f980cb113c0afcf88e9e04 -size 19327 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 1708a6f10b..0000000000 --- a/voxygen/test_assets/ui/char_selection/icons/ud_m.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30f45391c02016663dcb2d503e94ec0b03420443cdffa5f25a0b3b51b0cc4250 -size 16108 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 9018f126d2..0000000000 --- a/voxygen/test_assets/ui/char_selection/input_bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1f9decd9407bff21b3dc48e78f7b703f836a664bbc35fecd444bd902c781fc8 -size 14133 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 f45a8d47a4..0000000000 --- a/voxygen/test_assets/ui/char_selection/missing_icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3456113776ae0675e674c3b27e5cc9e3964e3f432e1fa90e76a33d01c534bc12 -size 5435 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 31781a00df..0000000000 --- a/voxygen/test_assets/ui/char_selection/selection_frame.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ccc91f9ce4cc2dc44132ed9d7b1eacd763c8817a97bd771dd46af960b961a93 -size 5734 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 2cd1f10e7a..0000000000 --- a/voxygen/test_assets/ui/char_selection/test_char_l.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9403f83f0b1214bb90b4c1f67ad7f2793476a8f9558ba30f4b3971609c4fe8c -size 20096 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 9bea3b3e8e..0000000000 --- a/voxygen/test_assets/ui/char_selection/test_char_l_big.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fafbdb469ded81a09f8dcb48c15d47638b7c7d1c1e7ac172821ad363d9cd8e74 -size 87527 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 e55f36f3d8..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/White/login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61d22bc7438a567ad0a8fd45a29eabd755ad2d7872ff61712211a725645193e -size 2077 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 44d7b6180f..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/White/quit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1295ab1f34b160e0b8d71b5b8fa03ca4ec3359335dfaea7a24174f96cfbefe20 -size 1550 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 b9324b78fe..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/White/server_address.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a9b9d0a287d5b67c175bc28ee7af427d5c9f01d421c1fafc04440b442f1232 -size 5669 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 8c8e64b38c..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/White/servers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8e9830be2e54339b547b84b17103b8b3b3f2c59f1b4bd8c9f4a0176c9eac9b1 -size 2317 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 d39d8910af..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/White/settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e12d7360bf4dc584272f531b53dd96e59c17b0a5acba9d8b6b7d7d30a6e5148 -size 2748 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 4748fc697e..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/White/username.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c641b645857e746ee511d6f633c05f78a3c89eb0484d8ffa905fbed8764921cb -size 4101 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 21ab7e873b..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/Yellow/a01.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8088394d2e5acab7914e2ee692a2df674614ecbb0eec229548da4a94a181e15 -size 1075 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 b1249cf8ae..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/Yellow/login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:006818467f94c2b380099866111ff25da53ea555ea26f0b0ef5ec4e59db7a3a9 -size 2088 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 46b5588028..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/Yellow/quit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0678e620f0c7ef00671995bbfb95b03349d46a66fe38f5c5d1b8ac42e6daed9a -size 1540 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 34c3ce7f35..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/Yellow/server_address.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fba8a3329e257ea3a763d20f3e279dd7abab62e55c2ccd2df947228916b8533a -size 4828 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 faea8721e8..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/Yellow/servers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a36a22e175811f428a08eae13dbbb386bd640761074ede7ae853852dfa127f0 -size 2286 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 7f6477a4a0..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/Yellow/settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:032d9bc74f540a736f8ab325d8e7cd261f1df7b4bd469baeb7d87238ec356c3c -size 2646 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 f7c2387ce8..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/Yellow/username.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b616ce11ee9c8700b82f631c769b738273a7191973804d834028f53206078981 -size 3429 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 ac671c5f28..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/a01.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e128b6fb6f18a7b963ee24823bae6d412966fbff8ede2b7525914dabfff383a -size 3745 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 e55f36f3d8..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61d22bc7438a567ad0a8fd45a29eabd755ad2d7872ff61712211a725645193e -size 2077 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 44d7b6180f..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/quit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1295ab1f34b160e0b8d71b5b8fa03ca4ec3359335dfaea7a24174f96cfbefe20 -size 1550 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 b9324b78fe..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/server_address.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a9b9d0a287d5b67c175bc28ee7af427d5c9f01d421c1fafc04440b442f1232 -size 5669 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 8c8e64b38c..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/servers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8e9830be2e54339b547b84b17103b8b3b3f2c59f1b4bd8c9f4a0176c9eac9b1 -size 2317 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 d39d8910af..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e12d7360bf4dc584272f531b53dd96e59c17b0a5acba9d8b6b7d7d30a6e5148 -size 2748 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 00882ad555..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/singleplayer.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b965c627162cc2e08a6eb909314849c1b9a266bd84d0e9dd280c1a5196d6db4 -size 4153 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 4748fc697e..0000000000 --- a/voxygen/test_assets/ui/char_selection/text/username.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c641b645857e746ee511d6f633c05f78a3c89eb0484d8ffa905fbed8764921cb -size 4101 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 e55f36f3d8..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/White/login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61d22bc7438a567ad0a8fd45a29eabd755ad2d7872ff61712211a725645193e -size 2077 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 44d7b6180f..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/White/quit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1295ab1f34b160e0b8d71b5b8fa03ca4ec3359335dfaea7a24174f96cfbefe20 -size 1550 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 b9324b78fe..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/White/server_address.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a9b9d0a287d5b67c175bc28ee7af427d5c9f01d421c1fafc04440b442f1232 -size 5669 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 8c8e64b38c..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/White/servers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8e9830be2e54339b547b84b17103b8b3b3f2c59f1b4bd8c9f4a0176c9eac9b1 -size 2317 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 d39d8910af..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/White/settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e12d7360bf4dc584272f531b53dd96e59c17b0a5acba9d8b6b7d7d30a6e5148 -size 2748 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 4748fc697e..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/White/username.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c641b645857e746ee511d6f633c05f78a3c89eb0484d8ffa905fbed8764921cb -size 4101 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 21ab7e873b..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/Yellow/a01.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8088394d2e5acab7914e2ee692a2df674614ecbb0eec229548da4a94a181e15 -size 1075 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 b1249cf8ae..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/Yellow/login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:006818467f94c2b380099866111ff25da53ea555ea26f0b0ef5ec4e59db7a3a9 -size 2088 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 46b5588028..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/Yellow/quit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0678e620f0c7ef00671995bbfb95b03349d46a66fe38f5c5d1b8ac42e6daed9a -size 1540 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 34c3ce7f35..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/Yellow/server_address.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fba8a3329e257ea3a763d20f3e279dd7abab62e55c2ccd2df947228916b8533a -size 4828 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 faea8721e8..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/Yellow/servers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a36a22e175811f428a08eae13dbbb386bd640761074ede7ae853852dfa127f0 -size 2286 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 7f6477a4a0..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/Yellow/settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:032d9bc74f540a736f8ab325d8e7cd261f1df7b4bd469baeb7d87238ec356c3c -size 2646 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 f7c2387ce8..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/Yellow/username.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b616ce11ee9c8700b82f631c769b738273a7191973804d834028f53206078981 -size 3429 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 ac671c5f28..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/a01.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e128b6fb6f18a7b963ee24823bae6d412966fbff8ede2b7525914dabfff383a -size 3745 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 e55f36f3d8..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61d22bc7438a567ad0a8fd45a29eabd755ad2d7872ff61712211a725645193e -size 2077 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 44d7b6180f..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/quit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1295ab1f34b160e0b8d71b5b8fa03ca4ec3359335dfaea7a24174f96cfbefe20 -size 1550 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 b9324b78fe..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/server_address.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a9b9d0a287d5b67c175bc28ee7af427d5c9f01d421c1fafc04440b442f1232 -size 5669 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 8c8e64b38c..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/servers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8e9830be2e54339b547b84b17103b8b3b3f2c59f1b4bd8c9f4a0176c9eac9b1 -size 2317 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 d39d8910af..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e12d7360bf4dc584272f531b53dd96e59c17b0a5acba9d8b6b7d7d30a6e5148 -size 2748 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 00882ad555..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/singleplayer.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b965c627162cc2e08a6eb909314849c1b9a266bd84d0e9dd280c1a5196d6db4 -size 4153 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 4748fc697e..0000000000 --- a/voxygen/test_assets/ui/char_selection/toremove/username.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c641b645857e746ee511d6f633c05f78a3c89eb0484d8ffa905fbed8764921cb -size 4101 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 10eab9f035..0000000000 --- a/voxygen/test_assets/ui/char_selection/v_logo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a961b3b76850ad80292389bec3ebf97ab1e2bfe62d3b0566110f88d126d25c -size 10130 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 2ab02f9661..0000000000 --- a/voxygen/test_assets/ui/char_selection/v_logo_a01.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6eb1a5fa8f9c06e460b29826d462f3e5617ae9b1b558c6dbeb38d03f02868a1 -size 11664 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 2d75c97661..0000000000 --- a/voxygen/test_assets/ui/char_selection/v_logo_grey.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f71adc3cdf6f3c1de39d41e66beefdf0a59c6e46daa7b63028bf3836f9df1276 -size 41750 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 f562088c02..0000000000 --- a/voxygen/test_assets/ui/hud/bag/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b1295d8e581f719fd2eb1f4801fb26e9da642443e86620034fbac432761e496 -size 39682 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 01c3c63879..0000000000 --- a/voxygen/test_assets/ui/hud/bag/grid/Back.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b48b5f670e722915151d305469079b20a856a20d451ee6be416217f063628e0 -size 2043 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 adabf40109..0000000000 --- a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f90e30af7b6b8f11e2d9732773dbc29a24664ac6643852b45054dc259c8efdd -size 1920 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 932bf75e56..0000000000 --- a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86934fd89fa92f4f16048ce20e3f7c5c1e8239839487e32cb839ed206beb3412 -size 606 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 34c3e84606..0000000000 --- a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_MO.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dcfaaa0c384288a547784baadbbe7b249d70bded9446bb9eae0fb74809aeed8 -size 2829 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 1bb729ffff..0000000000 --- a/voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_Pushed.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b39c4ff1d2114dcc8c46eaa767f376fffce13b58d73cdecc490f14c979eed492 -size 4618 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 d50ad7ccc8..0000000000 --- a/voxygen/test_assets/ui/hud/bag/icon/0_bag.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49f9857295ee3aabae215201680e31556f9294c7ed578ce8e46dafb74807bea6 -size 2259 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 e12c2f8ffc..0000000000 --- a/voxygen/test_assets/ui/hud/bag/icon/1_bag_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5be005204734aff1c4b350a0b356c868395608f2f1a5d82f639a8dd6939da28 -size 5096 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 519438f36d..0000000000 --- a/voxygen/test_assets/ui/hud/bag/icon/2_bag_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75ece218833cc1f9f673a0496ee5e07f2c6ab2586f5d646aa71cf1f4a96ed789 -size 6251 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 73490192ab..0000000000 --- a/voxygen/test_assets/ui/hud/bag/icon/3_bag_open.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb39dd5146f6e634cdbe4c48b6c7326eca4f9c1b2767aa6be53ad6f4a5f3ea84 -size 2393 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 643e2cd640..0000000000 --- a/voxygen/test_assets/ui/hud/bag/icon/4_bag_open_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0ab4b82b045a58580683da202c2deb90eee26a4633a0208817564f7dc46fb8f -size 5442 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 519438f36d..0000000000 --- a/voxygen/test_assets/ui/hud/bag/icon/5_bag_open_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75ece218833cc1f9f673a0496ee5e07f2c6ab2586f5d646aa71cf1f4a96ed789 -size 6251 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 c4e6e0d81f..0000000000 --- a/voxygen/test_assets/ui/hud/belt/belt_bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba04f787883e908e09b0d6ded68e898992f67793e51d8102a51a297cc9f95a2f -size 4962 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 1401e55388..0000000000 --- a/voxygen/test_assets/ui/hud/belt/belt_bg_orig.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3919421223dd0b2c3778885d70a61e9e71f9b0eb915a729a8a42e6b8e78f594f -size 24376 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 b73f4d68f5..0000000000 --- a/voxygen/test_assets/ui/hud/belt/belt_grid.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7245fce9bf3611341a321210574115ebe7da9bbda5322116330d8f9d965a01b -size 1947 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 c1d2873a7e..0000000000 --- a/voxygen/test_assets/ui/hud/belt/belt_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e287e02aef5d7cef52cf6ba85bebeae96b069264c6506ffc69c709594085e40 -size 1941 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 fa6dbdfab4..0000000000 --- a/voxygen/test_assets/ui/hud/belt/belt_open.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3c8d09b3b41c075294b3976f283f715745b25f0dea74363f5c5debcf9188e0b -size 1935 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 5a4692bb1d..0000000000 --- a/voxygen/test_assets/ui/hud/belt/belt_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eba2a5e35ba1187e7bdf50001673e526d577d965948def6d42e7a86be150daf5 -size 1677 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 a69c335f28..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/chat_arrow_down.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0006d6044628e73e3b787c7d8a892fdd471d95835956da3ef7d0e5b9893528de -size 948 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 0da27b4228..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/chat_arrow_down_mo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8246d56c1a8fe6a9b050ad9886114f172eaf6248cf5e28ce6d28c8ceaedde10e -size 976 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 f58930ea1a..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/chat_arrow_down_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39cab7712ca3183497177367fb4ae0006f33910207e5c20581ee5c06d6df685a -size 873 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 8b9967f2d3..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb144d5bd53590784229c0240d1f3a0e7c8119a48382a167a7e75bcdc7b08e31 -size 983 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 4d72a5817c..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_mo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e960558d3a883fb8e27ed5525a98688678a21047535b406efd63f76017535fa2 -size 1014 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 f4c18c0eb5..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8618b2d99337dfca5dd4a18e76f03812c030505dd7e07a7f120f6ccacedca0f9 -size 948 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 ff2cfd8175..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/chat_arrow_up.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38abe9f23ec1f27ecb1240a34a0122a67a56129def5d864da5dbaa064d896d99 -size 944 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 b2ea8f28b9..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/chat_arrow_up_mo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51a471204156c6832097340fa8b86c29117cf5fcab659d5123976585eb9dcb8d -size 990 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 9f4b67e7b2..0000000000 --- a/voxygen/test_assets/ui/hud/buttons/chat_arrow_up_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0b326f51011f8f9382217dbd5f2b75f09feacbe133f997a38154dc1b13b8bcf -size 824 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 9ead0631a9..0000000000 --- a/voxygen/test_assets/ui/hud/charwindow/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db97de1c965ab5fcac1c5ebd2230070e7b2fb7996bafa4c9660f5d3cd85ab595 -size 226667 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 efaf7f83cf..0000000000 --- a/voxygen/test_assets/ui/hud/charwindow/icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2b7bd9a2d3a383addd7463450acd26b965e0bb256c14221f0c0652d75f013d0 -size 17565 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 8be101135c..0000000000 --- a/voxygen/test_assets/ui/hud/map/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d357a71de1a8bab2c316293324f3f829bea300e785bcb6a70c63af2627446f8e -size 17455 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 c417fd61e4..0000000000 --- a/voxygen/test_assets/ui/hud/map/icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4450d03fbd53f56968d3c9fd04d6f1c7e8428be77d8579caea11a29795fddb20 -size 14696 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 b076f4a22f..0000000000 --- a/voxygen/test_assets/ui/hud/map/window_frame_map.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f95efbb3159303ae832e63c4ad9d688112246dff74d5f6de6be81d281dfdce7 -size 19693 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 4b6dcb1454..0000000000 --- a/voxygen/test_assets/ui/hud/menu/Button_dark_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f9a4ff1794ceed7998a43ae7ec4adbba7153173ffee42de3ac576a6ad074bbd -size 2801 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 1e84e7e71e..0000000000 --- a/voxygen/test_assets/ui/hud/menu/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dfd2d81b46c35cecc30f247ca3f1256a132c57fba11908d27a77f27a0c34710 -size 3283 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 bc21ef648a..0000000000 --- a/voxygen/test_assets/ui/hud/menu/button_dark.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1efe47a2d92e36410d0347e9925176a4c0350b6136251ff9033a09bceb2ccf5d -size 2510 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 e2a91e5e1a..0000000000 --- a/voxygen/test_assets/ui/hud/menu/button_dark_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d40def4fefc5829ece1cbbeda3016883bd47003d163b1780e470e3a2485b968 -size 4487 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 2ec92e6dbf..0000000000 --- a/voxygen/test_assets/ui/hud/menu/fireplace_1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc5dbe2df746729a74c4fd087552906e900cc8a88391a7a45ed8a405813bbe85 -size 19781 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 b73f4d68f5..0000000000 --- a/voxygen/test_assets/ui/hud/mmap/grid.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7245fce9bf3611341a321210574115ebe7da9bbda5322116330d8f9d965a01b -size 1947 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 c1d2873a7e..0000000000 --- a/voxygen/test_assets/ui/hud/mmap/hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e287e02aef5d7cef52cf6ba85bebeae96b069264c6506ffc69c709594085e40 -size 1941 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 43b0c53326..0000000000 --- a/voxygen/test_assets/ui/hud/mmap/mmap_bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0968a7d1f814fda8488bb6749265ec7cebcb84fb6eedf35e0cf27b34e5c07dee -size 22880 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 3286b739f8..0000000000 --- a/voxygen/test_assets/ui/hud/mmap/mmap_frame.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cd00503350dca9695df14035ce6ea81406114603de39edba61006d2f4300467 -size 14814 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 24a37274f1..0000000000 --- a/voxygen/test_assets/ui/hud/mmap/mmap_icons.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beaf7d5aac0d3d2b31a403bd734583903973402d460f33927128a3cbc91dbfd5 -size 64112 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 fa6dbdfab4..0000000000 --- a/voxygen/test_assets/ui/hud/mmap/open.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3c8d09b3b41c075294b3976f283f715745b25f0dea74363f5c5debcf9188e0b -size 1935 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 5a4692bb1d..0000000000 --- a/voxygen/test_assets/ui/hud/mmap/press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eba2a5e35ba1187e7bdf50001673e526d577d965948def6d42e7a86be150daf5 -size 1677 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 8be101135c..0000000000 --- a/voxygen/test_assets/ui/hud/questlog/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d357a71de1a8bab2c316293324f3f829bea300e785bcb6a70c63af2627446f8e -size 17455 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 4f9dc04824..0000000000 --- a/voxygen/test_assets/ui/hud/questlog/icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d11ccdd6a77b5858f1260c5001f1d0ca908ad888d2ef29f7b777a637e6eb2a79 -size 2282 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 f684bb4162..0000000000 --- a/voxygen/test_assets/ui/hud/settings/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5da0c7e192cd126ef1f1d8a868cee31395000ef9a242cebe924e4fb91cd23af0 -size 19829 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 9e77ded17f..0000000000 --- a/voxygen/test_assets/ui/hud/settings/check.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca55483f01836b9c2c88bedcfd27b36b33e690c53c2af1f0b522ff22106957ef -size 7721 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 30f73a66db..0000000000 --- a/voxygen/test_assets/ui/hud/settings/check_checked.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d860ec940dbaf90860f92de09f602aa5efdfd1794ee95f6612cd80c614198088 -size 9260 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 16c3117d7f..0000000000 --- a/voxygen/test_assets/ui/hud/settings/check_checked_mo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29a7e48d20c9223c5aabd9db943f2c44549d6ac8fd2898389f9cab60a913dbe2 -size 9405 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 389d55ba3e..0000000000 --- a/voxygen/test_assets/ui/hud/settings/check_mo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69a5fe909642e0b48bfba80881834064d40714dff188f4b3c63cee947fde8955 -size 7904 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 0c3cdb3b3a..0000000000 --- a/voxygen/test_assets/ui/hud/settings/check_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c3fd745cb7d69b8c4dbb9cb33c848174006267b2eba504be9af8288c64e8607 -size 8674 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 028704a0da..0000000000 --- a/voxygen/test_assets/ui/hud/settings/icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b34e23056a85d37c6afc59a2bc9c7f0a085bf6c4b49bbc0a775048c24f64ff92 -size 17985 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 1c2144ec5c..0000000000 --- a/voxygen/test_assets/ui/hud/settings/mo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd05445824bb1dbbcf83d0d01a86f81df0796ebb38be7c319f271fc6701d02cf -size 4108 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 00e38e05d2..0000000000 --- a/voxygen/test_assets/ui/hud/settings/press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c56debb954a487147c9858e1686dfb16707b8438da77de74e66bc57226bd27fa -size 4400 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 c7189c07fa..0000000000 --- a/voxygen/test_assets/ui/hud/settings/slider.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5098dc337a89e1f1496dade09b498aefceb64a6d2cd2c9bb1b26d4d2bac74972 -size 2059 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 b473a440aa..0000000000 --- a/voxygen/test_assets/ui/hud/settings/slider_indicator.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b2dd7fa1cba4e4972d5ae47f230310430389d06a4a676339a10a8cf6a7642b1 -size 2191 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 76ef36d3e8..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/health_bar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaa6464cc6b1a9e3a40fd19e58fb7daaa0da7c2efde615884c74a915e523377d -size 1487 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 ba94caa62e..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/health_bar_filled.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18dfc1ca76e137aab8412ba75e20472e460cd36ce0062d769d4f6ce72e41a17f -size 1493 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 91330e80f8..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/l.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6269a339395399727b8e8d89492b041876077655c4c678bfa18ac560734de5c4 -size 2469 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 6305242f97..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/mana_bar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:263e6381a5cb9a980fc1240f83ff1d557285b76557d9ca157f833149af9a551c -size 1508 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 944504b4c1..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/mana_bar_full.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea2064d26ef08321cd4a1a18b3936534dc0dfe5b186778dca4985ec57fe6d067 -size 1512 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 d18e2e6d95..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/r.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8771539aa9fc51c1383ccc86dc6e97e4f86e34861ae8b6e881fb6e30cf08261c -size 2535 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 573d57d7d9..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/sbar_grid.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63e54e7098fe9823f8e153dc99f81d87bd207d8a52c7635509e82bc06632f8c7 -size 5748 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 26294abfeb..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/sbar_grid_bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad87c51915c5c206f621f4bae7eb279aa365e8fa2f3b358c716223c9ee7525aa -size 5953 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 8180a533ab..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/xp_bar.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37e38dfaa31beb66b4bbc0e9f2cadede08da6702c1187dbbddd673971674fb24 -size 4505 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 a8de98bbfd..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/xp_bar_l.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cfe6e5b0bf26772c47399e4c6e246a86ab485d6e146a67a241ead9b885f63e1 -size 2356 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 1c5982ef3b..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/xp_bar_l_filled.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41ab8efd9e177b17a42f699ee40a604a3ab5e35fb40f6185eaddceddb7e1abbd -size 2049 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 db69f3decc..0000000000 --- a/voxygen/test_assets/ui/hud/skill_bar/xp_bar_r.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7737eba27ee3eedf7796d43f4c9010b2e207f59b2deb0917d7358334fe57d075 -size 2285 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 8be101135c..0000000000 --- a/voxygen/test_assets/ui/hud/social/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d357a71de1a8bab2c316293324f3f829bea300e785bcb6a70c63af2627446f8e -size 17455 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 a3d81fa011..0000000000 --- a/voxygen/test_assets/ui/hud/social/icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b87a847ab11568e346326a3c57b29e5b7b9652c7f5e04f95a657c534a577330e -size 10648 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 8be101135c..0000000000 --- a/voxygen/test_assets/ui/hud/spellbook/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d357a71de1a8bab2c316293324f3f829bea300e785bcb6a70c63af2627446f8e -size 17455 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 73f7d09b82..0000000000 --- a/voxygen/test_assets/ui/hud/spellbook/icon.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:966ef8c9b7bfc4e7c4363f3edce304a8dff763f07acc404733b95861293478ff -size 9161 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 3bd6b4fa1d..0000000000 --- a/voxygen/test_assets/ui/hud/window_frame.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6de998c58d28a6659a31732d4a853d829d96111520d258b540a812b521d9312 -size 20431 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 c5b1850e6f..0000000000 --- a/voxygen/test_assets/ui/hud/window_frame_2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7af474da3b5f068664e74dc30236fccf55cbe5e5d38b2513130673a0a67779e9 -size 17674 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 cb3ccd6a57..0000000000 --- a/voxygen/test_assets/ui/hud/window_frame_map.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a3fcad0daae462b61debc2df9dafe0549d7e5bdcc9bb97b84a79b9f7d94a5b1 -size 19594 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 02bf90b2ff..0000000000 --- a/voxygen/test_assets/ui/hud/window_frame_old.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ac89d87409afb1f805b232b87409b7c2d80f459a822e59a4b51e8b128826cfd -size 20803 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 455aced925..0000000000 --- a/voxygen/test_assets/ui/hud/x/0_x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88092f03ce8dccb1eadd75072de4df98b2affa0b8e333bdba739606d000dd161 -size 14877 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 9f1457cb8d..0000000000 --- a/voxygen/test_assets/ui/hud/x/1_x_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ab2c11fb5cdf9dd8fd4dd6e91580ac7e66d8e6164bca5d4946eaabfde7d67d5 -size 18506 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 741f333c90..0000000000 --- a/voxygen/test_assets/ui/hud/x/2_x_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3488cc85d18f9c2cbfe708e18716847c759f0a72116ca9d12a1decb6f7028122 -size 10901 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 0eade6c4e1..0000000000 --- a/voxygen/test_assets/ui/main/bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:550faf7c7631e555549bd8b1545cb1d1303d1eefb97ff1a23630cab0aa914781 -size 1829174 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 f6af1f1993..0000000000 --- a/voxygen/test_assets/ui/main/buttons/button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06443433766c44dad3db8d489a7af2e12ab34154c7e02fb40eaa48b21d22efd0 -size 3111 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 b9db9aace7..0000000000 --- a/voxygen/test_assets/ui/main/buttons/button_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82ef8cf28ddf0f282d4d02c1a4b0ded2dfaa54a9fb86c7ab3e19a5b046ed59ae -size 3527 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 714d0f3f65..0000000000 --- a/voxygen/test_assets/ui/main/buttons/button_login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ac2ba931a3d4d5d430c913d61177c59899324fd53cd1132a87a100ec1c27af1 -size 4197 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 c9de5fcf1e..0000000000 --- a/voxygen/test_assets/ui/main/buttons/button_login_hover.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34921467d9fd9020faac1dedfe7edc2db8a9bb402962b5a2812b76f46d194975 -size 4794 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 dace6e9216..0000000000 --- a/voxygen/test_assets/ui/main/buttons/button_login_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bb4732839fc54400b1e25cec2ad653889892c346eace968b55248064a776bf7 -size 5653 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 9f94951ec5..0000000000 --- a/voxygen/test_assets/ui/main/buttons/button_press.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65fa1181b4ea68c166db9757917cd2e250b093082e3969352301eac3437466de -size 4207 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 9018f126d2..0000000000 --- a/voxygen/test_assets/ui/main/input_bg.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1f9decd9407bff21b3dc48e78f7b703f836a664bbc35fecd444bd902c781fc8 -size 14133 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 e55f36f3d8..0000000000 --- a/voxygen/test_assets/ui/main/text/White/login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61d22bc7438a567ad0a8fd45a29eabd755ad2d7872ff61712211a725645193e -size 2077 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 44d7b6180f..0000000000 --- a/voxygen/test_assets/ui/main/text/White/quit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1295ab1f34b160e0b8d71b5b8fa03ca4ec3359335dfaea7a24174f96cfbefe20 -size 1550 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 b9324b78fe..0000000000 --- a/voxygen/test_assets/ui/main/text/White/server_address.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a9b9d0a287d5b67c175bc28ee7af427d5c9f01d421c1fafc04440b442f1232 -size 5669 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 8c8e64b38c..0000000000 --- a/voxygen/test_assets/ui/main/text/White/servers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8e9830be2e54339b547b84b17103b8b3b3f2c59f1b4bd8c9f4a0176c9eac9b1 -size 2317 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 d39d8910af..0000000000 --- a/voxygen/test_assets/ui/main/text/White/settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e12d7360bf4dc584272f531b53dd96e59c17b0a5acba9d8b6b7d7d30a6e5148 -size 2748 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 4748fc697e..0000000000 --- a/voxygen/test_assets/ui/main/text/White/username.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c641b645857e746ee511d6f633c05f78a3c89eb0484d8ffa905fbed8764921cb -size 4101 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 21ab7e873b..0000000000 --- a/voxygen/test_assets/ui/main/text/Yellow/a01.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8088394d2e5acab7914e2ee692a2df674614ecbb0eec229548da4a94a181e15 -size 1075 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 b1249cf8ae..0000000000 --- a/voxygen/test_assets/ui/main/text/Yellow/login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:006818467f94c2b380099866111ff25da53ea555ea26f0b0ef5ec4e59db7a3a9 -size 2088 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 46b5588028..0000000000 --- a/voxygen/test_assets/ui/main/text/Yellow/quit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0678e620f0c7ef00671995bbfb95b03349d46a66fe38f5c5d1b8ac42e6daed9a -size 1540 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 34c3ce7f35..0000000000 --- a/voxygen/test_assets/ui/main/text/Yellow/server_address.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fba8a3329e257ea3a763d20f3e279dd7abab62e55c2ccd2df947228916b8533a -size 4828 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 faea8721e8..0000000000 --- a/voxygen/test_assets/ui/main/text/Yellow/servers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a36a22e175811f428a08eae13dbbb386bd640761074ede7ae853852dfa127f0 -size 2286 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 7f6477a4a0..0000000000 --- a/voxygen/test_assets/ui/main/text/Yellow/settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:032d9bc74f540a736f8ab325d8e7cd261f1df7b4bd469baeb7d87238ec356c3c -size 2646 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 f7c2387ce8..0000000000 --- a/voxygen/test_assets/ui/main/text/Yellow/username.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b616ce11ee9c8700b82f631c769b738273a7191973804d834028f53206078981 -size 3429 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 ac671c5f28..0000000000 --- a/voxygen/test_assets/ui/main/text/a01.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e128b6fb6f18a7b963ee24823bae6d412966fbff8ede2b7525914dabfff383a -size 3745 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 e55f36f3d8..0000000000 --- a/voxygen/test_assets/ui/main/text/login.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61d22bc7438a567ad0a8fd45a29eabd755ad2d7872ff61712211a725645193e -size 2077 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 44d7b6180f..0000000000 --- a/voxygen/test_assets/ui/main/text/quit.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1295ab1f34b160e0b8d71b5b8fa03ca4ec3359335dfaea7a24174f96cfbefe20 -size 1550 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 b9324b78fe..0000000000 --- a/voxygen/test_assets/ui/main/text/server_address.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a9b9d0a287d5b67c175bc28ee7af427d5c9f01d421c1fafc04440b442f1232 -size 5669 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 8c8e64b38c..0000000000 --- a/voxygen/test_assets/ui/main/text/servers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8e9830be2e54339b547b84b17103b8b3b3f2c59f1b4bd8c9f4a0176c9eac9b1 -size 2317 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 d39d8910af..0000000000 --- a/voxygen/test_assets/ui/main/text/settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e12d7360bf4dc584272f531b53dd96e59c17b0a5acba9d8b6b7d7d30a6e5148 -size 2748 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 00882ad555..0000000000 --- a/voxygen/test_assets/ui/main/text/singleplayer.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b965c627162cc2e08a6eb909314849c1b9a266bd84d0e9dd280c1a5196d6db4 -size 4153 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 4748fc697e..0000000000 --- a/voxygen/test_assets/ui/main/text/username.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c641b645857e746ee511d6f633c05f78a3c89eb0484d8ffa905fbed8764921cb -size 4101 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 10eab9f035..0000000000 --- a/voxygen/test_assets/ui/main/v_logo.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a961b3b76850ad80292389bec3ebf97ab1e2bfe62d3b0566110f88d126d25c -size 10130 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 2ab02f9661..0000000000 --- a/voxygen/test_assets/ui/main/v_logo_a01.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6eb1a5fa8f9c06e460b29826d462f3e5617ae9b1b558c6dbeb38d03f02868a1 -size 11664 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 2d75c97661..0000000000 --- a/voxygen/test_assets/ui/main/v_logo_grey.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f71adc3cdf6f3c1de39d41e66beefdf0a59c6e46daa7b63028bf3836f9df1276 -size 41750 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 f70bc75bc7..0000000000 --- a/voxygen/test_assets/ui/title/splash.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc7ee2049341b1642de7ffd1a448f9e35558b3bbe6a3d833565cee610e1f45d3 -size 759589 diff --git a/voxygen/test_assets/wall.png b/voxygen/test_assets/wall.png deleted file mode 100644 index fd437c4da0..0000000000 --- a/voxygen/test_assets/wall.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:772c1420edbb88d3b47efb2b2cdc781d23ff17de20b36f07a7eb065a43018a08 -size 32152