commit ce4a4227005f8b401089cee89854d5494787ed34 Author: Pierre-Yves Rollo Date: Sun Nov 11 13:02:30 2018 +0100 First commit diff --git a/LGPL.txt b/LGPL.txt new file mode 100644 index 0000000..f03a2d2 --- /dev/null +++ b/LGPL.txt @@ -0,0 +1,504 @@ +GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts +as the successor of the GNU Library Public License, version 2, hence +the version number 2.1.] + + Preamble + +The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + +This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + +When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + +To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + +For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + +We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + +To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + +Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + +Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + +When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + +We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + +For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + +In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + +Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + +The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + +GNU LESSER GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + +A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + +You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + +2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +a) The modified work must itself be a software library. + +b) You must cause the files modified to carry prominent notices +stating that you changed the files and the date of any change. + +c) You must cause the whole of the work to be licensed at no +charge to all third parties under the terms of this License. + +d) If a facility in the modified Library refers to a function or a +table of data to be supplied by an application program that uses +the facility, other than as an argument passed when the facility +is invoked, then you must make a good faith effort to ensure that, +in the event an application does not supply such function or +table, the facility still operates, and performs whatever part of +its purpose remains meaningful. + +(For example, a function in a library to compute square roots has +a purpose that is entirely well-defined independent of the +application. Therefore, Subsection 2d requires that any +application-supplied function or table used by this function must +be optional: if the application does not supply it, the square +root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + +Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + +However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + +When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + +If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + +6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + +a) Accompany the work with the complete corresponding +machine-readable source code for the Library including whatever +changes were used in the work (which must be distributed under +Sections 1 and 2 above); and, if the work is an executable linked +with the Library, with the complete machine-readable "work that +uses the Library", as object code and/or source code, so that the +user can modify the Library and then relink to produce a modified +executable containing the modified Library. (It is understood +that the user who changes the contents of definitions files in the +Library will not necessarily be able to recompile the application +to use the modified definitions.) + +b) Use a suitable shared library mechanism for linking with the +Library. A suitable mechanism is one that (1) uses at run time a +copy of the library already present on the user's computer system, +rather than copying library functions into the executable, and (2) +will operate properly with a modified version of the library, if +the user installs one, as long as the modified version is +interface-compatible with the version that the work was made with. + +c) Accompany the work with a written offer, valid for at +least three years, to give the same user the materials +specified in Subsection 6a, above, for a charge no more +than the cost of performing this distribution. + +d) If distribution of the work is made by offering access to copy +from a designated place, offer equivalent access to copy the above +specified materials from the same place. + +e) Verify that the user has already received a copy of these +materials or that you have already sent this user a copy. + +For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + +It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + +7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + +a) Accompany the combined library with a copy of the same work +based on the Library, uncombined with any other library +facilities. This must be distributed under the terms of the +Sections above. + +b) Give prominent notice with the combined library of the fact +that part of it is a work based on the Library, and explaining +where to find the accompanying uncombined form of the same work. + +8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + +11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + +To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 +USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the +library `Frob' (a library for tweaking knobs) written by James Random +Hacker. + +, 1 April 1990 +Ty Coon, President of Vice + +That's all there is to it! diff --git a/README.md b/README.md new file mode 100644 index 0000000..75a665b --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Font OldWizard for Minetest Font API mod + +This mod adds OldWizard font to Font API mod (from [display_modpack](https://github.com/pyrollo/display_modpack)). + +For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=13563) at the Minetest forums. + +
![Font OldWizard Preview](screenshot.png)
+ +**Dependancies**: font_api + +**License**: code under LGPL v2.1, font in Public Domain + +## Original Font + +**Original font**: OldWizard by Angel + +**License**: Public Domain + +[Original font site](http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=168) diff --git a/copyright.txt b/copyright.txt new file mode 100644 index 0000000..44c3c05 --- /dev/null +++ b/copyright.txt @@ -0,0 +1,2 @@ +Font by Angel +Code by Pierre-Yves Rollo (pyrollo) diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..7372f0d --- /dev/null +++ b/depends.txt @@ -0,0 +1 @@ +font_api diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..0730347 --- /dev/null +++ b/init.lua @@ -0,0 +1,17 @@ +--[[ + + generated by make_font_lua.sh Sun Nov 11 12:16:51 CET 2018 + +--]] + +font_api.register_font( + 'oldwizard', + { + margintop = 2, + linespacing = -3, + height = 17, + widths = { + [0]=9, [32]=9, [33]=6, [34]=7, [35]=10, [36]=12, [37]=13, [38]=11, [39]=4, [40]=7, [41]=7, [42]=7, [43]=10, [44]=5, [45]=8, [46]=5, [47]=8, [48]=9, [49]=8, [50]=10, [51]=8, [52]=9, [53]=9, [54]=9, [55]=9, [56]=9, [57]=9, [58]=5, [59]=5, [60]=10, [61]=9, [62]=10, [63]=8, [64]=15, [65]=11, [66]=9, [67]=11, [68]=11, [69]=10, [70]=11, [71]=11, [72]=10, [73]=10, [74]=12, [75]=11, [76]=11, [77]=15, [78]=13, [79]=11, [80]=11, [81]=12, [82]=12, [83]=12, [84]=11, [85]=11, [86]=11, [87]=16, [88]=12, [89]=12, [90]=12, [91]=8, [92]=8, [93]=8, [94]=8, [95]=11, [96]=5, [97]=9, [98]=9, [99]=8, [100]=8, [101]=8, [102]=8, [103]=9, [104]=9, [105]=5, [106]=6, [107]=11, [108]=5, [109]=13, [110]=9, [111]=8, [112]=9, [113]=9, [114]=8, [115]=8, [116]=5, [117]=10, [118]=9, [119]=12, [120]=10, [121]=8, [122]=9, [123]=7, [124]=5, [125]=8, [126]=10, [160]=6, [161]=6, [162]=9, [163]=11, [164]=9, [165]=10, [166]=5, [167]=9, [168]=6, [169]=12, [170]=6, [171]=10, [172]=9, [174]=12, [175]=10, [176]=7, [177]=10, [178]=6, [179]=6, [180]=6, [181]=10, [182]=9, [183]=6, [184]=6, [185]=5, [186]=7, [187]=10, [188]=12, [189]=13, [190]=12, [191]=10, [192]=11, [193]=11, [194]=11, [195]=11, [196]=11, [197]=11, [198]=15, [199]=11, [200]=10, [201]=10, [202]=10, [203]=10, [204]=10, [205]=10, [206]=10, [207]=10, [208]=11, [209]=13, [210]=11, [211]=11, [212]=11, [213]=11, [214]=11, [215]=9, [216]=12, [217]=11, [218]=11, [219]=11, [220]=11, [221]=12, [222]=10, [223]=10, [224]=9, [225]=9, [226]=9, [227]=9, [228]=9, [229]=9, [230]=12, [231]=8, [232]=8, [233]=8, [234]=8, [235]=8, [236]=5, [237]=5, [238]=5, [239]=5, [240]=9, [241]=9, [242]=8, [243]=8, [244]=8, [245]=8, [246]=8, [247]=10, [248]=9, [249]=10, [250]=10, [251]=10, [252]=10, [253]=8, [254]=8, [255]=8, [256]=11, [257]=9, [258]=11, [259]=9, [260]=11, [261]=9, [262]=11, [263]=8, [264]=11, [265]=8, [266]=11, [267]=8, [268]=11, [269]=8, [270]=11, [271]=10, [272]=11, [273]=8, [274]=10, [275]=8, [276]=10, [277]=8, [278]=10, [279]=8, [280]=10, [281]=8, [282]=10, [283]=8, [284]=11, [285]=9, [286]=11, [287]=9, [288]=11, [289]=9, [290]=11, [291]=9, [292]=9, [293]=9, [294]=10, [295]=9, [296]=10, [297]=7, [298]=10, [299]=5, [300]=10, [301]=6, [302]=10, [303]=5, [304]=10, [305]=5, [306]=14, [307]=9, [308]=12, [309]=6, [310]=11, [311]=10, [312]=10, [313]=10, [314]=5, [315]=10, [316]=5, [317]=10, [318]=7, [319]=10, [320]=7, [321]=10, [322]=6, [323]=13, [324]=9, [325]=13, [326]=9, [327]=13, [328]=9, [329]=9, [330]=11, [331]=8, [332]=11, [333]=8, [334]=11, [335]=8, [336]=11, [337]=9, [338]=15, [339]=14, [340]=13, [341]=8, [342]=13, [343]=8, [344]=13, [345]=8, [346]=12, [347]=8, [348]=12, [349]=8, [350]=12, [351]=8, [352]=12, [353]=8, [354]=11, [355]=5, [356]=11, [357]=7, [358]=11, [359]=5, [360]=11, [361]=10, [362]=11, [363]=10, [364]=11, [365]=10, [366]=11, [367]=10, [368]=11, [369]=10, [370]=11, [371]=10, [372]=15, [373]=12, [374]=12, [375]=8, [376]=12, [377]=12, [378]=9, [379]=12, [380]=9, [381]=12, [382]=9, [8364]=11 + }, + } +); diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..6c2ade2 Binary files /dev/null and b/screenshot.png differ diff --git a/textures/font_oldwizard_0000.png b/textures/font_oldwizard_0000.png new file mode 100644 index 0000000..7c6af13 Binary files /dev/null and b/textures/font_oldwizard_0000.png differ diff --git a/textures/font_oldwizard_0020.png b/textures/font_oldwizard_0020.png new file mode 100644 index 0000000..ca160a4 Binary files /dev/null and b/textures/font_oldwizard_0020.png differ diff --git a/textures/font_oldwizard_0021.png b/textures/font_oldwizard_0021.png new file mode 100644 index 0000000..3c51527 Binary files /dev/null and b/textures/font_oldwizard_0021.png differ diff --git a/textures/font_oldwizard_0022.png b/textures/font_oldwizard_0022.png new file mode 100644 index 0000000..22b4f67 Binary files /dev/null and b/textures/font_oldwizard_0022.png differ diff --git a/textures/font_oldwizard_0023.png b/textures/font_oldwizard_0023.png new file mode 100644 index 0000000..b9f09b5 Binary files /dev/null and b/textures/font_oldwizard_0023.png differ diff --git a/textures/font_oldwizard_0024.png b/textures/font_oldwizard_0024.png new file mode 100644 index 0000000..14d0d8c Binary files /dev/null and b/textures/font_oldwizard_0024.png differ diff --git a/textures/font_oldwizard_0025.png b/textures/font_oldwizard_0025.png new file mode 100644 index 0000000..9bbe762 Binary files /dev/null and b/textures/font_oldwizard_0025.png differ diff --git a/textures/font_oldwizard_0026.png b/textures/font_oldwizard_0026.png new file mode 100644 index 0000000..e2c3905 Binary files /dev/null and b/textures/font_oldwizard_0026.png differ diff --git a/textures/font_oldwizard_0027.png b/textures/font_oldwizard_0027.png new file mode 100644 index 0000000..f7fb93e Binary files /dev/null and b/textures/font_oldwizard_0027.png differ diff --git a/textures/font_oldwizard_0028.png b/textures/font_oldwizard_0028.png new file mode 100644 index 0000000..63d757a Binary files /dev/null and b/textures/font_oldwizard_0028.png differ diff --git a/textures/font_oldwizard_0029.png b/textures/font_oldwizard_0029.png new file mode 100644 index 0000000..83e1129 Binary files /dev/null and b/textures/font_oldwizard_0029.png differ diff --git a/textures/font_oldwizard_002a.png b/textures/font_oldwizard_002a.png new file mode 100644 index 0000000..fb7702d Binary files /dev/null and b/textures/font_oldwizard_002a.png differ diff --git a/textures/font_oldwizard_002b.png b/textures/font_oldwizard_002b.png new file mode 100644 index 0000000..1d4eb66 Binary files /dev/null and b/textures/font_oldwizard_002b.png differ diff --git a/textures/font_oldwizard_002c.png b/textures/font_oldwizard_002c.png new file mode 100644 index 0000000..0f2b4c2 Binary files /dev/null and b/textures/font_oldwizard_002c.png differ diff --git a/textures/font_oldwizard_002d.png b/textures/font_oldwizard_002d.png new file mode 100644 index 0000000..dcb1bb8 Binary files /dev/null and b/textures/font_oldwizard_002d.png differ diff --git a/textures/font_oldwizard_002e.png b/textures/font_oldwizard_002e.png new file mode 100644 index 0000000..b9b69fb Binary files /dev/null and b/textures/font_oldwizard_002e.png differ diff --git a/textures/font_oldwizard_002f.png b/textures/font_oldwizard_002f.png new file mode 100644 index 0000000..fbfc25b Binary files /dev/null and b/textures/font_oldwizard_002f.png differ diff --git a/textures/font_oldwizard_0030.png b/textures/font_oldwizard_0030.png new file mode 100644 index 0000000..8497d94 Binary files /dev/null and b/textures/font_oldwizard_0030.png differ diff --git a/textures/font_oldwizard_0031.png b/textures/font_oldwizard_0031.png new file mode 100644 index 0000000..f2ee88d Binary files /dev/null and b/textures/font_oldwizard_0031.png differ diff --git a/textures/font_oldwizard_0032.png b/textures/font_oldwizard_0032.png new file mode 100644 index 0000000..dcbdb10 Binary files /dev/null and b/textures/font_oldwizard_0032.png differ diff --git a/textures/font_oldwizard_0033.png b/textures/font_oldwizard_0033.png new file mode 100644 index 0000000..9836f92 Binary files /dev/null and b/textures/font_oldwizard_0033.png differ diff --git a/textures/font_oldwizard_0034.png b/textures/font_oldwizard_0034.png new file mode 100644 index 0000000..da13988 Binary files /dev/null and b/textures/font_oldwizard_0034.png differ diff --git a/textures/font_oldwizard_0035.png b/textures/font_oldwizard_0035.png new file mode 100644 index 0000000..fc9e699 Binary files /dev/null and b/textures/font_oldwizard_0035.png differ diff --git a/textures/font_oldwizard_0036.png b/textures/font_oldwizard_0036.png new file mode 100644 index 0000000..3cd9e32 Binary files /dev/null and b/textures/font_oldwizard_0036.png differ diff --git a/textures/font_oldwizard_0037.png b/textures/font_oldwizard_0037.png new file mode 100644 index 0000000..fa2d75f Binary files /dev/null and b/textures/font_oldwizard_0037.png differ diff --git a/textures/font_oldwizard_0038.png b/textures/font_oldwizard_0038.png new file mode 100644 index 0000000..abb6e32 Binary files /dev/null and b/textures/font_oldwizard_0038.png differ diff --git a/textures/font_oldwizard_0039.png b/textures/font_oldwizard_0039.png new file mode 100644 index 0000000..d06bd2a Binary files /dev/null and b/textures/font_oldwizard_0039.png differ diff --git a/textures/font_oldwizard_003a.png b/textures/font_oldwizard_003a.png new file mode 100644 index 0000000..73fef55 Binary files /dev/null and b/textures/font_oldwizard_003a.png differ diff --git a/textures/font_oldwizard_003b.png b/textures/font_oldwizard_003b.png new file mode 100644 index 0000000..cd556c7 Binary files /dev/null and b/textures/font_oldwizard_003b.png differ diff --git a/textures/font_oldwizard_003c.png b/textures/font_oldwizard_003c.png new file mode 100644 index 0000000..175948f Binary files /dev/null and b/textures/font_oldwizard_003c.png differ diff --git a/textures/font_oldwizard_003d.png b/textures/font_oldwizard_003d.png new file mode 100644 index 0000000..cc83aad Binary files /dev/null and b/textures/font_oldwizard_003d.png differ diff --git a/textures/font_oldwizard_003e.png b/textures/font_oldwizard_003e.png new file mode 100644 index 0000000..54504ae Binary files /dev/null and b/textures/font_oldwizard_003e.png differ diff --git a/textures/font_oldwizard_003f.png b/textures/font_oldwizard_003f.png new file mode 100644 index 0000000..e81b003 Binary files /dev/null and b/textures/font_oldwizard_003f.png differ diff --git a/textures/font_oldwizard_0040.png b/textures/font_oldwizard_0040.png new file mode 100644 index 0000000..701d132 Binary files /dev/null and b/textures/font_oldwizard_0040.png differ diff --git a/textures/font_oldwizard_0041.png b/textures/font_oldwizard_0041.png new file mode 100644 index 0000000..e7d8cdc Binary files /dev/null and b/textures/font_oldwizard_0041.png differ diff --git a/textures/font_oldwizard_0042.png b/textures/font_oldwizard_0042.png new file mode 100644 index 0000000..bf03a1c Binary files /dev/null and b/textures/font_oldwizard_0042.png differ diff --git a/textures/font_oldwizard_0043.png b/textures/font_oldwizard_0043.png new file mode 100644 index 0000000..4ea93bc Binary files /dev/null and b/textures/font_oldwizard_0043.png differ diff --git a/textures/font_oldwizard_0044.png b/textures/font_oldwizard_0044.png new file mode 100644 index 0000000..469e5b9 Binary files /dev/null and b/textures/font_oldwizard_0044.png differ diff --git a/textures/font_oldwizard_0045.png b/textures/font_oldwizard_0045.png new file mode 100644 index 0000000..13c1e18 Binary files /dev/null and b/textures/font_oldwizard_0045.png differ diff --git a/textures/font_oldwizard_0046.png b/textures/font_oldwizard_0046.png new file mode 100644 index 0000000..e76f17b Binary files /dev/null and b/textures/font_oldwizard_0046.png differ diff --git a/textures/font_oldwizard_0047.png b/textures/font_oldwizard_0047.png new file mode 100644 index 0000000..0a4bb54 Binary files /dev/null and b/textures/font_oldwizard_0047.png differ diff --git a/textures/font_oldwizard_0048.png b/textures/font_oldwizard_0048.png new file mode 100644 index 0000000..5367b23 Binary files /dev/null and b/textures/font_oldwizard_0048.png differ diff --git a/textures/font_oldwizard_0049.png b/textures/font_oldwizard_0049.png new file mode 100644 index 0000000..79818f5 Binary files /dev/null and b/textures/font_oldwizard_0049.png differ diff --git a/textures/font_oldwizard_004a.png b/textures/font_oldwizard_004a.png new file mode 100644 index 0000000..195b267 Binary files /dev/null and b/textures/font_oldwizard_004a.png differ diff --git a/textures/font_oldwizard_004b.png b/textures/font_oldwizard_004b.png new file mode 100644 index 0000000..3e10410 Binary files /dev/null and b/textures/font_oldwizard_004b.png differ diff --git a/textures/font_oldwizard_004c.png b/textures/font_oldwizard_004c.png new file mode 100644 index 0000000..84fcd47 Binary files /dev/null and b/textures/font_oldwizard_004c.png differ diff --git a/textures/font_oldwizard_004d.png b/textures/font_oldwizard_004d.png new file mode 100644 index 0000000..704aa47 Binary files /dev/null and b/textures/font_oldwizard_004d.png differ diff --git a/textures/font_oldwizard_004e.png b/textures/font_oldwizard_004e.png new file mode 100644 index 0000000..3cb502c Binary files /dev/null and b/textures/font_oldwizard_004e.png differ diff --git a/textures/font_oldwizard_004f.png b/textures/font_oldwizard_004f.png new file mode 100644 index 0000000..f192751 Binary files /dev/null and b/textures/font_oldwizard_004f.png differ diff --git a/textures/font_oldwizard_0050.png b/textures/font_oldwizard_0050.png new file mode 100644 index 0000000..268d417 Binary files /dev/null and b/textures/font_oldwizard_0050.png differ diff --git a/textures/font_oldwizard_0051.png b/textures/font_oldwizard_0051.png new file mode 100644 index 0000000..773e26f Binary files /dev/null and b/textures/font_oldwizard_0051.png differ diff --git a/textures/font_oldwizard_0052.png b/textures/font_oldwizard_0052.png new file mode 100644 index 0000000..bb58bbf Binary files /dev/null and b/textures/font_oldwizard_0052.png differ diff --git a/textures/font_oldwizard_0053.png b/textures/font_oldwizard_0053.png new file mode 100644 index 0000000..f3f58de Binary files /dev/null and b/textures/font_oldwizard_0053.png differ diff --git a/textures/font_oldwizard_0054.png b/textures/font_oldwizard_0054.png new file mode 100644 index 0000000..41df47f Binary files /dev/null and b/textures/font_oldwizard_0054.png differ diff --git a/textures/font_oldwizard_0055.png b/textures/font_oldwizard_0055.png new file mode 100644 index 0000000..3182349 Binary files /dev/null and b/textures/font_oldwizard_0055.png differ diff --git a/textures/font_oldwizard_0056.png b/textures/font_oldwizard_0056.png new file mode 100644 index 0000000..4171ed6 Binary files /dev/null and b/textures/font_oldwizard_0056.png differ diff --git a/textures/font_oldwizard_0057.png b/textures/font_oldwizard_0057.png new file mode 100644 index 0000000..c8b96c2 Binary files /dev/null and b/textures/font_oldwizard_0057.png differ diff --git a/textures/font_oldwizard_0058.png b/textures/font_oldwizard_0058.png new file mode 100644 index 0000000..ac4fb26 Binary files /dev/null and b/textures/font_oldwizard_0058.png differ diff --git a/textures/font_oldwizard_0059.png b/textures/font_oldwizard_0059.png new file mode 100644 index 0000000..26a4d34 Binary files /dev/null and b/textures/font_oldwizard_0059.png differ diff --git a/textures/font_oldwizard_005a.png b/textures/font_oldwizard_005a.png new file mode 100644 index 0000000..44b2e59 Binary files /dev/null and b/textures/font_oldwizard_005a.png differ diff --git a/textures/font_oldwizard_005b.png b/textures/font_oldwizard_005b.png new file mode 100644 index 0000000..bb79fdf Binary files /dev/null and b/textures/font_oldwizard_005b.png differ diff --git a/textures/font_oldwizard_005c.png b/textures/font_oldwizard_005c.png new file mode 100644 index 0000000..a8e26cd Binary files /dev/null and b/textures/font_oldwizard_005c.png differ diff --git a/textures/font_oldwizard_005d.png b/textures/font_oldwizard_005d.png new file mode 100644 index 0000000..dee8082 Binary files /dev/null and b/textures/font_oldwizard_005d.png differ diff --git a/textures/font_oldwizard_005e.png b/textures/font_oldwizard_005e.png new file mode 100644 index 0000000..d85bcc4 Binary files /dev/null and b/textures/font_oldwizard_005e.png differ diff --git a/textures/font_oldwizard_005f.png b/textures/font_oldwizard_005f.png new file mode 100644 index 0000000..57cf268 Binary files /dev/null and b/textures/font_oldwizard_005f.png differ diff --git a/textures/font_oldwizard_0060.png b/textures/font_oldwizard_0060.png new file mode 100644 index 0000000..8bfd472 Binary files /dev/null and b/textures/font_oldwizard_0060.png differ diff --git a/textures/font_oldwizard_0061.png b/textures/font_oldwizard_0061.png new file mode 100644 index 0000000..e47b4b9 Binary files /dev/null and b/textures/font_oldwizard_0061.png differ diff --git a/textures/font_oldwizard_0062.png b/textures/font_oldwizard_0062.png new file mode 100644 index 0000000..a9e05f3 Binary files /dev/null and b/textures/font_oldwizard_0062.png differ diff --git a/textures/font_oldwizard_0063.png b/textures/font_oldwizard_0063.png new file mode 100644 index 0000000..d862b07 Binary files /dev/null and b/textures/font_oldwizard_0063.png differ diff --git a/textures/font_oldwizard_0064.png b/textures/font_oldwizard_0064.png new file mode 100644 index 0000000..73178a0 Binary files /dev/null and b/textures/font_oldwizard_0064.png differ diff --git a/textures/font_oldwizard_0065.png b/textures/font_oldwizard_0065.png new file mode 100644 index 0000000..a5f85c1 Binary files /dev/null and b/textures/font_oldwizard_0065.png differ diff --git a/textures/font_oldwizard_0066.png b/textures/font_oldwizard_0066.png new file mode 100644 index 0000000..7c8f067 Binary files /dev/null and b/textures/font_oldwizard_0066.png differ diff --git a/textures/font_oldwizard_0067.png b/textures/font_oldwizard_0067.png new file mode 100644 index 0000000..17bd6cb Binary files /dev/null and b/textures/font_oldwizard_0067.png differ diff --git a/textures/font_oldwizard_0068.png b/textures/font_oldwizard_0068.png new file mode 100644 index 0000000..3771dd0 Binary files /dev/null and b/textures/font_oldwizard_0068.png differ diff --git a/textures/font_oldwizard_0069.png b/textures/font_oldwizard_0069.png new file mode 100644 index 0000000..8e8ea61 Binary files /dev/null and b/textures/font_oldwizard_0069.png differ diff --git a/textures/font_oldwizard_006a.png b/textures/font_oldwizard_006a.png new file mode 100644 index 0000000..b327682 Binary files /dev/null and b/textures/font_oldwizard_006a.png differ diff --git a/textures/font_oldwizard_006b.png b/textures/font_oldwizard_006b.png new file mode 100644 index 0000000..651fb5e Binary files /dev/null and b/textures/font_oldwizard_006b.png differ diff --git a/textures/font_oldwizard_006c.png b/textures/font_oldwizard_006c.png new file mode 100644 index 0000000..9d8b52b Binary files /dev/null and b/textures/font_oldwizard_006c.png differ diff --git a/textures/font_oldwizard_006d.png b/textures/font_oldwizard_006d.png new file mode 100644 index 0000000..422a093 Binary files /dev/null and b/textures/font_oldwizard_006d.png differ diff --git a/textures/font_oldwizard_006e.png b/textures/font_oldwizard_006e.png new file mode 100644 index 0000000..982435f Binary files /dev/null and b/textures/font_oldwizard_006e.png differ diff --git a/textures/font_oldwizard_006f.png b/textures/font_oldwizard_006f.png new file mode 100644 index 0000000..f31c2cf Binary files /dev/null and b/textures/font_oldwizard_006f.png differ diff --git a/textures/font_oldwizard_0070.png b/textures/font_oldwizard_0070.png new file mode 100644 index 0000000..977e148 Binary files /dev/null and b/textures/font_oldwizard_0070.png differ diff --git a/textures/font_oldwizard_0071.png b/textures/font_oldwizard_0071.png new file mode 100644 index 0000000..a71c4b1 Binary files /dev/null and b/textures/font_oldwizard_0071.png differ diff --git a/textures/font_oldwizard_0072.png b/textures/font_oldwizard_0072.png new file mode 100644 index 0000000..dada91e Binary files /dev/null and b/textures/font_oldwizard_0072.png differ diff --git a/textures/font_oldwizard_0073.png b/textures/font_oldwizard_0073.png new file mode 100644 index 0000000..2e9e0e5 Binary files /dev/null and b/textures/font_oldwizard_0073.png differ diff --git a/textures/font_oldwizard_0074.png b/textures/font_oldwizard_0074.png new file mode 100644 index 0000000..a00ed56 Binary files /dev/null and b/textures/font_oldwizard_0074.png differ diff --git a/textures/font_oldwizard_0075.png b/textures/font_oldwizard_0075.png new file mode 100644 index 0000000..82cc022 Binary files /dev/null and b/textures/font_oldwizard_0075.png differ diff --git a/textures/font_oldwizard_0076.png b/textures/font_oldwizard_0076.png new file mode 100644 index 0000000..d8fc79b Binary files /dev/null and b/textures/font_oldwizard_0076.png differ diff --git a/textures/font_oldwizard_0077.png b/textures/font_oldwizard_0077.png new file mode 100644 index 0000000..5373529 Binary files /dev/null and b/textures/font_oldwizard_0077.png differ diff --git a/textures/font_oldwizard_0078.png b/textures/font_oldwizard_0078.png new file mode 100644 index 0000000..aa83dcf Binary files /dev/null and b/textures/font_oldwizard_0078.png differ diff --git a/textures/font_oldwizard_0079.png b/textures/font_oldwizard_0079.png new file mode 100644 index 0000000..51bd241 Binary files /dev/null and b/textures/font_oldwizard_0079.png differ diff --git a/textures/font_oldwizard_007a.png b/textures/font_oldwizard_007a.png new file mode 100644 index 0000000..6b966da Binary files /dev/null and b/textures/font_oldwizard_007a.png differ diff --git a/textures/font_oldwizard_007b.png b/textures/font_oldwizard_007b.png new file mode 100644 index 0000000..ba52e4f Binary files /dev/null and b/textures/font_oldwizard_007b.png differ diff --git a/textures/font_oldwizard_007c.png b/textures/font_oldwizard_007c.png new file mode 100644 index 0000000..485b97d Binary files /dev/null and b/textures/font_oldwizard_007c.png differ diff --git a/textures/font_oldwizard_007d.png b/textures/font_oldwizard_007d.png new file mode 100644 index 0000000..aff9d10 Binary files /dev/null and b/textures/font_oldwizard_007d.png differ diff --git a/textures/font_oldwizard_007e.png b/textures/font_oldwizard_007e.png new file mode 100644 index 0000000..f43705b Binary files /dev/null and b/textures/font_oldwizard_007e.png differ diff --git a/textures/font_oldwizard_00a0.png b/textures/font_oldwizard_00a0.png new file mode 100644 index 0000000..ad9a5f2 Binary files /dev/null and b/textures/font_oldwizard_00a0.png differ diff --git a/textures/font_oldwizard_00a1.png b/textures/font_oldwizard_00a1.png new file mode 100644 index 0000000..f7d4628 Binary files /dev/null and b/textures/font_oldwizard_00a1.png differ diff --git a/textures/font_oldwizard_00a2.png b/textures/font_oldwizard_00a2.png new file mode 100644 index 0000000..1673118 Binary files /dev/null and b/textures/font_oldwizard_00a2.png differ diff --git a/textures/font_oldwizard_00a3.png b/textures/font_oldwizard_00a3.png new file mode 100644 index 0000000..3348c0f Binary files /dev/null and b/textures/font_oldwizard_00a3.png differ diff --git a/textures/font_oldwizard_00a4.png b/textures/font_oldwizard_00a4.png new file mode 100644 index 0000000..1e5d34f Binary files /dev/null and b/textures/font_oldwizard_00a4.png differ diff --git a/textures/font_oldwizard_00a5.png b/textures/font_oldwizard_00a5.png new file mode 100644 index 0000000..7b5a807 Binary files /dev/null and b/textures/font_oldwizard_00a5.png differ diff --git a/textures/font_oldwizard_00a6.png b/textures/font_oldwizard_00a6.png new file mode 100644 index 0000000..f2e515d Binary files /dev/null and b/textures/font_oldwizard_00a6.png differ diff --git a/textures/font_oldwizard_00a7.png b/textures/font_oldwizard_00a7.png new file mode 100644 index 0000000..c551f25 Binary files /dev/null and b/textures/font_oldwizard_00a7.png differ diff --git a/textures/font_oldwizard_00a8.png b/textures/font_oldwizard_00a8.png new file mode 100644 index 0000000..f5d2203 Binary files /dev/null and b/textures/font_oldwizard_00a8.png differ diff --git a/textures/font_oldwizard_00a9.png b/textures/font_oldwizard_00a9.png new file mode 100644 index 0000000..9af12e9 Binary files /dev/null and b/textures/font_oldwizard_00a9.png differ diff --git a/textures/font_oldwizard_00aa.png b/textures/font_oldwizard_00aa.png new file mode 100644 index 0000000..2364064 Binary files /dev/null and b/textures/font_oldwizard_00aa.png differ diff --git a/textures/font_oldwizard_00ab.png b/textures/font_oldwizard_00ab.png new file mode 100644 index 0000000..40ddf50 Binary files /dev/null and b/textures/font_oldwizard_00ab.png differ diff --git a/textures/font_oldwizard_00ac.png b/textures/font_oldwizard_00ac.png new file mode 100644 index 0000000..93adfa8 Binary files /dev/null and b/textures/font_oldwizard_00ac.png differ diff --git a/textures/font_oldwizard_00ae.png b/textures/font_oldwizard_00ae.png new file mode 100644 index 0000000..e34079e Binary files /dev/null and b/textures/font_oldwizard_00ae.png differ diff --git a/textures/font_oldwizard_00af.png b/textures/font_oldwizard_00af.png new file mode 100644 index 0000000..c6eb27a Binary files /dev/null and b/textures/font_oldwizard_00af.png differ diff --git a/textures/font_oldwizard_00b0.png b/textures/font_oldwizard_00b0.png new file mode 100644 index 0000000..2afcd99 Binary files /dev/null and b/textures/font_oldwizard_00b0.png differ diff --git a/textures/font_oldwizard_00b1.png b/textures/font_oldwizard_00b1.png new file mode 100644 index 0000000..129f29d Binary files /dev/null and b/textures/font_oldwizard_00b1.png differ diff --git a/textures/font_oldwizard_00b2.png b/textures/font_oldwizard_00b2.png new file mode 100644 index 0000000..352b410 Binary files /dev/null and b/textures/font_oldwizard_00b2.png differ diff --git a/textures/font_oldwizard_00b3.png b/textures/font_oldwizard_00b3.png new file mode 100644 index 0000000..36fa825 Binary files /dev/null and b/textures/font_oldwizard_00b3.png differ diff --git a/textures/font_oldwizard_00b4.png b/textures/font_oldwizard_00b4.png new file mode 100644 index 0000000..4a368e0 Binary files /dev/null and b/textures/font_oldwizard_00b4.png differ diff --git a/textures/font_oldwizard_00b5.png b/textures/font_oldwizard_00b5.png new file mode 100644 index 0000000..d6ca999 Binary files /dev/null and b/textures/font_oldwizard_00b5.png differ diff --git a/textures/font_oldwizard_00b6.png b/textures/font_oldwizard_00b6.png new file mode 100644 index 0000000..fc10b1d Binary files /dev/null and b/textures/font_oldwizard_00b6.png differ diff --git a/textures/font_oldwizard_00b7.png b/textures/font_oldwizard_00b7.png new file mode 100644 index 0000000..9ff416b Binary files /dev/null and b/textures/font_oldwizard_00b7.png differ diff --git a/textures/font_oldwizard_00b8.png b/textures/font_oldwizard_00b8.png new file mode 100644 index 0000000..381643e Binary files /dev/null and b/textures/font_oldwizard_00b8.png differ diff --git a/textures/font_oldwizard_00b9.png b/textures/font_oldwizard_00b9.png new file mode 100644 index 0000000..6fbf9ec Binary files /dev/null and b/textures/font_oldwizard_00b9.png differ diff --git a/textures/font_oldwizard_00ba.png b/textures/font_oldwizard_00ba.png new file mode 100644 index 0000000..2435260 Binary files /dev/null and b/textures/font_oldwizard_00ba.png differ diff --git a/textures/font_oldwizard_00bb.png b/textures/font_oldwizard_00bb.png new file mode 100644 index 0000000..08ca799 Binary files /dev/null and b/textures/font_oldwizard_00bb.png differ diff --git a/textures/font_oldwizard_00bc.png b/textures/font_oldwizard_00bc.png new file mode 100644 index 0000000..a252d3a Binary files /dev/null and b/textures/font_oldwizard_00bc.png differ diff --git a/textures/font_oldwizard_00bd.png b/textures/font_oldwizard_00bd.png new file mode 100644 index 0000000..b52e49d Binary files /dev/null and b/textures/font_oldwizard_00bd.png differ diff --git a/textures/font_oldwizard_00be.png b/textures/font_oldwizard_00be.png new file mode 100644 index 0000000..5a85eb5 Binary files /dev/null and b/textures/font_oldwizard_00be.png differ diff --git a/textures/font_oldwizard_00bf.png b/textures/font_oldwizard_00bf.png new file mode 100644 index 0000000..e41e6c0 Binary files /dev/null and b/textures/font_oldwizard_00bf.png differ diff --git a/textures/font_oldwizard_00c0.png b/textures/font_oldwizard_00c0.png new file mode 100644 index 0000000..2476663 Binary files /dev/null and b/textures/font_oldwizard_00c0.png differ diff --git a/textures/font_oldwizard_00c1.png b/textures/font_oldwizard_00c1.png new file mode 100644 index 0000000..9261a1d Binary files /dev/null and b/textures/font_oldwizard_00c1.png differ diff --git a/textures/font_oldwizard_00c2.png b/textures/font_oldwizard_00c2.png new file mode 100644 index 0000000..da02290 Binary files /dev/null and b/textures/font_oldwizard_00c2.png differ diff --git a/textures/font_oldwizard_00c3.png b/textures/font_oldwizard_00c3.png new file mode 100644 index 0000000..b2b3588 Binary files /dev/null and b/textures/font_oldwizard_00c3.png differ diff --git a/textures/font_oldwizard_00c4.png b/textures/font_oldwizard_00c4.png new file mode 100644 index 0000000..fc66f67 Binary files /dev/null and b/textures/font_oldwizard_00c4.png differ diff --git a/textures/font_oldwizard_00c5.png b/textures/font_oldwizard_00c5.png new file mode 100644 index 0000000..fea1e0c Binary files /dev/null and b/textures/font_oldwizard_00c5.png differ diff --git a/textures/font_oldwizard_00c6.png b/textures/font_oldwizard_00c6.png new file mode 100644 index 0000000..0159375 Binary files /dev/null and b/textures/font_oldwizard_00c6.png differ diff --git a/textures/font_oldwizard_00c7.png b/textures/font_oldwizard_00c7.png new file mode 100644 index 0000000..a9a8091 Binary files /dev/null and b/textures/font_oldwizard_00c7.png differ diff --git a/textures/font_oldwizard_00c8.png b/textures/font_oldwizard_00c8.png new file mode 100644 index 0000000..1ebcb09 Binary files /dev/null and b/textures/font_oldwizard_00c8.png differ diff --git a/textures/font_oldwizard_00c9.png b/textures/font_oldwizard_00c9.png new file mode 100644 index 0000000..4db3acd Binary files /dev/null and b/textures/font_oldwizard_00c9.png differ diff --git a/textures/font_oldwizard_00ca.png b/textures/font_oldwizard_00ca.png new file mode 100644 index 0000000..4257b9e Binary files /dev/null and b/textures/font_oldwizard_00ca.png differ diff --git a/textures/font_oldwizard_00cb.png b/textures/font_oldwizard_00cb.png new file mode 100644 index 0000000..d952207 Binary files /dev/null and b/textures/font_oldwizard_00cb.png differ diff --git a/textures/font_oldwizard_00cc.png b/textures/font_oldwizard_00cc.png new file mode 100644 index 0000000..6b23066 Binary files /dev/null and b/textures/font_oldwizard_00cc.png differ diff --git a/textures/font_oldwizard_00cd.png b/textures/font_oldwizard_00cd.png new file mode 100644 index 0000000..48db070 Binary files /dev/null and b/textures/font_oldwizard_00cd.png differ diff --git a/textures/font_oldwizard_00ce.png b/textures/font_oldwizard_00ce.png new file mode 100644 index 0000000..a25b62f Binary files /dev/null and b/textures/font_oldwizard_00ce.png differ diff --git a/textures/font_oldwizard_00cf.png b/textures/font_oldwizard_00cf.png new file mode 100644 index 0000000..ed691e3 Binary files /dev/null and b/textures/font_oldwizard_00cf.png differ diff --git a/textures/font_oldwizard_00d0.png b/textures/font_oldwizard_00d0.png new file mode 100644 index 0000000..e4f605f Binary files /dev/null and b/textures/font_oldwizard_00d0.png differ diff --git a/textures/font_oldwizard_00d1.png b/textures/font_oldwizard_00d1.png new file mode 100644 index 0000000..18d0117 Binary files /dev/null and b/textures/font_oldwizard_00d1.png differ diff --git a/textures/font_oldwizard_00d2.png b/textures/font_oldwizard_00d2.png new file mode 100644 index 0000000..3fce2d7 Binary files /dev/null and b/textures/font_oldwizard_00d2.png differ diff --git a/textures/font_oldwizard_00d3.png b/textures/font_oldwizard_00d3.png new file mode 100644 index 0000000..6787da2 Binary files /dev/null and b/textures/font_oldwizard_00d3.png differ diff --git a/textures/font_oldwizard_00d4.png b/textures/font_oldwizard_00d4.png new file mode 100644 index 0000000..dffac00 Binary files /dev/null and b/textures/font_oldwizard_00d4.png differ diff --git a/textures/font_oldwizard_00d5.png b/textures/font_oldwizard_00d5.png new file mode 100644 index 0000000..bfe803c Binary files /dev/null and b/textures/font_oldwizard_00d5.png differ diff --git a/textures/font_oldwizard_00d6.png b/textures/font_oldwizard_00d6.png new file mode 100644 index 0000000..8c9a75b Binary files /dev/null and b/textures/font_oldwizard_00d6.png differ diff --git a/textures/font_oldwizard_00d7.png b/textures/font_oldwizard_00d7.png new file mode 100644 index 0000000..2432611 Binary files /dev/null and b/textures/font_oldwizard_00d7.png differ diff --git a/textures/font_oldwizard_00d8.png b/textures/font_oldwizard_00d8.png new file mode 100644 index 0000000..124683f Binary files /dev/null and b/textures/font_oldwizard_00d8.png differ diff --git a/textures/font_oldwizard_00d9.png b/textures/font_oldwizard_00d9.png new file mode 100644 index 0000000..59262e6 Binary files /dev/null and b/textures/font_oldwizard_00d9.png differ diff --git a/textures/font_oldwizard_00da.png b/textures/font_oldwizard_00da.png new file mode 100644 index 0000000..64174eb Binary files /dev/null and b/textures/font_oldwizard_00da.png differ diff --git a/textures/font_oldwizard_00db.png b/textures/font_oldwizard_00db.png new file mode 100644 index 0000000..7e99721 Binary files /dev/null and b/textures/font_oldwizard_00db.png differ diff --git a/textures/font_oldwizard_00dc.png b/textures/font_oldwizard_00dc.png new file mode 100644 index 0000000..a259416 Binary files /dev/null and b/textures/font_oldwizard_00dc.png differ diff --git a/textures/font_oldwizard_00dd.png b/textures/font_oldwizard_00dd.png new file mode 100644 index 0000000..7033ae0 Binary files /dev/null and b/textures/font_oldwizard_00dd.png differ diff --git a/textures/font_oldwizard_00de.png b/textures/font_oldwizard_00de.png new file mode 100644 index 0000000..91d3db9 Binary files /dev/null and b/textures/font_oldwizard_00de.png differ diff --git a/textures/font_oldwizard_00df.png b/textures/font_oldwizard_00df.png new file mode 100644 index 0000000..aaa9ddc Binary files /dev/null and b/textures/font_oldwizard_00df.png differ diff --git a/textures/font_oldwizard_00e0.png b/textures/font_oldwizard_00e0.png new file mode 100644 index 0000000..9d2589f Binary files /dev/null and b/textures/font_oldwizard_00e0.png differ diff --git a/textures/font_oldwizard_00e1.png b/textures/font_oldwizard_00e1.png new file mode 100644 index 0000000..48b9963 Binary files /dev/null and b/textures/font_oldwizard_00e1.png differ diff --git a/textures/font_oldwizard_00e2.png b/textures/font_oldwizard_00e2.png new file mode 100644 index 0000000..afea05c Binary files /dev/null and b/textures/font_oldwizard_00e2.png differ diff --git a/textures/font_oldwizard_00e3.png b/textures/font_oldwizard_00e3.png new file mode 100644 index 0000000..f97c735 Binary files /dev/null and b/textures/font_oldwizard_00e3.png differ diff --git a/textures/font_oldwizard_00e4.png b/textures/font_oldwizard_00e4.png new file mode 100644 index 0000000..d5388e5 Binary files /dev/null and b/textures/font_oldwizard_00e4.png differ diff --git a/textures/font_oldwizard_00e5.png b/textures/font_oldwizard_00e5.png new file mode 100644 index 0000000..fc55341 Binary files /dev/null and b/textures/font_oldwizard_00e5.png differ diff --git a/textures/font_oldwizard_00e6.png b/textures/font_oldwizard_00e6.png new file mode 100644 index 0000000..9f88fba Binary files /dev/null and b/textures/font_oldwizard_00e6.png differ diff --git a/textures/font_oldwizard_00e7.png b/textures/font_oldwizard_00e7.png new file mode 100644 index 0000000..479ef34 Binary files /dev/null and b/textures/font_oldwizard_00e7.png differ diff --git a/textures/font_oldwizard_00e8.png b/textures/font_oldwizard_00e8.png new file mode 100644 index 0000000..bdaf409 Binary files /dev/null and b/textures/font_oldwizard_00e8.png differ diff --git a/textures/font_oldwizard_00e9.png b/textures/font_oldwizard_00e9.png new file mode 100644 index 0000000..d1bde91 Binary files /dev/null and b/textures/font_oldwizard_00e9.png differ diff --git a/textures/font_oldwizard_00ea.png b/textures/font_oldwizard_00ea.png new file mode 100644 index 0000000..ede4f81 Binary files /dev/null and b/textures/font_oldwizard_00ea.png differ diff --git a/textures/font_oldwizard_00eb.png b/textures/font_oldwizard_00eb.png new file mode 100644 index 0000000..b9236be Binary files /dev/null and b/textures/font_oldwizard_00eb.png differ diff --git a/textures/font_oldwizard_00ec.png b/textures/font_oldwizard_00ec.png new file mode 100644 index 0000000..0b94d55 Binary files /dev/null and b/textures/font_oldwizard_00ec.png differ diff --git a/textures/font_oldwizard_00ed.png b/textures/font_oldwizard_00ed.png new file mode 100644 index 0000000..5986fbd Binary files /dev/null and b/textures/font_oldwizard_00ed.png differ diff --git a/textures/font_oldwizard_00ee.png b/textures/font_oldwizard_00ee.png new file mode 100644 index 0000000..ec17f7d Binary files /dev/null and b/textures/font_oldwizard_00ee.png differ diff --git a/textures/font_oldwizard_00ef.png b/textures/font_oldwizard_00ef.png new file mode 100644 index 0000000..6865d43 Binary files /dev/null and b/textures/font_oldwizard_00ef.png differ diff --git a/textures/font_oldwizard_00f0.png b/textures/font_oldwizard_00f0.png new file mode 100644 index 0000000..1ab3023 Binary files /dev/null and b/textures/font_oldwizard_00f0.png differ diff --git a/textures/font_oldwizard_00f1.png b/textures/font_oldwizard_00f1.png new file mode 100644 index 0000000..4466e88 Binary files /dev/null and b/textures/font_oldwizard_00f1.png differ diff --git a/textures/font_oldwizard_00f2.png b/textures/font_oldwizard_00f2.png new file mode 100644 index 0000000..c7520c8 Binary files /dev/null and b/textures/font_oldwizard_00f2.png differ diff --git a/textures/font_oldwizard_00f3.png b/textures/font_oldwizard_00f3.png new file mode 100644 index 0000000..ba85c3b Binary files /dev/null and b/textures/font_oldwizard_00f3.png differ diff --git a/textures/font_oldwizard_00f4.png b/textures/font_oldwizard_00f4.png new file mode 100644 index 0000000..e3b29ec Binary files /dev/null and b/textures/font_oldwizard_00f4.png differ diff --git a/textures/font_oldwizard_00f5.png b/textures/font_oldwizard_00f5.png new file mode 100644 index 0000000..3ca4561 Binary files /dev/null and b/textures/font_oldwizard_00f5.png differ diff --git a/textures/font_oldwizard_00f6.png b/textures/font_oldwizard_00f6.png new file mode 100644 index 0000000..dd9474f Binary files /dev/null and b/textures/font_oldwizard_00f6.png differ diff --git a/textures/font_oldwizard_00f7.png b/textures/font_oldwizard_00f7.png new file mode 100644 index 0000000..b8e9f8e Binary files /dev/null and b/textures/font_oldwizard_00f7.png differ diff --git a/textures/font_oldwizard_00f8.png b/textures/font_oldwizard_00f8.png new file mode 100644 index 0000000..a7ff5d7 Binary files /dev/null and b/textures/font_oldwizard_00f8.png differ diff --git a/textures/font_oldwizard_00f9.png b/textures/font_oldwizard_00f9.png new file mode 100644 index 0000000..2949fff Binary files /dev/null and b/textures/font_oldwizard_00f9.png differ diff --git a/textures/font_oldwizard_00fa.png b/textures/font_oldwizard_00fa.png new file mode 100644 index 0000000..2680e16 Binary files /dev/null and b/textures/font_oldwizard_00fa.png differ diff --git a/textures/font_oldwizard_00fb.png b/textures/font_oldwizard_00fb.png new file mode 100644 index 0000000..a952e0c Binary files /dev/null and b/textures/font_oldwizard_00fb.png differ diff --git a/textures/font_oldwizard_00fc.png b/textures/font_oldwizard_00fc.png new file mode 100644 index 0000000..17efdb9 Binary files /dev/null and b/textures/font_oldwizard_00fc.png differ diff --git a/textures/font_oldwizard_00fd.png b/textures/font_oldwizard_00fd.png new file mode 100644 index 0000000..7c53143 Binary files /dev/null and b/textures/font_oldwizard_00fd.png differ diff --git a/textures/font_oldwizard_00fe.png b/textures/font_oldwizard_00fe.png new file mode 100644 index 0000000..cb5274d Binary files /dev/null and b/textures/font_oldwizard_00fe.png differ diff --git a/textures/font_oldwizard_00ff.png b/textures/font_oldwizard_00ff.png new file mode 100644 index 0000000..e7eb756 Binary files /dev/null and b/textures/font_oldwizard_00ff.png differ diff --git a/textures/font_oldwizard_0100.png b/textures/font_oldwizard_0100.png new file mode 100644 index 0000000..8134df2 Binary files /dev/null and b/textures/font_oldwizard_0100.png differ diff --git a/textures/font_oldwizard_0101.png b/textures/font_oldwizard_0101.png new file mode 100644 index 0000000..84a206b Binary files /dev/null and b/textures/font_oldwizard_0101.png differ diff --git a/textures/font_oldwizard_0102.png b/textures/font_oldwizard_0102.png new file mode 100644 index 0000000..bf7f594 Binary files /dev/null and b/textures/font_oldwizard_0102.png differ diff --git a/textures/font_oldwizard_0103.png b/textures/font_oldwizard_0103.png new file mode 100644 index 0000000..90c2559 Binary files /dev/null and b/textures/font_oldwizard_0103.png differ diff --git a/textures/font_oldwizard_0104.png b/textures/font_oldwizard_0104.png new file mode 100644 index 0000000..0c5e3b2 Binary files /dev/null and b/textures/font_oldwizard_0104.png differ diff --git a/textures/font_oldwizard_0105.png b/textures/font_oldwizard_0105.png new file mode 100644 index 0000000..54ae247 Binary files /dev/null and b/textures/font_oldwizard_0105.png differ diff --git a/textures/font_oldwizard_0106.png b/textures/font_oldwizard_0106.png new file mode 100644 index 0000000..fc1b70a Binary files /dev/null and b/textures/font_oldwizard_0106.png differ diff --git a/textures/font_oldwizard_0107.png b/textures/font_oldwizard_0107.png new file mode 100644 index 0000000..9c0113c Binary files /dev/null and b/textures/font_oldwizard_0107.png differ diff --git a/textures/font_oldwizard_0108.png b/textures/font_oldwizard_0108.png new file mode 100644 index 0000000..69598f6 Binary files /dev/null and b/textures/font_oldwizard_0108.png differ diff --git a/textures/font_oldwizard_0109.png b/textures/font_oldwizard_0109.png new file mode 100644 index 0000000..de66cb8 Binary files /dev/null and b/textures/font_oldwizard_0109.png differ diff --git a/textures/font_oldwizard_010a.png b/textures/font_oldwizard_010a.png new file mode 100644 index 0000000..9810c05 Binary files /dev/null and b/textures/font_oldwizard_010a.png differ diff --git a/textures/font_oldwizard_010b.png b/textures/font_oldwizard_010b.png new file mode 100644 index 0000000..6e67d26 Binary files /dev/null and b/textures/font_oldwizard_010b.png differ diff --git a/textures/font_oldwizard_010c.png b/textures/font_oldwizard_010c.png new file mode 100644 index 0000000..c657f8e Binary files /dev/null and b/textures/font_oldwizard_010c.png differ diff --git a/textures/font_oldwizard_010d.png b/textures/font_oldwizard_010d.png new file mode 100644 index 0000000..0008a41 Binary files /dev/null and b/textures/font_oldwizard_010d.png differ diff --git a/textures/font_oldwizard_010e.png b/textures/font_oldwizard_010e.png new file mode 100644 index 0000000..19e96cd Binary files /dev/null and b/textures/font_oldwizard_010e.png differ diff --git a/textures/font_oldwizard_010f.png b/textures/font_oldwizard_010f.png new file mode 100644 index 0000000..89d8342 Binary files /dev/null and b/textures/font_oldwizard_010f.png differ diff --git a/textures/font_oldwizard_0110.png b/textures/font_oldwizard_0110.png new file mode 100644 index 0000000..2533db7 Binary files /dev/null and b/textures/font_oldwizard_0110.png differ diff --git a/textures/font_oldwizard_0111.png b/textures/font_oldwizard_0111.png new file mode 100644 index 0000000..a1641b1 Binary files /dev/null and b/textures/font_oldwizard_0111.png differ diff --git a/textures/font_oldwizard_0112.png b/textures/font_oldwizard_0112.png new file mode 100644 index 0000000..0b378aa Binary files /dev/null and b/textures/font_oldwizard_0112.png differ diff --git a/textures/font_oldwizard_0113.png b/textures/font_oldwizard_0113.png new file mode 100644 index 0000000..24af682 Binary files /dev/null and b/textures/font_oldwizard_0113.png differ diff --git a/textures/font_oldwizard_0114.png b/textures/font_oldwizard_0114.png new file mode 100644 index 0000000..e2f956e Binary files /dev/null and b/textures/font_oldwizard_0114.png differ diff --git a/textures/font_oldwizard_0115.png b/textures/font_oldwizard_0115.png new file mode 100644 index 0000000..535901e Binary files /dev/null and b/textures/font_oldwizard_0115.png differ diff --git a/textures/font_oldwizard_0116.png b/textures/font_oldwizard_0116.png new file mode 100644 index 0000000..d086a19 Binary files /dev/null and b/textures/font_oldwizard_0116.png differ diff --git a/textures/font_oldwizard_0117.png b/textures/font_oldwizard_0117.png new file mode 100644 index 0000000..e038159 Binary files /dev/null and b/textures/font_oldwizard_0117.png differ diff --git a/textures/font_oldwizard_0118.png b/textures/font_oldwizard_0118.png new file mode 100644 index 0000000..8c5ae2f Binary files /dev/null and b/textures/font_oldwizard_0118.png differ diff --git a/textures/font_oldwizard_0119.png b/textures/font_oldwizard_0119.png new file mode 100644 index 0000000..b49cdbd Binary files /dev/null and b/textures/font_oldwizard_0119.png differ diff --git a/textures/font_oldwizard_011a.png b/textures/font_oldwizard_011a.png new file mode 100644 index 0000000..24cd383 Binary files /dev/null and b/textures/font_oldwizard_011a.png differ diff --git a/textures/font_oldwizard_011b.png b/textures/font_oldwizard_011b.png new file mode 100644 index 0000000..0f0117d Binary files /dev/null and b/textures/font_oldwizard_011b.png differ diff --git a/textures/font_oldwizard_011c.png b/textures/font_oldwizard_011c.png new file mode 100644 index 0000000..bb10a4d Binary files /dev/null and b/textures/font_oldwizard_011c.png differ diff --git a/textures/font_oldwizard_011d.png b/textures/font_oldwizard_011d.png new file mode 100644 index 0000000..9c6a117 Binary files /dev/null and b/textures/font_oldwizard_011d.png differ diff --git a/textures/font_oldwizard_011e.png b/textures/font_oldwizard_011e.png new file mode 100644 index 0000000..ecd9c41 Binary files /dev/null and b/textures/font_oldwizard_011e.png differ diff --git a/textures/font_oldwizard_011f.png b/textures/font_oldwizard_011f.png new file mode 100644 index 0000000..cb616ac Binary files /dev/null and b/textures/font_oldwizard_011f.png differ diff --git a/textures/font_oldwizard_0120.png b/textures/font_oldwizard_0120.png new file mode 100644 index 0000000..118d5b0 Binary files /dev/null and b/textures/font_oldwizard_0120.png differ diff --git a/textures/font_oldwizard_0121.png b/textures/font_oldwizard_0121.png new file mode 100644 index 0000000..2c8b792 Binary files /dev/null and b/textures/font_oldwizard_0121.png differ diff --git a/textures/font_oldwizard_0122.png b/textures/font_oldwizard_0122.png new file mode 100644 index 0000000..b62d0ed Binary files /dev/null and b/textures/font_oldwizard_0122.png differ diff --git a/textures/font_oldwizard_0123.png b/textures/font_oldwizard_0123.png new file mode 100644 index 0000000..74858c9 Binary files /dev/null and b/textures/font_oldwizard_0123.png differ diff --git a/textures/font_oldwizard_0124.png b/textures/font_oldwizard_0124.png new file mode 100644 index 0000000..ba5bf07 Binary files /dev/null and b/textures/font_oldwizard_0124.png differ diff --git a/textures/font_oldwizard_0125.png b/textures/font_oldwizard_0125.png new file mode 100644 index 0000000..9e46864 Binary files /dev/null and b/textures/font_oldwizard_0125.png differ diff --git a/textures/font_oldwizard_0126.png b/textures/font_oldwizard_0126.png new file mode 100644 index 0000000..b61018b Binary files /dev/null and b/textures/font_oldwizard_0126.png differ diff --git a/textures/font_oldwizard_0127.png b/textures/font_oldwizard_0127.png new file mode 100644 index 0000000..5869ca8 Binary files /dev/null and b/textures/font_oldwizard_0127.png differ diff --git a/textures/font_oldwizard_0128.png b/textures/font_oldwizard_0128.png new file mode 100644 index 0000000..616b0c8 Binary files /dev/null and b/textures/font_oldwizard_0128.png differ diff --git a/textures/font_oldwizard_0129.png b/textures/font_oldwizard_0129.png new file mode 100644 index 0000000..d47d959 Binary files /dev/null and b/textures/font_oldwizard_0129.png differ diff --git a/textures/font_oldwizard_012a.png b/textures/font_oldwizard_012a.png new file mode 100644 index 0000000..a31f2ca Binary files /dev/null and b/textures/font_oldwizard_012a.png differ diff --git a/textures/font_oldwizard_012b.png b/textures/font_oldwizard_012b.png new file mode 100644 index 0000000..31ea045 Binary files /dev/null and b/textures/font_oldwizard_012b.png differ diff --git a/textures/font_oldwizard_012c.png b/textures/font_oldwizard_012c.png new file mode 100644 index 0000000..ca9aaa5 Binary files /dev/null and b/textures/font_oldwizard_012c.png differ diff --git a/textures/font_oldwizard_012d.png b/textures/font_oldwizard_012d.png new file mode 100644 index 0000000..2d8681d Binary files /dev/null and b/textures/font_oldwizard_012d.png differ diff --git a/textures/font_oldwizard_012e.png b/textures/font_oldwizard_012e.png new file mode 100644 index 0000000..15cfa5f Binary files /dev/null and b/textures/font_oldwizard_012e.png differ diff --git a/textures/font_oldwizard_012f.png b/textures/font_oldwizard_012f.png new file mode 100644 index 0000000..ca468e6 Binary files /dev/null and b/textures/font_oldwizard_012f.png differ diff --git a/textures/font_oldwizard_0130.png b/textures/font_oldwizard_0130.png new file mode 100644 index 0000000..6cc0f7b Binary files /dev/null and b/textures/font_oldwizard_0130.png differ diff --git a/textures/font_oldwizard_0131.png b/textures/font_oldwizard_0131.png new file mode 100644 index 0000000..9aa12be Binary files /dev/null and b/textures/font_oldwizard_0131.png differ diff --git a/textures/font_oldwizard_0132.png b/textures/font_oldwizard_0132.png new file mode 100644 index 0000000..4405483 Binary files /dev/null and b/textures/font_oldwizard_0132.png differ diff --git a/textures/font_oldwizard_0133.png b/textures/font_oldwizard_0133.png new file mode 100644 index 0000000..134d221 Binary files /dev/null and b/textures/font_oldwizard_0133.png differ diff --git a/textures/font_oldwizard_0134.png b/textures/font_oldwizard_0134.png new file mode 100644 index 0000000..4bd580a Binary files /dev/null and b/textures/font_oldwizard_0134.png differ diff --git a/textures/font_oldwizard_0135.png b/textures/font_oldwizard_0135.png new file mode 100644 index 0000000..e05b023 Binary files /dev/null and b/textures/font_oldwizard_0135.png differ diff --git a/textures/font_oldwizard_0136.png b/textures/font_oldwizard_0136.png new file mode 100644 index 0000000..b117ac4 Binary files /dev/null and b/textures/font_oldwizard_0136.png differ diff --git a/textures/font_oldwizard_0137.png b/textures/font_oldwizard_0137.png new file mode 100644 index 0000000..43ad6ed Binary files /dev/null and b/textures/font_oldwizard_0137.png differ diff --git a/textures/font_oldwizard_0138.png b/textures/font_oldwizard_0138.png new file mode 100644 index 0000000..2531d22 Binary files /dev/null and b/textures/font_oldwizard_0138.png differ diff --git a/textures/font_oldwizard_0139.png b/textures/font_oldwizard_0139.png new file mode 100644 index 0000000..739a6f9 Binary files /dev/null and b/textures/font_oldwizard_0139.png differ diff --git a/textures/font_oldwizard_013a.png b/textures/font_oldwizard_013a.png new file mode 100644 index 0000000..e2a316f Binary files /dev/null and b/textures/font_oldwizard_013a.png differ diff --git a/textures/font_oldwizard_013b.png b/textures/font_oldwizard_013b.png new file mode 100644 index 0000000..1b96083 Binary files /dev/null and b/textures/font_oldwizard_013b.png differ diff --git a/textures/font_oldwizard_013c.png b/textures/font_oldwizard_013c.png new file mode 100644 index 0000000..d9f8a41 Binary files /dev/null and b/textures/font_oldwizard_013c.png differ diff --git a/textures/font_oldwizard_013d.png b/textures/font_oldwizard_013d.png new file mode 100644 index 0000000..e827a9b Binary files /dev/null and b/textures/font_oldwizard_013d.png differ diff --git a/textures/font_oldwizard_013e.png b/textures/font_oldwizard_013e.png new file mode 100644 index 0000000..9880b32 Binary files /dev/null and b/textures/font_oldwizard_013e.png differ diff --git a/textures/font_oldwizard_013f.png b/textures/font_oldwizard_013f.png new file mode 100644 index 0000000..d7569a0 Binary files /dev/null and b/textures/font_oldwizard_013f.png differ diff --git a/textures/font_oldwizard_0140.png b/textures/font_oldwizard_0140.png new file mode 100644 index 0000000..af36ec6 Binary files /dev/null and b/textures/font_oldwizard_0140.png differ diff --git a/textures/font_oldwizard_0141.png b/textures/font_oldwizard_0141.png new file mode 100644 index 0000000..251592f Binary files /dev/null and b/textures/font_oldwizard_0141.png differ diff --git a/textures/font_oldwizard_0142.png b/textures/font_oldwizard_0142.png new file mode 100644 index 0000000..3772277 Binary files /dev/null and b/textures/font_oldwizard_0142.png differ diff --git a/textures/font_oldwizard_0143.png b/textures/font_oldwizard_0143.png new file mode 100644 index 0000000..706d1c9 Binary files /dev/null and b/textures/font_oldwizard_0143.png differ diff --git a/textures/font_oldwizard_0144.png b/textures/font_oldwizard_0144.png new file mode 100644 index 0000000..756eac9 Binary files /dev/null and b/textures/font_oldwizard_0144.png differ diff --git a/textures/font_oldwizard_0145.png b/textures/font_oldwizard_0145.png new file mode 100644 index 0000000..a730bcc Binary files /dev/null and b/textures/font_oldwizard_0145.png differ diff --git a/textures/font_oldwizard_0146.png b/textures/font_oldwizard_0146.png new file mode 100644 index 0000000..e98e863 Binary files /dev/null and b/textures/font_oldwizard_0146.png differ diff --git a/textures/font_oldwizard_0147.png b/textures/font_oldwizard_0147.png new file mode 100644 index 0000000..04fd7b4 Binary files /dev/null and b/textures/font_oldwizard_0147.png differ diff --git a/textures/font_oldwizard_0148.png b/textures/font_oldwizard_0148.png new file mode 100644 index 0000000..881f38a Binary files /dev/null and b/textures/font_oldwizard_0148.png differ diff --git a/textures/font_oldwizard_0149.png b/textures/font_oldwizard_0149.png new file mode 100644 index 0000000..4eef8ec Binary files /dev/null and b/textures/font_oldwizard_0149.png differ diff --git a/textures/font_oldwizard_014a.png b/textures/font_oldwizard_014a.png new file mode 100644 index 0000000..07f154d Binary files /dev/null and b/textures/font_oldwizard_014a.png differ diff --git a/textures/font_oldwizard_014b.png b/textures/font_oldwizard_014b.png new file mode 100644 index 0000000..911d48d Binary files /dev/null and b/textures/font_oldwizard_014b.png differ diff --git a/textures/font_oldwizard_014c.png b/textures/font_oldwizard_014c.png new file mode 100644 index 0000000..979d002 Binary files /dev/null and b/textures/font_oldwizard_014c.png differ diff --git a/textures/font_oldwizard_014d.png b/textures/font_oldwizard_014d.png new file mode 100644 index 0000000..970e983 Binary files /dev/null and b/textures/font_oldwizard_014d.png differ diff --git a/textures/font_oldwizard_014e.png b/textures/font_oldwizard_014e.png new file mode 100644 index 0000000..6edd9f4 Binary files /dev/null and b/textures/font_oldwizard_014e.png differ diff --git a/textures/font_oldwizard_014f.png b/textures/font_oldwizard_014f.png new file mode 100644 index 0000000..c60f509 Binary files /dev/null and b/textures/font_oldwizard_014f.png differ diff --git a/textures/font_oldwizard_0150.png b/textures/font_oldwizard_0150.png new file mode 100644 index 0000000..2b718cb Binary files /dev/null and b/textures/font_oldwizard_0150.png differ diff --git a/textures/font_oldwizard_0151.png b/textures/font_oldwizard_0151.png new file mode 100644 index 0000000..27fa7f9 Binary files /dev/null and b/textures/font_oldwizard_0151.png differ diff --git a/textures/font_oldwizard_0152.png b/textures/font_oldwizard_0152.png new file mode 100644 index 0000000..efa58a9 Binary files /dev/null and b/textures/font_oldwizard_0152.png differ diff --git a/textures/font_oldwizard_0153.png b/textures/font_oldwizard_0153.png new file mode 100644 index 0000000..7480f3d Binary files /dev/null and b/textures/font_oldwizard_0153.png differ diff --git a/textures/font_oldwizard_0154.png b/textures/font_oldwizard_0154.png new file mode 100644 index 0000000..600ba0d Binary files /dev/null and b/textures/font_oldwizard_0154.png differ diff --git a/textures/font_oldwizard_0155.png b/textures/font_oldwizard_0155.png new file mode 100644 index 0000000..9753ccd Binary files /dev/null and b/textures/font_oldwizard_0155.png differ diff --git a/textures/font_oldwizard_0156.png b/textures/font_oldwizard_0156.png new file mode 100644 index 0000000..07a954b Binary files /dev/null and b/textures/font_oldwizard_0156.png differ diff --git a/textures/font_oldwizard_0157.png b/textures/font_oldwizard_0157.png new file mode 100644 index 0000000..25891ed Binary files /dev/null and b/textures/font_oldwizard_0157.png differ diff --git a/textures/font_oldwizard_0158.png b/textures/font_oldwizard_0158.png new file mode 100644 index 0000000..a1469c3 Binary files /dev/null and b/textures/font_oldwizard_0158.png differ diff --git a/textures/font_oldwizard_0159.png b/textures/font_oldwizard_0159.png new file mode 100644 index 0000000..fb9815f Binary files /dev/null and b/textures/font_oldwizard_0159.png differ diff --git a/textures/font_oldwizard_015a.png b/textures/font_oldwizard_015a.png new file mode 100644 index 0000000..fe8754c Binary files /dev/null and b/textures/font_oldwizard_015a.png differ diff --git a/textures/font_oldwizard_015b.png b/textures/font_oldwizard_015b.png new file mode 100644 index 0000000..17fefc7 Binary files /dev/null and b/textures/font_oldwizard_015b.png differ diff --git a/textures/font_oldwizard_015c.png b/textures/font_oldwizard_015c.png new file mode 100644 index 0000000..39eca2e Binary files /dev/null and b/textures/font_oldwizard_015c.png differ diff --git a/textures/font_oldwizard_015d.png b/textures/font_oldwizard_015d.png new file mode 100644 index 0000000..21f4c82 Binary files /dev/null and b/textures/font_oldwizard_015d.png differ diff --git a/textures/font_oldwizard_015e.png b/textures/font_oldwizard_015e.png new file mode 100644 index 0000000..7c08084 Binary files /dev/null and b/textures/font_oldwizard_015e.png differ diff --git a/textures/font_oldwizard_015f.png b/textures/font_oldwizard_015f.png new file mode 100644 index 0000000..59cfab6 Binary files /dev/null and b/textures/font_oldwizard_015f.png differ diff --git a/textures/font_oldwizard_0160.png b/textures/font_oldwizard_0160.png new file mode 100644 index 0000000..f5cfcfd Binary files /dev/null and b/textures/font_oldwizard_0160.png differ diff --git a/textures/font_oldwizard_0161.png b/textures/font_oldwizard_0161.png new file mode 100644 index 0000000..87dd50b Binary files /dev/null and b/textures/font_oldwizard_0161.png differ diff --git a/textures/font_oldwizard_0162.png b/textures/font_oldwizard_0162.png new file mode 100644 index 0000000..ebabaee Binary files /dev/null and b/textures/font_oldwizard_0162.png differ diff --git a/textures/font_oldwizard_0163.png b/textures/font_oldwizard_0163.png new file mode 100644 index 0000000..b3b36bf Binary files /dev/null and b/textures/font_oldwizard_0163.png differ diff --git a/textures/font_oldwizard_0164.png b/textures/font_oldwizard_0164.png new file mode 100644 index 0000000..fd3fdfa Binary files /dev/null and b/textures/font_oldwizard_0164.png differ diff --git a/textures/font_oldwizard_0165.png b/textures/font_oldwizard_0165.png new file mode 100644 index 0000000..e0bd56c Binary files /dev/null and b/textures/font_oldwizard_0165.png differ diff --git a/textures/font_oldwizard_0166.png b/textures/font_oldwizard_0166.png new file mode 100644 index 0000000..c227cac Binary files /dev/null and b/textures/font_oldwizard_0166.png differ diff --git a/textures/font_oldwizard_0167.png b/textures/font_oldwizard_0167.png new file mode 100644 index 0000000..2aa4c6a Binary files /dev/null and b/textures/font_oldwizard_0167.png differ diff --git a/textures/font_oldwizard_0168.png b/textures/font_oldwizard_0168.png new file mode 100644 index 0000000..9ec9ca0 Binary files /dev/null and b/textures/font_oldwizard_0168.png differ diff --git a/textures/font_oldwizard_0169.png b/textures/font_oldwizard_0169.png new file mode 100644 index 0000000..a092cb2 Binary files /dev/null and b/textures/font_oldwizard_0169.png differ diff --git a/textures/font_oldwizard_016a.png b/textures/font_oldwizard_016a.png new file mode 100644 index 0000000..3a5f91d Binary files /dev/null and b/textures/font_oldwizard_016a.png differ diff --git a/textures/font_oldwizard_016b.png b/textures/font_oldwizard_016b.png new file mode 100644 index 0000000..6ae39a6 Binary files /dev/null and b/textures/font_oldwizard_016b.png differ diff --git a/textures/font_oldwizard_016c.png b/textures/font_oldwizard_016c.png new file mode 100644 index 0000000..8605ad4 Binary files /dev/null and b/textures/font_oldwizard_016c.png differ diff --git a/textures/font_oldwizard_016d.png b/textures/font_oldwizard_016d.png new file mode 100644 index 0000000..eabfced Binary files /dev/null and b/textures/font_oldwizard_016d.png differ diff --git a/textures/font_oldwizard_016e.png b/textures/font_oldwizard_016e.png new file mode 100644 index 0000000..40e025c Binary files /dev/null and b/textures/font_oldwizard_016e.png differ diff --git a/textures/font_oldwizard_016f.png b/textures/font_oldwizard_016f.png new file mode 100644 index 0000000..a251ffe Binary files /dev/null and b/textures/font_oldwizard_016f.png differ diff --git a/textures/font_oldwizard_0170.png b/textures/font_oldwizard_0170.png new file mode 100644 index 0000000..c1288a0 Binary files /dev/null and b/textures/font_oldwizard_0170.png differ diff --git a/textures/font_oldwizard_0171.png b/textures/font_oldwizard_0171.png new file mode 100644 index 0000000..b48fdc3 Binary files /dev/null and b/textures/font_oldwizard_0171.png differ diff --git a/textures/font_oldwizard_0172.png b/textures/font_oldwizard_0172.png new file mode 100644 index 0000000..e695b87 Binary files /dev/null and b/textures/font_oldwizard_0172.png differ diff --git a/textures/font_oldwizard_0173.png b/textures/font_oldwizard_0173.png new file mode 100644 index 0000000..883fe70 Binary files /dev/null and b/textures/font_oldwizard_0173.png differ diff --git a/textures/font_oldwizard_0174.png b/textures/font_oldwizard_0174.png new file mode 100644 index 0000000..2a1003a Binary files /dev/null and b/textures/font_oldwizard_0174.png differ diff --git a/textures/font_oldwizard_0175.png b/textures/font_oldwizard_0175.png new file mode 100644 index 0000000..8cda333 Binary files /dev/null and b/textures/font_oldwizard_0175.png differ diff --git a/textures/font_oldwizard_0176.png b/textures/font_oldwizard_0176.png new file mode 100644 index 0000000..2734202 Binary files /dev/null and b/textures/font_oldwizard_0176.png differ diff --git a/textures/font_oldwizard_0177.png b/textures/font_oldwizard_0177.png new file mode 100644 index 0000000..336db5d Binary files /dev/null and b/textures/font_oldwizard_0177.png differ diff --git a/textures/font_oldwizard_0178.png b/textures/font_oldwizard_0178.png new file mode 100644 index 0000000..f15ef48 Binary files /dev/null and b/textures/font_oldwizard_0178.png differ diff --git a/textures/font_oldwizard_0179.png b/textures/font_oldwizard_0179.png new file mode 100644 index 0000000..ff02215 Binary files /dev/null and b/textures/font_oldwizard_0179.png differ diff --git a/textures/font_oldwizard_017a.png b/textures/font_oldwizard_017a.png new file mode 100644 index 0000000..9916c1b Binary files /dev/null and b/textures/font_oldwizard_017a.png differ diff --git a/textures/font_oldwizard_017b.png b/textures/font_oldwizard_017b.png new file mode 100644 index 0000000..63fe42c Binary files /dev/null and b/textures/font_oldwizard_017b.png differ diff --git a/textures/font_oldwizard_017c.png b/textures/font_oldwizard_017c.png new file mode 100644 index 0000000..ab92221 Binary files /dev/null and b/textures/font_oldwizard_017c.png differ diff --git a/textures/font_oldwizard_017d.png b/textures/font_oldwizard_017d.png new file mode 100644 index 0000000..cbfca65 Binary files /dev/null and b/textures/font_oldwizard_017d.png differ diff --git a/textures/font_oldwizard_017e.png b/textures/font_oldwizard_017e.png new file mode 100644 index 0000000..5793f38 Binary files /dev/null and b/textures/font_oldwizard_017e.png differ diff --git a/textures/font_oldwizard_20ac.png b/textures/font_oldwizard_20ac.png new file mode 100644 index 0000000..a41470d Binary files /dev/null and b/textures/font_oldwizard_20ac.png differ