diff --git a/CC-BY-SA.txt b/CC-BY-SA.txt new file mode 100644 index 0000000..a2bbf13 --- /dev/null +++ b/CC-BY-SA.txt @@ -0,0 +1,3 @@ +This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. + + diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..341c30b --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,166 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + 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 that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU 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 as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. + diff --git a/copyright.txt b/copyright.txt new file mode 100644 index 0000000..7a04e99 --- /dev/null +++ b/copyright.txt @@ -0,0 +1,3 @@ +Font by Nate Halley (Nate547 (total FontGeek)) +Code by Pierre-Yves Rollo (pyrollo) + diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..37fe919 --- /dev/null +++ b/depends.txt @@ -0,0 +1,2 @@ +display_api +font_api diff --git a/font_mozart.lua b/font_mozart.lua new file mode 100644 index 0000000..72cb494 --- /dev/null +++ b/font_mozart.lua @@ -0,0 +1,16 @@ +--[[ + + generated by make_font_lua.sh Sun Dec 2 16:07:20 CET 2018 + +--]] + +font_api.register_font( + 'mozart', + { + height = 14, + widths = { + [0]=7, [32]=7, [33]=7, [34]=7, [35]=7, [36]=7, [37]=7, [38]=7, [39]=7, [40]=7, [41]=7, [42]=7, [43]=7, [44]=7, [45]=7, [46]=7, [47]=7, [48]=7, [49]=7, [50]=7, [51]=7, [52]=7, [53]=7, [54]=7, [55]=7, [56]=7, [57]=7, [58]=7, [59]=7, [60]=7, [61]=7, [62]=7, [63]=7, [64]=7, [65]=7, [66]=7, [67]=7, [68]=7, [69]=7, [70]=7, [71]=7, [72]=7, [73]=7, [74]=7, [75]=7, [76]=7, [77]=7, [78]=7, [79]=7, [80]=7, [81]=7, [82]=7, [83]=7, [84]=7, [85]=7, [86]=7, [87]=7, [88]=7, [89]=7, [90]=7, [91]=7, [92]=7, [93]=7, [94]=7, [95]=7, [96]=7, [97]=7, [98]=7, [99]=7, [100]=7, [101]=7, [102]=7, [103]=7, [104]=7, [105]=7, [106]=7, [107]=7, [108]=7, [109]=7, [110]=7, [111]=7, [112]=7, [113]=7, [114]=7, [115]=7, [116]=7, [117]=7, [118]=7, [119]=7, [120]=7, [121]=7, [122]=7, [123]=7, [124]=7, [125]=7, [126]=7, [160]=7, [161]=7, [162]=7, [163]=7, [164]=7, [165]=7, [166]=7, [167]=7, [168]=7, [169]=7, [170]=7, [171]=7, [172]=7, [174]=7, [175]=7, [176]=7, [177]=7, [178]=7, [179]=7, [180]=7, [181]=7, [182]=7, [183]=7, [184]=7, [185]=7, [186]=7, [187]=7, [188]=7, [189]=7, [190]=7, [191]=7, [192]=7, [193]=7, [194]=7, [195]=7, [196]=7, [197]=7, [198]=7, [199]=7, [200]=7, [201]=7, [202]=7, [203]=7, [204]=7, [205]=7, [206]=7, [207]=7, [208]=7, [209]=7, [210]=7, [211]=7, [212]=7, [213]=7, [214]=7, [215]=7, [216]=7, [217]=7, [218]=7, [219]=7, [220]=7, [221]=7, [222]=7, [223]=7, [224]=7, [225]=7, [226]=7, [227]=7, [228]=7, [229]=7, [230]=7, [231]=7, [232]=7, [233]=7, [234]=7, [235]=7, [236]=7, [237]=7, [238]=7, [239]=7, [240]=7, [241]=7, [242]=7, [243]=7, [244]=7, [245]=7, [246]=7, [247]=7, [248]=7, [249]=7, [250]=7, [251]=7, [252]=7, [253]=7, [254]=7, [255]=7, [366]=7, [367]=7, [376]=7, [884]=7, [885]=7, [890]=7, [894]=7, [913]=7, [914]=7, [915]=7, [916]=7, [917]=7, [918]=7, [919]=7, [920]=7, [921]=7, [922]=7, [923]=7, [924]=7, [925]=7, [926]=7, [927]=7, [928]=7, [929]=7, [931]=7, [932]=7, [933]=7, [934]=7, [935]=7, [936]=7, [937]=7, [945]=7, [946]=7, [947]=7, [948]=7, [949]=7, [950]=7, [951]=7, [952]=7, [953]=7, [954]=7, [955]=7, [956]=7, [957]=7, [958]=7, [959]=7, [960]=7, [961]=7, [962]=7, [963]=7, [964]=7, [965]=7, [966]=7, [967]=7, [968]=7, [969]=7, [8212]=7, [8216]=7, [8217]=7, [8218]=7, [8219]=7, [8220]=7, [8221]=7, [8222]=7, [8364]=7 + }, + } +); + diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..7763f65 --- /dev/null +++ b/init.lua @@ -0,0 +1,29 @@ +--[[ + digimons mod for Minetest - Digiline monitors using Display API / Font API + (c) Pierre-Yves Rollo + + This file is part of digimons. + + signs is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + signs 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with signs. If not, see . +--]] + +digimons = {} +digimons.name = minetest.get_current_modname() +digimons.path = minetest.get_modpath(digimons.name) + +dofile(digimons.path.."/font_mozart.lua") +dofile(digimons.path.."/nodes.lua") +--dofile(digimons.path.."/crafts.lua") + +display_api.register_display_entity("digimons:screen") diff --git a/nodes.lua b/nodes.lua new file mode 100644 index 0000000..895d3f6 --- /dev/null +++ b/nodes.lua @@ -0,0 +1,97 @@ +--[[ + digimons mod for Minetest - Digiline monitors using Display API / Font API + (c) Pierre-Yves Rollo + + This file is part of digimons. + + signs is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + signs 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with signs. If not, see . +--]] + +minetest.register_node('digimons:cathodic_amber_monitor', { + description = "Cathodic amber monitor", + sunlight_propagates = false, + paramtype = "light", + paramtype2 = "facedir", + tiles = { "digimons_amber_top.png", "digimons_amber_bottom.png", + "digimons_amber_sides.png", "digimons_amber_sides.png^[transformFX]", + "digimons_amber_back.png", "digimons_amber_front.png",}, + drawtype = "nodebox", + groups = {choppy = 1, oddly_breakable_by_hand = 1, display_modpack_node = 1}, + node_box = { + type = "fixed", + fixed = { + + {-8/16, 8/16, -8/16, 8/16, 7/16, -7/16}, + {-8/16, -8/16, -8/16, 8/16, -5/16, -7/16}, + {-8/16, 7/16, -8/16, -7/16, -5/16, -7/16}, + {7/16, 7/16, -8/16, 8/16, -5/16, -7/16}, + {-8/16, -8/16, -7/16, 8/16, 8/16, 1/16}, + {-6/16, 5/16, 1/16, 6/16, -8/16, 8/16} + }, + }, + display_entities = { + ["digimons:screen"] = { + on_display_update = font_api.on_display_update, + depth = -7/16 - display_api.entity_spacing, + top = -1/16, + aspect_ratio = 0.4, maxlines = 6, + size = { x = 12/16, y = 10/16 }, + color = "#FFA000", font = "mozart", halign="left", valing="top", + }, + }, + on_place = function(itemstack, placer, pointed_thing) + minetest.rotate_node(itemstack, placer, pointed_thing) + return display_api.on_place(itemstack, placer, pointed_thing) + end, + on_construct = function(pos) + local meta = minetest.get_meta(pos) +--[==[ meta:set_string("formspec", string.format([=[ + size[6,4]%s%s%s + textarea[0.5,0.7;5.5,2;display_text;%s;${display_text}] + button[1,3;2,1;font;%s] + button_exit[3,3;2,1;ok;%s]]=], + default.gui_bg, default.gui_bg_img, default.gui_slots, + F("Displayed text (3 lines max)"), + F("Font"), F("Write"))) + ]==] + display_api.on_construct(pos) + end, + on_rightclick = function(pos, node, player) + local meta = minetest.get_meta(pos) + meta:set_string("display_text", [[0123456789012345678901234567890 +?SYNTAX ERROR +READY +> +> +> +>]]) + display_api.update_entities(pos) + end, + on_destruct = display_api.on_destruct, + on_rotate = display_api.on_rotate, + on_receive_fields = function(pos, formname, fields, player) + if not minetest.is_protected(pos, player:get_player_name()) then + local meta = minetest.get_meta(pos) + if fields.ok or fields.font then + meta:set_string("display_text", fields.display_text) + meta:set_string("infotext", "\""..fields.display_text.."\"") + display_api.update_entities(pos) + end + if fields.font then + font_api.show_font_list(player, pos) + end + end + end, + on_punch = display_api.update_entities, +}) diff --git a/textures/font_mozart_0000.png b/textures/font_mozart_0000.png new file mode 100644 index 0000000..3c120d5 Binary files /dev/null and b/textures/font_mozart_0000.png differ diff --git a/textures/font_mozart_0020.png b/textures/font_mozart_0020.png new file mode 100644 index 0000000..dd8be63 Binary files /dev/null and b/textures/font_mozart_0020.png differ diff --git a/textures/font_mozart_0021.png b/textures/font_mozart_0021.png new file mode 100644 index 0000000..d6035e7 Binary files /dev/null and b/textures/font_mozart_0021.png differ diff --git a/textures/font_mozart_0022.png b/textures/font_mozart_0022.png new file mode 100644 index 0000000..c42896b Binary files /dev/null and b/textures/font_mozart_0022.png differ diff --git a/textures/font_mozart_0023.png b/textures/font_mozart_0023.png new file mode 100644 index 0000000..2f8464c Binary files /dev/null and b/textures/font_mozart_0023.png differ diff --git a/textures/font_mozart_0024.png b/textures/font_mozart_0024.png new file mode 100644 index 0000000..bf7cec4 Binary files /dev/null and b/textures/font_mozart_0024.png differ diff --git a/textures/font_mozart_0025.png b/textures/font_mozart_0025.png new file mode 100644 index 0000000..d359315 Binary files /dev/null and b/textures/font_mozart_0025.png differ diff --git a/textures/font_mozart_0026.png b/textures/font_mozart_0026.png new file mode 100644 index 0000000..32d1768 Binary files /dev/null and b/textures/font_mozart_0026.png differ diff --git a/textures/font_mozart_0027.png b/textures/font_mozart_0027.png new file mode 100644 index 0000000..4b1b02d Binary files /dev/null and b/textures/font_mozart_0027.png differ diff --git a/textures/font_mozart_0028.png b/textures/font_mozart_0028.png new file mode 100644 index 0000000..c25e952 Binary files /dev/null and b/textures/font_mozart_0028.png differ diff --git a/textures/font_mozart_0029.png b/textures/font_mozart_0029.png new file mode 100644 index 0000000..0853d66 Binary files /dev/null and b/textures/font_mozart_0029.png differ diff --git a/textures/font_mozart_002a.png b/textures/font_mozart_002a.png new file mode 100644 index 0000000..cce91cc Binary files /dev/null and b/textures/font_mozart_002a.png differ diff --git a/textures/font_mozart_002b.png b/textures/font_mozart_002b.png new file mode 100644 index 0000000..f4b7ec1 Binary files /dev/null and b/textures/font_mozart_002b.png differ diff --git a/textures/font_mozart_002c.png b/textures/font_mozart_002c.png new file mode 100644 index 0000000..0e6f728 Binary files /dev/null and b/textures/font_mozart_002c.png differ diff --git a/textures/font_mozart_002d.png b/textures/font_mozart_002d.png new file mode 100644 index 0000000..9719e88 Binary files /dev/null and b/textures/font_mozart_002d.png differ diff --git a/textures/font_mozart_002e.png b/textures/font_mozart_002e.png new file mode 100644 index 0000000..99ca0cd Binary files /dev/null and b/textures/font_mozart_002e.png differ diff --git a/textures/font_mozart_002f.png b/textures/font_mozart_002f.png new file mode 100644 index 0000000..84e3c53 Binary files /dev/null and b/textures/font_mozart_002f.png differ diff --git a/textures/font_mozart_0030.png b/textures/font_mozart_0030.png new file mode 100644 index 0000000..00983d3 Binary files /dev/null and b/textures/font_mozart_0030.png differ diff --git a/textures/font_mozart_0031.png b/textures/font_mozart_0031.png new file mode 100644 index 0000000..0a3474c Binary files /dev/null and b/textures/font_mozart_0031.png differ diff --git a/textures/font_mozart_0032.png b/textures/font_mozart_0032.png new file mode 100644 index 0000000..a89fdbe Binary files /dev/null and b/textures/font_mozart_0032.png differ diff --git a/textures/font_mozart_0033.png b/textures/font_mozart_0033.png new file mode 100644 index 0000000..387872b Binary files /dev/null and b/textures/font_mozart_0033.png differ diff --git a/textures/font_mozart_0034.png b/textures/font_mozart_0034.png new file mode 100644 index 0000000..6e359ba Binary files /dev/null and b/textures/font_mozart_0034.png differ diff --git a/textures/font_mozart_0035.png b/textures/font_mozart_0035.png new file mode 100644 index 0000000..25c1f63 Binary files /dev/null and b/textures/font_mozart_0035.png differ diff --git a/textures/font_mozart_0036.png b/textures/font_mozart_0036.png new file mode 100644 index 0000000..7c18608 Binary files /dev/null and b/textures/font_mozart_0036.png differ diff --git a/textures/font_mozart_0037.png b/textures/font_mozart_0037.png new file mode 100644 index 0000000..90111bf Binary files /dev/null and b/textures/font_mozart_0037.png differ diff --git a/textures/font_mozart_0038.png b/textures/font_mozart_0038.png new file mode 100644 index 0000000..a19fb62 Binary files /dev/null and b/textures/font_mozart_0038.png differ diff --git a/textures/font_mozart_0039.png b/textures/font_mozart_0039.png new file mode 100644 index 0000000..ecfca33 Binary files /dev/null and b/textures/font_mozart_0039.png differ diff --git a/textures/font_mozart_003a.png b/textures/font_mozart_003a.png new file mode 100644 index 0000000..dccfbda Binary files /dev/null and b/textures/font_mozart_003a.png differ diff --git a/textures/font_mozart_003b.png b/textures/font_mozart_003b.png new file mode 100644 index 0000000..d9ad0c3 Binary files /dev/null and b/textures/font_mozart_003b.png differ diff --git a/textures/font_mozart_003c.png b/textures/font_mozart_003c.png new file mode 100644 index 0000000..a5972b9 Binary files /dev/null and b/textures/font_mozart_003c.png differ diff --git a/textures/font_mozart_003d.png b/textures/font_mozart_003d.png new file mode 100644 index 0000000..a90934b Binary files /dev/null and b/textures/font_mozart_003d.png differ diff --git a/textures/font_mozart_003e.png b/textures/font_mozart_003e.png new file mode 100644 index 0000000..b9552f8 Binary files /dev/null and b/textures/font_mozart_003e.png differ diff --git a/textures/font_mozart_003f.png b/textures/font_mozart_003f.png new file mode 100644 index 0000000..f589714 Binary files /dev/null and b/textures/font_mozart_003f.png differ diff --git a/textures/font_mozart_0040.png b/textures/font_mozart_0040.png new file mode 100644 index 0000000..254acad Binary files /dev/null and b/textures/font_mozart_0040.png differ diff --git a/textures/font_mozart_0041.png b/textures/font_mozart_0041.png new file mode 100644 index 0000000..3c57104 Binary files /dev/null and b/textures/font_mozart_0041.png differ diff --git a/textures/font_mozart_0042.png b/textures/font_mozart_0042.png new file mode 100644 index 0000000..bb1e332 Binary files /dev/null and b/textures/font_mozart_0042.png differ diff --git a/textures/font_mozart_0043.png b/textures/font_mozart_0043.png new file mode 100644 index 0000000..42da2d5 Binary files /dev/null and b/textures/font_mozart_0043.png differ diff --git a/textures/font_mozart_0044.png b/textures/font_mozart_0044.png new file mode 100644 index 0000000..1eb05a6 Binary files /dev/null and b/textures/font_mozart_0044.png differ diff --git a/textures/font_mozart_0045.png b/textures/font_mozart_0045.png new file mode 100644 index 0000000..96c7cdc Binary files /dev/null and b/textures/font_mozart_0045.png differ diff --git a/textures/font_mozart_0046.png b/textures/font_mozart_0046.png new file mode 100644 index 0000000..2a744d6 Binary files /dev/null and b/textures/font_mozart_0046.png differ diff --git a/textures/font_mozart_0047.png b/textures/font_mozart_0047.png new file mode 100644 index 0000000..6eb9057 Binary files /dev/null and b/textures/font_mozart_0047.png differ diff --git a/textures/font_mozart_0048.png b/textures/font_mozart_0048.png new file mode 100644 index 0000000..0114587 Binary files /dev/null and b/textures/font_mozart_0048.png differ diff --git a/textures/font_mozart_0049.png b/textures/font_mozart_0049.png new file mode 100644 index 0000000..2c207ff Binary files /dev/null and b/textures/font_mozart_0049.png differ diff --git a/textures/font_mozart_004a.png b/textures/font_mozart_004a.png new file mode 100644 index 0000000..d729a8b Binary files /dev/null and b/textures/font_mozart_004a.png differ diff --git a/textures/font_mozart_004b.png b/textures/font_mozart_004b.png new file mode 100644 index 0000000..10116e1 Binary files /dev/null and b/textures/font_mozart_004b.png differ diff --git a/textures/font_mozart_004c.png b/textures/font_mozart_004c.png new file mode 100644 index 0000000..e27f3e1 Binary files /dev/null and b/textures/font_mozart_004c.png differ diff --git a/textures/font_mozart_004d.png b/textures/font_mozart_004d.png new file mode 100644 index 0000000..b572275 Binary files /dev/null and b/textures/font_mozart_004d.png differ diff --git a/textures/font_mozart_004e.png b/textures/font_mozart_004e.png new file mode 100644 index 0000000..aa0918f Binary files /dev/null and b/textures/font_mozart_004e.png differ diff --git a/textures/font_mozart_004f.png b/textures/font_mozart_004f.png new file mode 100644 index 0000000..a7d872c Binary files /dev/null and b/textures/font_mozart_004f.png differ diff --git a/textures/font_mozart_0050.png b/textures/font_mozart_0050.png new file mode 100644 index 0000000..9c3fb04 Binary files /dev/null and b/textures/font_mozart_0050.png differ diff --git a/textures/font_mozart_0051.png b/textures/font_mozart_0051.png new file mode 100644 index 0000000..c94fc73 Binary files /dev/null and b/textures/font_mozart_0051.png differ diff --git a/textures/font_mozart_0052.png b/textures/font_mozart_0052.png new file mode 100644 index 0000000..2b9886d Binary files /dev/null and b/textures/font_mozart_0052.png differ diff --git a/textures/font_mozart_0053.png b/textures/font_mozart_0053.png new file mode 100644 index 0000000..5901cfd Binary files /dev/null and b/textures/font_mozart_0053.png differ diff --git a/textures/font_mozart_0054.png b/textures/font_mozart_0054.png new file mode 100644 index 0000000..3217853 Binary files /dev/null and b/textures/font_mozart_0054.png differ diff --git a/textures/font_mozart_0055.png b/textures/font_mozart_0055.png new file mode 100644 index 0000000..dbb86f3 Binary files /dev/null and b/textures/font_mozart_0055.png differ diff --git a/textures/font_mozart_0056.png b/textures/font_mozart_0056.png new file mode 100644 index 0000000..0749001 Binary files /dev/null and b/textures/font_mozart_0056.png differ diff --git a/textures/font_mozart_0057.png b/textures/font_mozart_0057.png new file mode 100644 index 0000000..25c90a1 Binary files /dev/null and b/textures/font_mozart_0057.png differ diff --git a/textures/font_mozart_0058.png b/textures/font_mozart_0058.png new file mode 100644 index 0000000..4f1a74d Binary files /dev/null and b/textures/font_mozart_0058.png differ diff --git a/textures/font_mozart_0059.png b/textures/font_mozart_0059.png new file mode 100644 index 0000000..5ec2797 Binary files /dev/null and b/textures/font_mozart_0059.png differ diff --git a/textures/font_mozart_005a.png b/textures/font_mozart_005a.png new file mode 100644 index 0000000..fee5fab Binary files /dev/null and b/textures/font_mozart_005a.png differ diff --git a/textures/font_mozart_005b.png b/textures/font_mozart_005b.png new file mode 100644 index 0000000..51ed6f6 Binary files /dev/null and b/textures/font_mozart_005b.png differ diff --git a/textures/font_mozart_005c.png b/textures/font_mozart_005c.png new file mode 100644 index 0000000..236f679 Binary files /dev/null and b/textures/font_mozart_005c.png differ diff --git a/textures/font_mozart_005d.png b/textures/font_mozart_005d.png new file mode 100644 index 0000000..a98e950 Binary files /dev/null and b/textures/font_mozart_005d.png differ diff --git a/textures/font_mozart_005e.png b/textures/font_mozart_005e.png new file mode 100644 index 0000000..0515357 Binary files /dev/null and b/textures/font_mozart_005e.png differ diff --git a/textures/font_mozart_005f.png b/textures/font_mozart_005f.png new file mode 100644 index 0000000..cbedc5b Binary files /dev/null and b/textures/font_mozart_005f.png differ diff --git a/textures/font_mozart_0060.png b/textures/font_mozart_0060.png new file mode 100644 index 0000000..18340ad Binary files /dev/null and b/textures/font_mozart_0060.png differ diff --git a/textures/font_mozart_0061.png b/textures/font_mozart_0061.png new file mode 100644 index 0000000..735391f Binary files /dev/null and b/textures/font_mozart_0061.png differ diff --git a/textures/font_mozart_0062.png b/textures/font_mozart_0062.png new file mode 100644 index 0000000..19c377f Binary files /dev/null and b/textures/font_mozart_0062.png differ diff --git a/textures/font_mozart_0063.png b/textures/font_mozart_0063.png new file mode 100644 index 0000000..29f9385 Binary files /dev/null and b/textures/font_mozart_0063.png differ diff --git a/textures/font_mozart_0064.png b/textures/font_mozart_0064.png new file mode 100644 index 0000000..02ffbf5 Binary files /dev/null and b/textures/font_mozart_0064.png differ diff --git a/textures/font_mozart_0065.png b/textures/font_mozart_0065.png new file mode 100644 index 0000000..80c2ff6 Binary files /dev/null and b/textures/font_mozart_0065.png differ diff --git a/textures/font_mozart_0066.png b/textures/font_mozart_0066.png new file mode 100644 index 0000000..037a6ed Binary files /dev/null and b/textures/font_mozart_0066.png differ diff --git a/textures/font_mozart_0067.png b/textures/font_mozart_0067.png new file mode 100644 index 0000000..58bd6d8 Binary files /dev/null and b/textures/font_mozart_0067.png differ diff --git a/textures/font_mozart_0068.png b/textures/font_mozart_0068.png new file mode 100644 index 0000000..72870cd Binary files /dev/null and b/textures/font_mozart_0068.png differ diff --git a/textures/font_mozart_0069.png b/textures/font_mozart_0069.png new file mode 100644 index 0000000..b25de4d Binary files /dev/null and b/textures/font_mozart_0069.png differ diff --git a/textures/font_mozart_006a.png b/textures/font_mozart_006a.png new file mode 100644 index 0000000..8849f6c Binary files /dev/null and b/textures/font_mozart_006a.png differ diff --git a/textures/font_mozart_006b.png b/textures/font_mozart_006b.png new file mode 100644 index 0000000..ecfb6b5 Binary files /dev/null and b/textures/font_mozart_006b.png differ diff --git a/textures/font_mozart_006c.png b/textures/font_mozart_006c.png new file mode 100644 index 0000000..68411c5 Binary files /dev/null and b/textures/font_mozart_006c.png differ diff --git a/textures/font_mozart_006d.png b/textures/font_mozart_006d.png new file mode 100644 index 0000000..9df7997 Binary files /dev/null and b/textures/font_mozart_006d.png differ diff --git a/textures/font_mozart_006e.png b/textures/font_mozart_006e.png new file mode 100644 index 0000000..e581ae5 Binary files /dev/null and b/textures/font_mozart_006e.png differ diff --git a/textures/font_mozart_006f.png b/textures/font_mozart_006f.png new file mode 100644 index 0000000..3e8e04c Binary files /dev/null and b/textures/font_mozart_006f.png differ diff --git a/textures/font_mozart_0070.png b/textures/font_mozart_0070.png new file mode 100644 index 0000000..75e4bfc Binary files /dev/null and b/textures/font_mozart_0070.png differ diff --git a/textures/font_mozart_0071.png b/textures/font_mozart_0071.png new file mode 100644 index 0000000..3743b0d Binary files /dev/null and b/textures/font_mozart_0071.png differ diff --git a/textures/font_mozart_0072.png b/textures/font_mozart_0072.png new file mode 100644 index 0000000..09d340c Binary files /dev/null and b/textures/font_mozart_0072.png differ diff --git a/textures/font_mozart_0073.png b/textures/font_mozart_0073.png new file mode 100644 index 0000000..0aa7b4b Binary files /dev/null and b/textures/font_mozart_0073.png differ diff --git a/textures/font_mozart_0074.png b/textures/font_mozart_0074.png new file mode 100644 index 0000000..d82df71 Binary files /dev/null and b/textures/font_mozart_0074.png differ diff --git a/textures/font_mozart_0075.png b/textures/font_mozart_0075.png new file mode 100644 index 0000000..29e94a2 Binary files /dev/null and b/textures/font_mozart_0075.png differ diff --git a/textures/font_mozart_0076.png b/textures/font_mozart_0076.png new file mode 100644 index 0000000..29a6720 Binary files /dev/null and b/textures/font_mozart_0076.png differ diff --git a/textures/font_mozart_0077.png b/textures/font_mozart_0077.png new file mode 100644 index 0000000..ec27d1d Binary files /dev/null and b/textures/font_mozart_0077.png differ diff --git a/textures/font_mozart_0078.png b/textures/font_mozart_0078.png new file mode 100644 index 0000000..fc114f2 Binary files /dev/null and b/textures/font_mozart_0078.png differ diff --git a/textures/font_mozart_0079.png b/textures/font_mozart_0079.png new file mode 100644 index 0000000..e05a08d Binary files /dev/null and b/textures/font_mozart_0079.png differ diff --git a/textures/font_mozart_007a.png b/textures/font_mozart_007a.png new file mode 100644 index 0000000..fa206c8 Binary files /dev/null and b/textures/font_mozart_007a.png differ diff --git a/textures/font_mozart_007b.png b/textures/font_mozart_007b.png new file mode 100644 index 0000000..8d08d6e Binary files /dev/null and b/textures/font_mozart_007b.png differ diff --git a/textures/font_mozart_007c.png b/textures/font_mozart_007c.png new file mode 100644 index 0000000..f971e07 Binary files /dev/null and b/textures/font_mozart_007c.png differ diff --git a/textures/font_mozart_007d.png b/textures/font_mozart_007d.png new file mode 100644 index 0000000..08785d8 Binary files /dev/null and b/textures/font_mozart_007d.png differ diff --git a/textures/font_mozart_007e.png b/textures/font_mozart_007e.png new file mode 100644 index 0000000..dec892c Binary files /dev/null and b/textures/font_mozart_007e.png differ diff --git a/textures/font_mozart_00a0.png b/textures/font_mozart_00a0.png new file mode 100644 index 0000000..fce0051 Binary files /dev/null and b/textures/font_mozart_00a0.png differ diff --git a/textures/font_mozart_00a1.png b/textures/font_mozart_00a1.png new file mode 100644 index 0000000..ac5d0d0 Binary files /dev/null and b/textures/font_mozart_00a1.png differ diff --git a/textures/font_mozart_00a2.png b/textures/font_mozart_00a2.png new file mode 100644 index 0000000..9963532 Binary files /dev/null and b/textures/font_mozart_00a2.png differ diff --git a/textures/font_mozart_00a3.png b/textures/font_mozart_00a3.png new file mode 100644 index 0000000..4ec2cf8 Binary files /dev/null and b/textures/font_mozart_00a3.png differ diff --git a/textures/font_mozart_00a4.png b/textures/font_mozart_00a4.png new file mode 100644 index 0000000..b36962f Binary files /dev/null and b/textures/font_mozart_00a4.png differ diff --git a/textures/font_mozart_00a5.png b/textures/font_mozart_00a5.png new file mode 100644 index 0000000..d5d80ff Binary files /dev/null and b/textures/font_mozart_00a5.png differ diff --git a/textures/font_mozart_00a6.png b/textures/font_mozart_00a6.png new file mode 100644 index 0000000..346fd5f Binary files /dev/null and b/textures/font_mozart_00a6.png differ diff --git a/textures/font_mozart_00a7.png b/textures/font_mozart_00a7.png new file mode 100644 index 0000000..1e7a38d Binary files /dev/null and b/textures/font_mozart_00a7.png differ diff --git a/textures/font_mozart_00a8.png b/textures/font_mozart_00a8.png new file mode 100644 index 0000000..05d9cbd Binary files /dev/null and b/textures/font_mozart_00a8.png differ diff --git a/textures/font_mozart_00a9.png b/textures/font_mozart_00a9.png new file mode 100644 index 0000000..e311c81 Binary files /dev/null and b/textures/font_mozart_00a9.png differ diff --git a/textures/font_mozart_00aa.png b/textures/font_mozart_00aa.png new file mode 100644 index 0000000..4d5ad8f Binary files /dev/null and b/textures/font_mozart_00aa.png differ diff --git a/textures/font_mozart_00ab.png b/textures/font_mozart_00ab.png new file mode 100644 index 0000000..c0eeabb Binary files /dev/null and b/textures/font_mozart_00ab.png differ diff --git a/textures/font_mozart_00ac.png b/textures/font_mozart_00ac.png new file mode 100644 index 0000000..e6ab651 Binary files /dev/null and b/textures/font_mozart_00ac.png differ diff --git a/textures/font_mozart_00ae.png b/textures/font_mozart_00ae.png new file mode 100644 index 0000000..4fc70ca Binary files /dev/null and b/textures/font_mozart_00ae.png differ diff --git a/textures/font_mozart_00af.png b/textures/font_mozart_00af.png new file mode 100644 index 0000000..da93006 Binary files /dev/null and b/textures/font_mozart_00af.png differ diff --git a/textures/font_mozart_00b0.png b/textures/font_mozart_00b0.png new file mode 100644 index 0000000..dfcc9a8 Binary files /dev/null and b/textures/font_mozart_00b0.png differ diff --git a/textures/font_mozart_00b1.png b/textures/font_mozart_00b1.png new file mode 100644 index 0000000..cc9f2fe Binary files /dev/null and b/textures/font_mozart_00b1.png differ diff --git a/textures/font_mozart_00b2.png b/textures/font_mozart_00b2.png new file mode 100644 index 0000000..ff94157 Binary files /dev/null and b/textures/font_mozart_00b2.png differ diff --git a/textures/font_mozart_00b3.png b/textures/font_mozart_00b3.png new file mode 100644 index 0000000..c84f35b Binary files /dev/null and b/textures/font_mozart_00b3.png differ diff --git a/textures/font_mozart_00b4.png b/textures/font_mozart_00b4.png new file mode 100644 index 0000000..883f7ab Binary files /dev/null and b/textures/font_mozart_00b4.png differ diff --git a/textures/font_mozart_00b5.png b/textures/font_mozart_00b5.png new file mode 100644 index 0000000..47cf838 Binary files /dev/null and b/textures/font_mozart_00b5.png differ diff --git a/textures/font_mozart_00b6.png b/textures/font_mozart_00b6.png new file mode 100644 index 0000000..a85f8df Binary files /dev/null and b/textures/font_mozart_00b6.png differ diff --git a/textures/font_mozart_00b7.png b/textures/font_mozart_00b7.png new file mode 100644 index 0000000..5f03623 Binary files /dev/null and b/textures/font_mozart_00b7.png differ diff --git a/textures/font_mozart_00b8.png b/textures/font_mozart_00b8.png new file mode 100644 index 0000000..45b830c Binary files /dev/null and b/textures/font_mozart_00b8.png differ diff --git a/textures/font_mozart_00b9.png b/textures/font_mozart_00b9.png new file mode 100644 index 0000000..8b89320 Binary files /dev/null and b/textures/font_mozart_00b9.png differ diff --git a/textures/font_mozart_00ba.png b/textures/font_mozart_00ba.png new file mode 100644 index 0000000..7dec23f Binary files /dev/null and b/textures/font_mozart_00ba.png differ diff --git a/textures/font_mozart_00bb.png b/textures/font_mozart_00bb.png new file mode 100644 index 0000000..d0deb33 Binary files /dev/null and b/textures/font_mozart_00bb.png differ diff --git a/textures/font_mozart_00bc.png b/textures/font_mozart_00bc.png new file mode 100644 index 0000000..8f5019a Binary files /dev/null and b/textures/font_mozart_00bc.png differ diff --git a/textures/font_mozart_00bd.png b/textures/font_mozart_00bd.png new file mode 100644 index 0000000..bf27cc4 Binary files /dev/null and b/textures/font_mozart_00bd.png differ diff --git a/textures/font_mozart_00be.png b/textures/font_mozart_00be.png new file mode 100644 index 0000000..8544759 Binary files /dev/null and b/textures/font_mozart_00be.png differ diff --git a/textures/font_mozart_00bf.png b/textures/font_mozart_00bf.png new file mode 100644 index 0000000..3392245 Binary files /dev/null and b/textures/font_mozart_00bf.png differ diff --git a/textures/font_mozart_00c0.png b/textures/font_mozart_00c0.png new file mode 100644 index 0000000..b88d7c3 Binary files /dev/null and b/textures/font_mozart_00c0.png differ diff --git a/textures/font_mozart_00c1.png b/textures/font_mozart_00c1.png new file mode 100644 index 0000000..ba9ab28 Binary files /dev/null and b/textures/font_mozart_00c1.png differ diff --git a/textures/font_mozart_00c2.png b/textures/font_mozart_00c2.png new file mode 100644 index 0000000..ac1b85e Binary files /dev/null and b/textures/font_mozart_00c2.png differ diff --git a/textures/font_mozart_00c3.png b/textures/font_mozart_00c3.png new file mode 100644 index 0000000..83ff880 Binary files /dev/null and b/textures/font_mozart_00c3.png differ diff --git a/textures/font_mozart_00c4.png b/textures/font_mozart_00c4.png new file mode 100644 index 0000000..9e6f0a0 Binary files /dev/null and b/textures/font_mozart_00c4.png differ diff --git a/textures/font_mozart_00c5.png b/textures/font_mozart_00c5.png new file mode 100644 index 0000000..d465981 Binary files /dev/null and b/textures/font_mozart_00c5.png differ diff --git a/textures/font_mozart_00c6.png b/textures/font_mozart_00c6.png new file mode 100644 index 0000000..32ca207 Binary files /dev/null and b/textures/font_mozart_00c6.png differ diff --git a/textures/font_mozart_00c7.png b/textures/font_mozart_00c7.png new file mode 100644 index 0000000..429bd71 Binary files /dev/null and b/textures/font_mozart_00c7.png differ diff --git a/textures/font_mozart_00c8.png b/textures/font_mozart_00c8.png new file mode 100644 index 0000000..ee7a67d Binary files /dev/null and b/textures/font_mozart_00c8.png differ diff --git a/textures/font_mozart_00c9.png b/textures/font_mozart_00c9.png new file mode 100644 index 0000000..aab4243 Binary files /dev/null and b/textures/font_mozart_00c9.png differ diff --git a/textures/font_mozart_00ca.png b/textures/font_mozart_00ca.png new file mode 100644 index 0000000..d896768 Binary files /dev/null and b/textures/font_mozart_00ca.png differ diff --git a/textures/font_mozart_00cb.png b/textures/font_mozart_00cb.png new file mode 100644 index 0000000..cbead58 Binary files /dev/null and b/textures/font_mozart_00cb.png differ diff --git a/textures/font_mozart_00cc.png b/textures/font_mozart_00cc.png new file mode 100644 index 0000000..1a994d4 Binary files /dev/null and b/textures/font_mozart_00cc.png differ diff --git a/textures/font_mozart_00cd.png b/textures/font_mozart_00cd.png new file mode 100644 index 0000000..76e2216 Binary files /dev/null and b/textures/font_mozart_00cd.png differ diff --git a/textures/font_mozart_00ce.png b/textures/font_mozart_00ce.png new file mode 100644 index 0000000..2b9ddc3 Binary files /dev/null and b/textures/font_mozart_00ce.png differ diff --git a/textures/font_mozart_00cf.png b/textures/font_mozart_00cf.png new file mode 100644 index 0000000..dc7cb71 Binary files /dev/null and b/textures/font_mozart_00cf.png differ diff --git a/textures/font_mozart_00d0.png b/textures/font_mozart_00d0.png new file mode 100644 index 0000000..913e7e9 Binary files /dev/null and b/textures/font_mozart_00d0.png differ diff --git a/textures/font_mozart_00d1.png b/textures/font_mozart_00d1.png new file mode 100644 index 0000000..ed96058 Binary files /dev/null and b/textures/font_mozart_00d1.png differ diff --git a/textures/font_mozart_00d2.png b/textures/font_mozart_00d2.png new file mode 100644 index 0000000..d3c1c8f Binary files /dev/null and b/textures/font_mozart_00d2.png differ diff --git a/textures/font_mozart_00d3.png b/textures/font_mozart_00d3.png new file mode 100644 index 0000000..780ffb2 Binary files /dev/null and b/textures/font_mozart_00d3.png differ diff --git a/textures/font_mozart_00d4.png b/textures/font_mozart_00d4.png new file mode 100644 index 0000000..f00c005 Binary files /dev/null and b/textures/font_mozart_00d4.png differ diff --git a/textures/font_mozart_00d5.png b/textures/font_mozart_00d5.png new file mode 100644 index 0000000..ef6fc2b Binary files /dev/null and b/textures/font_mozart_00d5.png differ diff --git a/textures/font_mozart_00d6.png b/textures/font_mozart_00d6.png new file mode 100644 index 0000000..1be518d Binary files /dev/null and b/textures/font_mozart_00d6.png differ diff --git a/textures/font_mozart_00d7.png b/textures/font_mozart_00d7.png new file mode 100644 index 0000000..11a471c Binary files /dev/null and b/textures/font_mozart_00d7.png differ diff --git a/textures/font_mozart_00d8.png b/textures/font_mozart_00d8.png new file mode 100644 index 0000000..9a1dac7 Binary files /dev/null and b/textures/font_mozart_00d8.png differ diff --git a/textures/font_mozart_00d9.png b/textures/font_mozart_00d9.png new file mode 100644 index 0000000..50bfce7 Binary files /dev/null and b/textures/font_mozart_00d9.png differ diff --git a/textures/font_mozart_00da.png b/textures/font_mozart_00da.png new file mode 100644 index 0000000..176c93d Binary files /dev/null and b/textures/font_mozart_00da.png differ diff --git a/textures/font_mozart_00db.png b/textures/font_mozart_00db.png new file mode 100644 index 0000000..493821d Binary files /dev/null and b/textures/font_mozart_00db.png differ diff --git a/textures/font_mozart_00dc.png b/textures/font_mozart_00dc.png new file mode 100644 index 0000000..8c800bd Binary files /dev/null and b/textures/font_mozart_00dc.png differ diff --git a/textures/font_mozart_00dd.png b/textures/font_mozart_00dd.png new file mode 100644 index 0000000..efaafc4 Binary files /dev/null and b/textures/font_mozart_00dd.png differ diff --git a/textures/font_mozart_00de.png b/textures/font_mozart_00de.png new file mode 100644 index 0000000..d81f0e4 Binary files /dev/null and b/textures/font_mozart_00de.png differ diff --git a/textures/font_mozart_00df.png b/textures/font_mozart_00df.png new file mode 100644 index 0000000..d6a96d1 Binary files /dev/null and b/textures/font_mozart_00df.png differ diff --git a/textures/font_mozart_00e0.png b/textures/font_mozart_00e0.png new file mode 100644 index 0000000..fba0483 Binary files /dev/null and b/textures/font_mozart_00e0.png differ diff --git a/textures/font_mozart_00e1.png b/textures/font_mozart_00e1.png new file mode 100644 index 0000000..3095233 Binary files /dev/null and b/textures/font_mozart_00e1.png differ diff --git a/textures/font_mozart_00e2.png b/textures/font_mozart_00e2.png new file mode 100644 index 0000000..d683e93 Binary files /dev/null and b/textures/font_mozart_00e2.png differ diff --git a/textures/font_mozart_00e3.png b/textures/font_mozart_00e3.png new file mode 100644 index 0000000..ed68f66 Binary files /dev/null and b/textures/font_mozart_00e3.png differ diff --git a/textures/font_mozart_00e4.png b/textures/font_mozart_00e4.png new file mode 100644 index 0000000..3d3012d Binary files /dev/null and b/textures/font_mozart_00e4.png differ diff --git a/textures/font_mozart_00e5.png b/textures/font_mozart_00e5.png new file mode 100644 index 0000000..d9f068e Binary files /dev/null and b/textures/font_mozart_00e5.png differ diff --git a/textures/font_mozart_00e6.png b/textures/font_mozart_00e6.png new file mode 100644 index 0000000..df71040 Binary files /dev/null and b/textures/font_mozart_00e6.png differ diff --git a/textures/font_mozart_00e7.png b/textures/font_mozart_00e7.png new file mode 100644 index 0000000..7403ce4 Binary files /dev/null and b/textures/font_mozart_00e7.png differ diff --git a/textures/font_mozart_00e8.png b/textures/font_mozart_00e8.png new file mode 100644 index 0000000..2a9cfc3 Binary files /dev/null and b/textures/font_mozart_00e8.png differ diff --git a/textures/font_mozart_00e9.png b/textures/font_mozart_00e9.png new file mode 100644 index 0000000..b37b128 Binary files /dev/null and b/textures/font_mozart_00e9.png differ diff --git a/textures/font_mozart_00ea.png b/textures/font_mozart_00ea.png new file mode 100644 index 0000000..92014e0 Binary files /dev/null and b/textures/font_mozart_00ea.png differ diff --git a/textures/font_mozart_00eb.png b/textures/font_mozart_00eb.png new file mode 100644 index 0000000..1ac70ea Binary files /dev/null and b/textures/font_mozart_00eb.png differ diff --git a/textures/font_mozart_00ec.png b/textures/font_mozart_00ec.png new file mode 100644 index 0000000..e755d23 Binary files /dev/null and b/textures/font_mozart_00ec.png differ diff --git a/textures/font_mozart_00ed.png b/textures/font_mozart_00ed.png new file mode 100644 index 0000000..a129ead Binary files /dev/null and b/textures/font_mozart_00ed.png differ diff --git a/textures/font_mozart_00ee.png b/textures/font_mozart_00ee.png new file mode 100644 index 0000000..255b1ac Binary files /dev/null and b/textures/font_mozart_00ee.png differ diff --git a/textures/font_mozart_00ef.png b/textures/font_mozart_00ef.png new file mode 100644 index 0000000..4fe4b37 Binary files /dev/null and b/textures/font_mozart_00ef.png differ diff --git a/textures/font_mozart_00f0.png b/textures/font_mozart_00f0.png new file mode 100644 index 0000000..260300f Binary files /dev/null and b/textures/font_mozart_00f0.png differ diff --git a/textures/font_mozart_00f1.png b/textures/font_mozart_00f1.png new file mode 100644 index 0000000..16a3c6e Binary files /dev/null and b/textures/font_mozart_00f1.png differ diff --git a/textures/font_mozart_00f2.png b/textures/font_mozart_00f2.png new file mode 100644 index 0000000..07fb9ed Binary files /dev/null and b/textures/font_mozart_00f2.png differ diff --git a/textures/font_mozart_00f3.png b/textures/font_mozart_00f3.png new file mode 100644 index 0000000..484bbcb Binary files /dev/null and b/textures/font_mozart_00f3.png differ diff --git a/textures/font_mozart_00f4.png b/textures/font_mozart_00f4.png new file mode 100644 index 0000000..bc686c2 Binary files /dev/null and b/textures/font_mozart_00f4.png differ diff --git a/textures/font_mozart_00f5.png b/textures/font_mozart_00f5.png new file mode 100644 index 0000000..6b62320 Binary files /dev/null and b/textures/font_mozart_00f5.png differ diff --git a/textures/font_mozart_00f6.png b/textures/font_mozart_00f6.png new file mode 100644 index 0000000..d9a879a Binary files /dev/null and b/textures/font_mozart_00f6.png differ diff --git a/textures/font_mozart_00f7.png b/textures/font_mozart_00f7.png new file mode 100644 index 0000000..fd5afda Binary files /dev/null and b/textures/font_mozart_00f7.png differ diff --git a/textures/font_mozart_00f8.png b/textures/font_mozart_00f8.png new file mode 100644 index 0000000..d8c6af0 Binary files /dev/null and b/textures/font_mozart_00f8.png differ diff --git a/textures/font_mozart_00f9.png b/textures/font_mozart_00f9.png new file mode 100644 index 0000000..4743bba Binary files /dev/null and b/textures/font_mozart_00f9.png differ diff --git a/textures/font_mozart_00fa.png b/textures/font_mozart_00fa.png new file mode 100644 index 0000000..c32baac Binary files /dev/null and b/textures/font_mozart_00fa.png differ diff --git a/textures/font_mozart_00fb.png b/textures/font_mozart_00fb.png new file mode 100644 index 0000000..0323545 Binary files /dev/null and b/textures/font_mozart_00fb.png differ diff --git a/textures/font_mozart_00fc.png b/textures/font_mozart_00fc.png new file mode 100644 index 0000000..ab5f392 Binary files /dev/null and b/textures/font_mozart_00fc.png differ diff --git a/textures/font_mozart_00fd.png b/textures/font_mozart_00fd.png new file mode 100644 index 0000000..8b4ed9a Binary files /dev/null and b/textures/font_mozart_00fd.png differ diff --git a/textures/font_mozart_00fe.png b/textures/font_mozart_00fe.png new file mode 100644 index 0000000..4c402c1 Binary files /dev/null and b/textures/font_mozart_00fe.png differ diff --git a/textures/font_mozart_00ff.png b/textures/font_mozart_00ff.png new file mode 100644 index 0000000..be2074e Binary files /dev/null and b/textures/font_mozart_00ff.png differ diff --git a/textures/font_mozart_016e.png b/textures/font_mozart_016e.png new file mode 100644 index 0000000..4c93d0d Binary files /dev/null and b/textures/font_mozart_016e.png differ diff --git a/textures/font_mozart_016f.png b/textures/font_mozart_016f.png new file mode 100644 index 0000000..adeb1b2 Binary files /dev/null and b/textures/font_mozart_016f.png differ diff --git a/textures/font_mozart_0178.png b/textures/font_mozart_0178.png new file mode 100644 index 0000000..bb1715c Binary files /dev/null and b/textures/font_mozart_0178.png differ diff --git a/textures/font_mozart_0374.png b/textures/font_mozart_0374.png new file mode 100644 index 0000000..8251c82 Binary files /dev/null and b/textures/font_mozart_0374.png differ diff --git a/textures/font_mozart_0375.png b/textures/font_mozart_0375.png new file mode 100644 index 0000000..62542cf Binary files /dev/null and b/textures/font_mozart_0375.png differ diff --git a/textures/font_mozart_037a.png b/textures/font_mozart_037a.png new file mode 100644 index 0000000..b9b2396 Binary files /dev/null and b/textures/font_mozart_037a.png differ diff --git a/textures/font_mozart_037e.png b/textures/font_mozart_037e.png new file mode 100644 index 0000000..48841ef Binary files /dev/null and b/textures/font_mozart_037e.png differ diff --git a/textures/font_mozart_0391.png b/textures/font_mozart_0391.png new file mode 100644 index 0000000..79dec87 Binary files /dev/null and b/textures/font_mozart_0391.png differ diff --git a/textures/font_mozart_0392.png b/textures/font_mozart_0392.png new file mode 100644 index 0000000..f2d7b48 Binary files /dev/null and b/textures/font_mozart_0392.png differ diff --git a/textures/font_mozart_0393.png b/textures/font_mozart_0393.png new file mode 100644 index 0000000..37c9119 Binary files /dev/null and b/textures/font_mozart_0393.png differ diff --git a/textures/font_mozart_0394.png b/textures/font_mozart_0394.png new file mode 100644 index 0000000..90d1f9f Binary files /dev/null and b/textures/font_mozart_0394.png differ diff --git a/textures/font_mozart_0395.png b/textures/font_mozart_0395.png new file mode 100644 index 0000000..78164f3 Binary files /dev/null and b/textures/font_mozart_0395.png differ diff --git a/textures/font_mozart_0396.png b/textures/font_mozart_0396.png new file mode 100644 index 0000000..7b602e0 Binary files /dev/null and b/textures/font_mozart_0396.png differ diff --git a/textures/font_mozart_0397.png b/textures/font_mozart_0397.png new file mode 100644 index 0000000..9a9e639 Binary files /dev/null and b/textures/font_mozart_0397.png differ diff --git a/textures/font_mozart_0398.png b/textures/font_mozart_0398.png new file mode 100644 index 0000000..75638ae Binary files /dev/null and b/textures/font_mozart_0398.png differ diff --git a/textures/font_mozart_0399.png b/textures/font_mozart_0399.png new file mode 100644 index 0000000..f33d8a1 Binary files /dev/null and b/textures/font_mozart_0399.png differ diff --git a/textures/font_mozart_039a.png b/textures/font_mozart_039a.png new file mode 100644 index 0000000..d674b2b Binary files /dev/null and b/textures/font_mozart_039a.png differ diff --git a/textures/font_mozart_039b.png b/textures/font_mozart_039b.png new file mode 100644 index 0000000..b6c3268 Binary files /dev/null and b/textures/font_mozart_039b.png differ diff --git a/textures/font_mozart_039c.png b/textures/font_mozart_039c.png new file mode 100644 index 0000000..6c4b8cd Binary files /dev/null and b/textures/font_mozart_039c.png differ diff --git a/textures/font_mozart_039d.png b/textures/font_mozart_039d.png new file mode 100644 index 0000000..2a32177 Binary files /dev/null and b/textures/font_mozart_039d.png differ diff --git a/textures/font_mozart_039e.png b/textures/font_mozart_039e.png new file mode 100644 index 0000000..fb151dd Binary files /dev/null and b/textures/font_mozart_039e.png differ diff --git a/textures/font_mozart_039f.png b/textures/font_mozart_039f.png new file mode 100644 index 0000000..4e12a02 Binary files /dev/null and b/textures/font_mozart_039f.png differ diff --git a/textures/font_mozart_03a0.png b/textures/font_mozart_03a0.png new file mode 100644 index 0000000..cd3a021 Binary files /dev/null and b/textures/font_mozart_03a0.png differ diff --git a/textures/font_mozart_03a1.png b/textures/font_mozart_03a1.png new file mode 100644 index 0000000..998899f Binary files /dev/null and b/textures/font_mozart_03a1.png differ diff --git a/textures/font_mozart_03a3.png b/textures/font_mozart_03a3.png new file mode 100644 index 0000000..96d854a Binary files /dev/null and b/textures/font_mozart_03a3.png differ diff --git a/textures/font_mozart_03a4.png b/textures/font_mozart_03a4.png new file mode 100644 index 0000000..621061c Binary files /dev/null and b/textures/font_mozart_03a4.png differ diff --git a/textures/font_mozart_03a5.png b/textures/font_mozart_03a5.png new file mode 100644 index 0000000..532f74b Binary files /dev/null and b/textures/font_mozart_03a5.png differ diff --git a/textures/font_mozart_03a6.png b/textures/font_mozart_03a6.png new file mode 100644 index 0000000..4dac2ad Binary files /dev/null and b/textures/font_mozart_03a6.png differ diff --git a/textures/font_mozart_03a7.png b/textures/font_mozart_03a7.png new file mode 100644 index 0000000..acd1b28 Binary files /dev/null and b/textures/font_mozart_03a7.png differ diff --git a/textures/font_mozart_03a8.png b/textures/font_mozart_03a8.png new file mode 100644 index 0000000..9c06bb9 Binary files /dev/null and b/textures/font_mozart_03a8.png differ diff --git a/textures/font_mozart_03a9.png b/textures/font_mozart_03a9.png new file mode 100644 index 0000000..b59dc9b Binary files /dev/null and b/textures/font_mozart_03a9.png differ diff --git a/textures/font_mozart_03b1.png b/textures/font_mozart_03b1.png new file mode 100644 index 0000000..945dd0e Binary files /dev/null and b/textures/font_mozart_03b1.png differ diff --git a/textures/font_mozart_03b2.png b/textures/font_mozart_03b2.png new file mode 100644 index 0000000..a748b34 Binary files /dev/null and b/textures/font_mozart_03b2.png differ diff --git a/textures/font_mozart_03b3.png b/textures/font_mozart_03b3.png new file mode 100644 index 0000000..9781348 Binary files /dev/null and b/textures/font_mozart_03b3.png differ diff --git a/textures/font_mozart_03b4.png b/textures/font_mozart_03b4.png new file mode 100644 index 0000000..c508a86 Binary files /dev/null and b/textures/font_mozart_03b4.png differ diff --git a/textures/font_mozart_03b5.png b/textures/font_mozart_03b5.png new file mode 100644 index 0000000..9e24501 Binary files /dev/null and b/textures/font_mozart_03b5.png differ diff --git a/textures/font_mozart_03b6.png b/textures/font_mozart_03b6.png new file mode 100644 index 0000000..c251b2e Binary files /dev/null and b/textures/font_mozart_03b6.png differ diff --git a/textures/font_mozart_03b7.png b/textures/font_mozart_03b7.png new file mode 100644 index 0000000..f62c9bd Binary files /dev/null and b/textures/font_mozart_03b7.png differ diff --git a/textures/font_mozart_03b8.png b/textures/font_mozart_03b8.png new file mode 100644 index 0000000..de99aae Binary files /dev/null and b/textures/font_mozart_03b8.png differ diff --git a/textures/font_mozart_03b9.png b/textures/font_mozart_03b9.png new file mode 100644 index 0000000..c3e739b Binary files /dev/null and b/textures/font_mozart_03b9.png differ diff --git a/textures/font_mozart_03ba.png b/textures/font_mozart_03ba.png new file mode 100644 index 0000000..47b4adf Binary files /dev/null and b/textures/font_mozart_03ba.png differ diff --git a/textures/font_mozart_03bb.png b/textures/font_mozart_03bb.png new file mode 100644 index 0000000..19a9474 Binary files /dev/null and b/textures/font_mozart_03bb.png differ diff --git a/textures/font_mozart_03bc.png b/textures/font_mozart_03bc.png new file mode 100644 index 0000000..e757dd4 Binary files /dev/null and b/textures/font_mozart_03bc.png differ diff --git a/textures/font_mozart_03bd.png b/textures/font_mozart_03bd.png new file mode 100644 index 0000000..421095b Binary files /dev/null and b/textures/font_mozart_03bd.png differ diff --git a/textures/font_mozart_03be.png b/textures/font_mozart_03be.png new file mode 100644 index 0000000..91d65fb Binary files /dev/null and b/textures/font_mozart_03be.png differ diff --git a/textures/font_mozart_03bf.png b/textures/font_mozart_03bf.png new file mode 100644 index 0000000..bd20877 Binary files /dev/null and b/textures/font_mozart_03bf.png differ diff --git a/textures/font_mozart_03c0.png b/textures/font_mozart_03c0.png new file mode 100644 index 0000000..f71b7aa Binary files /dev/null and b/textures/font_mozart_03c0.png differ diff --git a/textures/font_mozart_03c1.png b/textures/font_mozart_03c1.png new file mode 100644 index 0000000..842570c Binary files /dev/null and b/textures/font_mozart_03c1.png differ diff --git a/textures/font_mozart_03c2.png b/textures/font_mozart_03c2.png new file mode 100644 index 0000000..0a3c7c6 Binary files /dev/null and b/textures/font_mozart_03c2.png differ diff --git a/textures/font_mozart_03c3.png b/textures/font_mozart_03c3.png new file mode 100644 index 0000000..1a8f017 Binary files /dev/null and b/textures/font_mozart_03c3.png differ diff --git a/textures/font_mozart_03c4.png b/textures/font_mozart_03c4.png new file mode 100644 index 0000000..102e3fb Binary files /dev/null and b/textures/font_mozart_03c4.png differ diff --git a/textures/font_mozart_03c5.png b/textures/font_mozart_03c5.png new file mode 100644 index 0000000..1ec2e22 Binary files /dev/null and b/textures/font_mozart_03c5.png differ diff --git a/textures/font_mozart_03c6.png b/textures/font_mozart_03c6.png new file mode 100644 index 0000000..432fe03 Binary files /dev/null and b/textures/font_mozart_03c6.png differ diff --git a/textures/font_mozart_03c7.png b/textures/font_mozart_03c7.png new file mode 100644 index 0000000..6c778a4 Binary files /dev/null and b/textures/font_mozart_03c7.png differ diff --git a/textures/font_mozart_03c8.png b/textures/font_mozart_03c8.png new file mode 100644 index 0000000..13701e4 Binary files /dev/null and b/textures/font_mozart_03c8.png differ diff --git a/textures/font_mozart_03c9.png b/textures/font_mozart_03c9.png new file mode 100644 index 0000000..fe96484 Binary files /dev/null and b/textures/font_mozart_03c9.png differ diff --git a/textures/font_mozart_2014.png b/textures/font_mozart_2014.png new file mode 100644 index 0000000..0529e2e Binary files /dev/null and b/textures/font_mozart_2014.png differ diff --git a/textures/font_mozart_2018.png b/textures/font_mozart_2018.png new file mode 100644 index 0000000..7df3a47 Binary files /dev/null and b/textures/font_mozart_2018.png differ diff --git a/textures/font_mozart_2019.png b/textures/font_mozart_2019.png new file mode 100644 index 0000000..5cecb72 Binary files /dev/null and b/textures/font_mozart_2019.png differ diff --git a/textures/font_mozart_201a.png b/textures/font_mozart_201a.png new file mode 100644 index 0000000..dd5005b Binary files /dev/null and b/textures/font_mozart_201a.png differ diff --git a/textures/font_mozart_201b.png b/textures/font_mozart_201b.png new file mode 100644 index 0000000..3181b81 Binary files /dev/null and b/textures/font_mozart_201b.png differ diff --git a/textures/font_mozart_201c.png b/textures/font_mozart_201c.png new file mode 100644 index 0000000..b5ec3da Binary files /dev/null and b/textures/font_mozart_201c.png differ diff --git a/textures/font_mozart_201d.png b/textures/font_mozart_201d.png new file mode 100644 index 0000000..d24f39d Binary files /dev/null and b/textures/font_mozart_201d.png differ diff --git a/textures/font_mozart_201e.png b/textures/font_mozart_201e.png new file mode 100644 index 0000000..f7baf98 Binary files /dev/null and b/textures/font_mozart_201e.png differ diff --git a/textures/font_mozart_20ac.png b/textures/font_mozart_20ac.png new file mode 100644 index 0000000..e38e7df Binary files /dev/null and b/textures/font_mozart_20ac.png differ