From fcd30b641eb2006ec4cabe72bf5a9679830ebfc4 Mon Sep 17 00:00:00 2001 From: Mrchiantos <51173452+Mrchiantos@users.noreply.github.com> Date: Wed, 24 Jul 2019 06:14:57 +0200 Subject: [PATCH] Kids Update 2.0.2 Letters Colors & Maths Colors Mods Add --- .../default/files/Kids/letterscolors/LICENSE | 171 +++++++ .../default/files/Kids/letterscolors/init.lua | 74 +++ .../files/Kids/letterscolors/textures/a.png | Bin 0 -> 857 bytes .../files/Kids/letterscolors/textures/b.png | Bin 0 -> 816 bytes .../files/Kids/letterscolors/textures/c.png | Bin 0 -> 843 bytes .../files/Kids/letterscolors/textures/d.png | Bin 0 -> 799 bytes .../files/Kids/letterscolors/textures/e.png | Bin 0 -> 693 bytes .../files/Kids/letterscolors/textures/f.png | Bin 0 -> 681 bytes .../files/Kids/letterscolors/textures/g.png | Bin 0 -> 889 bytes .../files/Kids/letterscolors/textures/h.png | Bin 0 -> 651 bytes .../files/Kids/letterscolors/textures/i.png | Bin 0 -> 672 bytes .../files/Kids/letterscolors/textures/j.png | Bin 0 -> 724 bytes .../files/Kids/letterscolors/textures/k.png | Bin 0 -> 835 bytes .../files/Kids/letterscolors/textures/l.png | Bin 0 -> 641 bytes .../files/Kids/letterscolors/textures/m.png | Bin 0 -> 805 bytes .../files/Kids/letterscolors/textures/n.png | Bin 0 -> 752 bytes .../files/Kids/letterscolors/textures/o.png | Bin 0 -> 915 bytes .../files/Kids/letterscolors/textures/p.png | Bin 0 -> 771 bytes .../files/Kids/letterscolors/textures/q.png | Bin 0 -> 976 bytes .../files/Kids/letterscolors/textures/r.png | Bin 0 -> 810 bytes .../files/Kids/letterscolors/textures/s.png | Bin 0 -> 897 bytes .../files/Kids/letterscolors/textures/t.png | Bin 0 -> 679 bytes .../files/Kids/letterscolors/textures/u.png | Bin 0 -> 775 bytes .../files/Kids/letterscolors/textures/v.png | Bin 0 -> 874 bytes .../files/Kids/letterscolors/textures/w.png | Bin 0 -> 960 bytes .../files/Kids/letterscolors/textures/x.png | Bin 0 -> 884 bytes .../files/Kids/letterscolors/textures/y.png | Bin 0 -> 787 bytes .../files/Kids/letterscolors/textures/z.png | Bin 0 -> 796 bytes games/default/files/Kids/mathscolors/LICENSE | 171 +++++++ games/default/files/Kids/mathscolors/init.lua | 66 +++ .../files/Kids/mathscolors/textures/0.png | Bin 0 -> 884 bytes .../files/Kids/mathscolors/textures/1.png | Bin 0 -> 708 bytes .../files/Kids/mathscolors/textures/2.png | Bin 0 -> 824 bytes .../files/Kids/mathscolors/textures/3.png | Bin 0 -> 874 bytes .../files/Kids/mathscolors/textures/4.png | Bin 0 -> 835 bytes .../files/Kids/mathscolors/textures/5.png | Bin 0 -> 837 bytes .../files/Kids/mathscolors/textures/6.png | Bin 0 -> 880 bytes .../files/Kids/mathscolors/textures/7.png | Bin 0 -> 773 bytes .../files/Kids/mathscolors/textures/8.png | Bin 0 -> 906 bytes .../files/Kids/mathscolors/textures/9.png | Bin 0 -> 892 bytes .../Kids/mathscolors/textures/diviser.png | Bin 0 -> 825 bytes .../files/Kids/mathscolors/textures/egale.png | Bin 0 -> 638 bytes .../Kids/mathscolors/textures/inferieure.png | Bin 0 -> 826 bytes .../files/Kids/mathscolors/textures/moins.png | Bin 0 -> 624 bytes .../Kids/mathscolors/textures/multiplier.png | Bin 0 -> 825 bytes .../files/Kids/mathscolors/textures/plus.png | Bin 0 -> 695 bytes .../Kids/mathscolors/textures/superieure.png | Bin 0 -> 822 bytes .../Kids/mathscolors/textures/virgule.png | Bin 0 -> 671 bytes games/default/files/Kids/modpack.txt | 0 .../files/Menu/inventory_plus/letters.lua | 482 ++++++++++++++++++ .../files/Menu/inventory_plus/maths.lua | 377 ++++++++++++++ .../files/Menu/inventory_plus/menu.lua | 148 +++++- .../files/Menu/inventory_plus/stuff.lua | 2 + 53 files changed, 1489 insertions(+), 2 deletions(-) create mode 100644 games/default/files/Kids/letterscolors/LICENSE create mode 100644 games/default/files/Kids/letterscolors/init.lua create mode 100644 games/default/files/Kids/letterscolors/textures/a.png create mode 100644 games/default/files/Kids/letterscolors/textures/b.png create mode 100644 games/default/files/Kids/letterscolors/textures/c.png create mode 100644 games/default/files/Kids/letterscolors/textures/d.png create mode 100644 games/default/files/Kids/letterscolors/textures/e.png create mode 100644 games/default/files/Kids/letterscolors/textures/f.png create mode 100644 games/default/files/Kids/letterscolors/textures/g.png create mode 100644 games/default/files/Kids/letterscolors/textures/h.png create mode 100644 games/default/files/Kids/letterscolors/textures/i.png create mode 100644 games/default/files/Kids/letterscolors/textures/j.png create mode 100644 games/default/files/Kids/letterscolors/textures/k.png create mode 100644 games/default/files/Kids/letterscolors/textures/l.png create mode 100644 games/default/files/Kids/letterscolors/textures/m.png create mode 100644 games/default/files/Kids/letterscolors/textures/n.png create mode 100644 games/default/files/Kids/letterscolors/textures/o.png create mode 100644 games/default/files/Kids/letterscolors/textures/p.png create mode 100644 games/default/files/Kids/letterscolors/textures/q.png create mode 100644 games/default/files/Kids/letterscolors/textures/r.png create mode 100644 games/default/files/Kids/letterscolors/textures/s.png create mode 100644 games/default/files/Kids/letterscolors/textures/t.png create mode 100644 games/default/files/Kids/letterscolors/textures/u.png create mode 100644 games/default/files/Kids/letterscolors/textures/v.png create mode 100644 games/default/files/Kids/letterscolors/textures/w.png create mode 100644 games/default/files/Kids/letterscolors/textures/x.png create mode 100644 games/default/files/Kids/letterscolors/textures/y.png create mode 100644 games/default/files/Kids/letterscolors/textures/z.png create mode 100644 games/default/files/Kids/mathscolors/LICENSE create mode 100644 games/default/files/Kids/mathscolors/init.lua create mode 100644 games/default/files/Kids/mathscolors/textures/0.png create mode 100644 games/default/files/Kids/mathscolors/textures/1.png create mode 100644 games/default/files/Kids/mathscolors/textures/2.png create mode 100644 games/default/files/Kids/mathscolors/textures/3.png create mode 100644 games/default/files/Kids/mathscolors/textures/4.png create mode 100644 games/default/files/Kids/mathscolors/textures/5.png create mode 100644 games/default/files/Kids/mathscolors/textures/6.png create mode 100644 games/default/files/Kids/mathscolors/textures/7.png create mode 100644 games/default/files/Kids/mathscolors/textures/8.png create mode 100644 games/default/files/Kids/mathscolors/textures/9.png create mode 100644 games/default/files/Kids/mathscolors/textures/diviser.png create mode 100644 games/default/files/Kids/mathscolors/textures/egale.png create mode 100644 games/default/files/Kids/mathscolors/textures/inferieure.png create mode 100644 games/default/files/Kids/mathscolors/textures/moins.png create mode 100644 games/default/files/Kids/mathscolors/textures/multiplier.png create mode 100644 games/default/files/Kids/mathscolors/textures/plus.png create mode 100644 games/default/files/Kids/mathscolors/textures/superieure.png create mode 100644 games/default/files/Kids/mathscolors/textures/virgule.png create mode 100644 games/default/files/Kids/modpack.txt create mode 100644 games/default/files/Menu/inventory_plus/letters.lua create mode 100644 games/default/files/Menu/inventory_plus/maths.lua diff --git a/games/default/files/Kids/letterscolors/LICENSE b/games/default/files/Kids/letterscolors/LICENSE new file mode 100644 index 0000000..8abcfff --- /dev/null +++ b/games/default/files/Kids/letterscolors/LICENSE @@ -0,0 +1,171 @@ +Letters Colors Mod for Minetest, Multicraft and Minetest + +LGPL v3 for Code / CC BY SA 3.0 for Medias (MrChiantos) + +- + + 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/games/default/files/Kids/letterscolors/init.lua b/games/default/files/Kids/letterscolors/init.lua new file mode 100644 index 0000000..1339091 --- /dev/null +++ b/games/default/files/Kids/letterscolors/init.lua @@ -0,0 +1,74 @@ +color1 = minetest.setting_get("color1") or "292421" +color2 = minetest.setting_get("color2") or "0000FF" +color3 = minetest.setting_get("color3") or "00FF00" +color4 = minetest.setting_get("color4") or "F5F5F5" +color5 = minetest.setting_get("color5") or "FF6103" +color6 = minetest.setting_get("color6") or "FF0000" +color7 = minetest.setting_get("color7") or "FFFF00" +color8 = minetest.setting_get("color8") or "FF69B4" + +local source_list = { + {"black", color1}, + {"blue", color2}, + {"green", color3}, + {"white", color4}, + {"orange", color5}, + {"red", color6}, + {"yellow", color7}, + {"pink", color8} +} + +local letters = { + + {"a"}, + {"b"}, + {"c"}, + {"d"}, + {"e"}, + {"f"}, + {"g"}, + {"h"}, + {"i"}, + {"j"}, + {"k"}, + {"l"}, + {"m"}, + {"n"}, + {"o"}, + {"p"}, + {"q"}, + {"r"}, + {"s"}, + {"t"}, + {"u"}, + {"v"}, + {"w"}, + {"y"}, + {"x"}, + {"z"}, + +} + +for i in ipairs(source_list) do + local name = source_list[i][1] + local colour = source_list[i][2] + +for i in ipairs(letters) do + local letter = letters[i][1] + + minetest.register_node("letterscolors:".. letter .. "_" .. name, { + + description = name .. " color", + inventory_image = letter .. ".png^[colorize:#"..colour..":70", + tiles = {letter .. ".png^[colorize:#"..colour..":70"}, + is_ground_content = true, + groups = {snappy = 2, choppy = 2, wool = 2}, + sounds = default.node_sound_defaults(), + oddly_breakable_by_hand = 1, + + }) + + + +end +end \ No newline at end of file diff --git a/games/default/files/Kids/letterscolors/textures/a.png b/games/default/files/Kids/letterscolors/textures/a.png new file mode 100644 index 0000000000000000000000000000000000000000..3f0a804f36717f1feeb5fa254c519be4a1d32af6 GIT binary patch literal 857 zcmV-f1E&0mP)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Yq!afW~M5000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003nNklC#yE2R5nw z01N-aP6&vpf|U^aROtdqV%Xc>y>>n0QdX-PcQ)PcDr7{;I*PW&t>g64gg@g-JUDqVZ<#H*$)YQrz?b>~;)MJso2POS00000NkvXXu0mjfo{)RM literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/b.png b/games/default/files/Kids/letterscolors/textures/b.png new file mode 100644 index 0000000000000000000000000000000000000000..817ec1d50d38777d0e43680614a5a43775fd8235 GIT binary patch literal 816 zcmV-01JC@4P)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497YrHlT_S@3000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}00038NklUGlvuew_yNxXnJyogPpZCfac z@+oZFMi2zZ^BmXf^?L=rqiGrfAOLn__73XbFa uZQ@60nnvIEnPnOKzNeJ(VH1^qzs5TvY{I-Z*F{nQ0000EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Yr*pigN=1000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003ZNkl*Ag2l9oGMv{Q3;s>mP2!f4;R)X5hRVQbXg9|A#u+75G%(AlrN#YHB;Z2D5jjF0} zI-PJnpOGX96h*;evA}x0#%i^KuItkQ{z8%@Gz^0Po|fl%yvOLEC<-`^gQ}_k0AU!y zvMk85j4aC#hT-!aewen~?WnZd?H-icw&i}mf9QiGhhgA+J|79{y5@fYlC0}`99}M$ zd>&gu1Rn6h(hu;dZ-CZXN^y(==tC=Zxc+ zuIoO{!6ZnR%Z0Pq?4=+H_s>+8C631<;yA|jdW9&8ux%Tg%?74vLRHnt2Exa`@f#Nq VmG%9F4qyNP002ovPDHLkV1n2HbsGQx literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/d.png b/games/default/files/Kids/letterscolors/textures/d.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc5fdcbb3834e4ff2f756d44d5d8ed74c9a9c8f GIT binary patch literal 799 zcmV+)1K|9LP)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497YsI8j33$n000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0002?NklFk97NRIn)qqZnq(GO)YivUj=M4-OpoXU_SDbA~X+7{1^KU&0HNWeGya zLs*uDFbt8VDW+*UufXn5N*RF5D2jqTbNYlV%P`L~#&JZR=TKD@0N{BZ>bidKpsK2e zE?w7g&2?RN9LKeTXEaSi5Ci}KN-2h6_EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Yzu3_A@X5000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0001tNkl^2cf-&ZL zgWfx8t&?^f2c(prW_lr|L;y~iQlb_1j95y6bM7~Xv}`cOKx=K%IOot>UmwwXzh^}D b_iuaxnn7+~D=ZWm00000NkvXXu0mjfR;eYl literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/f.png b/games/default/files/Kids/letterscolors/textures/f.png new file mode 100644 index 0000000000000000000000000000000000000000..23f2a083c8a7c85f8b59b970d2d21dda979f9266 GIT binary patch literal 681 zcmV;a0#^NrP)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Y!h^Lz~I~000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0001hNklEX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Y#Mpo_`?#000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003{NklFIPj_Y^T5tk-Mm z^*WyC0icwk(P&^<7RTd})oMk*-zQ|*O{v%GnOC~qu3WEI3F34*$zrj1s39V9KA$C( zN*Mv)_vN=hL_}+C$mMd`Tsn>u@<1u|AQ1Y-%jNR-9K_>slF1|huIr+;2B21}vDs{J zUH7#>G#aJdZkys@FaRKtNMPGGmSz2%#AdUJZQB5}S}l}PESF2R+bxH~;rR^rhRo-4 z$z(DwgA_C|5?rR;ZpUyqWHcHvolenOlh5ZVl}hAtIkMTT=@cOH@7wqVQ_w#qHgBGw P00000NkvXXu0mjf6tR&K literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/h.png b/games/default/files/Kids/letterscolors/textures/h.png new file mode 100644 index 0000000000000000000000000000000000000000..a3dbda5976280992cdda4082d1ef85363892ee23 GIT binary patch literal 651 zcmV;60(AX}P)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Y-93zNsGo000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0001DNklT^JULfGbCrp=nEv-)Xh-n zQbKVB9{k}UY)nbQh7N4X0i_g>1WB~kZbNfU@1>MJau5bMpNeLN-n-{(t#^Q&bMOvo lt&rp~#`y6S;sFf*#tX1KC&lp4h`;~<002ovPDHLkV1lfm7Y+ab literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/i.png b/games/default/files/Kids/letterscolors/textures/i.png new file mode 100644 index 0000000000000000000000000000000000000000..240d87da360212a16e6f109aa4f5cf8f8a9e326a GIT binary patch literal 672 zcmV;R0$=@!P)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Y`3Dq{I;b000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0001YNkl)?|rGgcA_GJl+ui2 zj1ZA8E%7h#f| literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/j.png b/games/default/files/Kids/letterscolors/textures/j.png new file mode 100644 index 0000000000000000000000000000000000000000..0bd11f7ec258eb0329aa7fa5a9a1fca6b9cb6a87 GIT binary patch literal 724 zcmV;_0xSKAP)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Y`(X7(Gz{000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}00021NklfcpSF!LK z;z0y2VUfmG$#%Qom)$~GcOXp?Cc`8VGczvW!9|=Btm}%11ThT5j})Y7imIZjjN|x` zAU;cq2w9c^;GDa`#Q!4L_x&1ys=ghMza9<@!nIGB~8;%RTWVbg*S8iH$DONEX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Y{mn7XUH<000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003RNklEX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497ZDW%hXS+!000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}00013NklEX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497ZE62?@pxv000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0002|Nkl~aGGRvtmHQLwVG(Z(`I@B(5HW}8Kj%}PR8_J=8k_wh6DXGRkd;SGK8rdETxuF*7Y zt!bJz;Ib?nkH_`>dcE#X&@|1a@B5y%ZJ+rxft^?q9yOCwt z^9JYh8GtOyxZm#-MFBvPBtK#KR#jC32q1mmi*4HiNLiKwh-Fza48zK#X(}Qj4<}Gc z5d;AMuImC2MG=R?;rR?4$Jz9!)9JMk4Z|P|LjZi=$284{+~?kw#c_=1dFZx3{4E`!#+6{z_(?qB4M200000NkvXXu0mjf@d{*M literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/n.png b/games/default/files/Kids/letterscolors/textures/n.png new file mode 100644 index 0000000000000000000000000000000000000000..e18718c75cd1a5395e148de054507120fe6e09c5 GIT binary patch literal 752 zcmVEX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497ZEr?SYE*Z000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0002TNklm}YnOG5h(WL`1lt8y95(P1B&1vek9nOJknr_HJF* z-xI`f%skKMzfhJXMNymsxULI86h(~VcpQ+XDFD+nk!2a%wjBcmL0}+0000P)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497ZM7hqFjOi000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0004MNklJ5QfdaU|5hDGzelbh++`LO%#=5@_xQ;U-H0%_s+fdZ10_WHIl>+NZ>~# z!-Vhqa9tOk=V7N zwk5gW?{hw%b2^=}*=!2m>2%@+dcB?`jYcCSDF_1A>vf5**K1Ya`Ftv0KOT<^V=|dY z+;JS?6990zT(DRy004$zAfL}iUb|E($$q=tsy4n}FCi?;g0AaPyOMu~-S2l*Ae+q! zF`Lblgbz-qlk5wHf+~?$^x-J`yhEiB87TN7~x!><2_GEX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497ZMxD5`1s~000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0002mNkl6y)(f*f0Y-^Z&E61`!cn!0?if8VtjLzVG!8jKQ{T z1VMl>3}Kq4UV#+awj}_UCyrxUmPNfnmlm=tL(?=U%Mwu(0RW1kK%VE%6m(s;=jVCW zlx*8}uRz6doMY4TA)c|WE9$!5<1|fSS=PM;Ap{8_H0i$Y(=<)m5Ffunk|Z>aBOST4 zP*oMAlwgd3a}Lh={UWKjt_#oee!t4E3mAX@jbBrz&cYA`=>q@&002ovPDHLkV1g0M BO;`W` literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/q.png b/games/default/files/Kids/letterscolors/textures/q.png new file mode 100644 index 0000000000000000000000000000000000000000..6ae61aa53bdfea64e7160ef7eabb3bd1eb599b78 GIT binary patch literal 976 zcmV;>126oEP)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497ZU_r0YJn6000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0004}Nkli6$9z7AWmz~Lk5Ci^*=!c2QVE)-L6Rg0kPq9osa!4-fY7JaYLV-@{w>4}PNx$U z3I#4UO_Nru70qTds@Lm0-)^_V4LY3;7YzmjLF70N8HT~@yWLJSc)ec2+t24SeKVO% zczrk=@_YmU7-Lwk*8l)jRgp*}@J%|M=J9^N=Wzr8-tRY0Xqtv-G#W67#bP}6>mvXV zkH>jpxm@D;dfbj@ArAlFbwiMFW5#RqF%2j434U*!dlmLIvft+b3jD&`Fv=xSWu(U2uxwO+okLE z8fY)*4;W))nkF~cZnvR2>H9MIv27dqd>#Ox>pE(+8W>|J7K^A>tHH|@#&kNROeP~7 yXFMMN?+bo$T^E>>0000EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497ZWKN-W;(2000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}00032Nkl}>_b!XsD(E92W{e^^%+SAMYrftQ&uBr`-oM1(g$;7xqIhG7_>>$;;m zA)u-%IF19Z>w;kzX9xTOV+;Y{*X4O0j^l_wacNK#1vX8CbzNhUB$5xq5chq*H)z{d z9^jlGZnCcH!QeJTA%vVg&jU@2 o5E1*nmzu8YI8Bq(lz;z?pWTIqZJ2>YUjP6A07*qoM6N<$f?LL2qW}N^ literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/s.png b/games/default/files/Kids/letterscolors/textures/s.png new file mode 100644 index 0000000000000000000000000000000000000000..963fd7974885a39d6d7a3827894a3188b43e63bc GIT binary patch literal 897 zcmV-{1AhF8P)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497ZW$*(IL_R000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}00044Nkl@=WYVIc&SsGB%ecS&@$$-ox-bH2l{b2O4f0{tPOQtt<0 z7-G3xVzF3YyWIi+a=9FIU58;9C=?1vr6OgF$n!il8Vv&Yx>l=Iw1hE0x7(Eud%YeV z$KiUtrfu77x7)t~LWo$W%jLp%Z8jSo4hJ>h`FyfeDoH@A)uL_N-0gN0Lhzen7Dl6y z(s#LBX20L(@p$|V5JGS|ozgT-C8$!Ve76wQ^?Ie_IGju-Y&M%Q$Z$AR1AO17>$*yx z^Z8r?I-O4JPA1X!edP0b3EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497Ze3#N9L6P000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0001fNklxh-X`|9jmYa!Ah*b zQUsa3Y)k?nd+-og@?c;XnEyWmvx$hXz>P)jkEYg2YwdKw7=v@}Igo>tk^rYwN|9G) z0&6WfX8^_+gb)BwN)cn6hFa_QNb-T+`*if)%Qu#f_!qc@!1nWR+yOqIaVZB!`U?O6 N002ovPDHLkV1izLBiR4| literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/letterscolors/textures/u.png b/games/default/files/Kids/letterscolors/textures/u.png new file mode 100644 index 0000000000000000000000000000000000000000..5d53f61da8330bbd83cce5fa6a73f21ec1b894fe GIT binary patch literal 775 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 a)A#_EcdrU!7MnT%0000 + 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/games/default/files/Kids/mathscolors/init.lua b/games/default/files/Kids/mathscolors/init.lua new file mode 100644 index 0000000..8e3603a --- /dev/null +++ b/games/default/files/Kids/mathscolors/init.lua @@ -0,0 +1,66 @@ +color1 = minetest.setting_get("color1") or "292421" +color2 = minetest.setting_get("color2") or "0000FF" +color3 = minetest.setting_get("color3") or "00FF00" +color4 = minetest.setting_get("color4") or "F5F5F5" +color5 = minetest.setting_get("color5") or "FF6103" +color6 = minetest.setting_get("color6") or "FF0000" +color7 = minetest.setting_get("color7") or "FFFF00" +color8 = minetest.setting_get("color8") or "FF69B4" + +local source_list = { + {"black", color1}, + {"blue", color2}, + {"green", color3}, + {"white", color4}, + {"orange", color5}, + {"red", color6}, + {"yellow", color7}, + {"pink", color8} +} + +local maths = { + + {"0"}, + {"1"}, + {"2"}, + {"3"}, + {"4"}, + {"5"}, + {"6"}, + {"7"}, + {"8"}, + {"9"}, + {"diviser"}, + {"egale"}, + {"inferieure"}, + {"moins"}, + {"multiplier"}, + {"plus"}, + {"superieure"}, + {"virgule"}, + +} + +for i in ipairs(source_list) do + local name = source_list[i][1] + local colour = source_list[i][2] + +for i in ipairs(maths) do + local math = maths[i][1] + + minetest.register_node("mathscolors:".. math .. "_" .. name, { + + description = name .. " color", + inventory_image = math .. ".png^[colorize:#"..colour..":70", + tiles = {math.. ".png^[colorize:#"..colour..":70"}, + is_ground_content = true, + groups = {snappy = 2, choppy = 2, wool = 2}, + sounds = default.node_sound_defaults(), + oddly_breakable_by_hand = 1, + + }) + + + +end +end \ No newline at end of file diff --git a/games/default/files/Kids/mathscolors/textures/0.png b/games/default/files/Kids/mathscolors/textures/0.png new file mode 100644 index 0000000000000000000000000000000000000000..cefc207268278195399e8dbbecf185ace17ec422 GIT binary patch literal 884 zcmV-)1B?8LP)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497a{`$IMUSs000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003?NklY8+x86++Z;H zEif95qw zvSd&7dR^-C`J8QIk|Zx{ifMCf`{i~V$JqjvN=3-$PoB75uTod5)og)sxr~0l4**!L zRydtb(zM-frEaxa`8k+OCbF#AY{oc_X^dgJ-6jBPtr>=4zKw^&fm-WSc;3S_pU;2i zfFzAEDc=FG+wEo!lcbe*jmP5=m&*mEQVGpw6NN${^O&rE&-np@LxP~a`XH770000< KMNUMnLSTYmL4@G| literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/mathscolors/textures/1.png b/games/default/files/Kids/mathscolors/textures/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e00d934feb6fac67668047789427c7d9287f7975 GIT binary patch literal 708 zcmV;#0z3VQP)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497a0>JJuQg<000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0001+Nkl8+-t-w+&V|(#t3xbs_ zp1tkS-Ir4WiEFZ8Adm-hna^Wp-i#ng4B&!6Tzi313PK0~fN7eblsZo23)XdI&YAN( z6954)rNkZ@0&DG~@C-pSf-weKYb?tG@BQZ`^q6Cer#cu`;SUHJ6}D{yN$mUnJ*X>gX6S=Ga0000EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497au25(|)=D000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003GNklB{aa68-&en`m4pL3F&6-nX)zVIR6kCW^5 z3Z)eCJcrgAT5GJ=YdDSr*LAVkY~~Jp;Cwz4z*E__%{D#I|i0vm6<8UB@_%hf52? zkVR4Oa=8qenvD#SBw74Ozd9a|%dha4zFPfzH~s+c0K*6Mi6A@x0000EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497auY|4w_K_000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003&Nklh*)519!OGd(ZQn=iDQaB)-58zQphACeL&D zzK-uc7 z+4OgirYUc?+gpXQEIAkq2!N~As?h=1g2&^*JkNQ#T)5xwYYB(L;WL8M>GY<3Hk;9L zoVKg&1n2Xa^ZA_9>9i&>41+-sd`9q!BuS{MDgjVY6c$C%?Lt*mjUkW6V`!QN00_en zS(bIXV45av+h!ccyx;E>LhyJz)-C{`5TaYcVzKD`NZakUe+IkVj=HWl9xj(lI*!BV z^VuMf+R`Y5!1a1XRaKB>8Kcn%k|ec;N%}U07*qoM6N<$f=cI+ A%>V!Z literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/mathscolors/textures/4.png b/games/default/files/Kids/mathscolors/textures/4.png new file mode 100644 index 0000000000000000000000000000000000000000..271e02be4a0967bcbf94560ed342c3b9c924d5a7 GIT binary patch literal 835 zcmV-J1HAl+P)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497au!D(jxT$000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003RNklB!yuZkYyR9l;E6WyH{{;}Pfc8Q1F-jIobmT>O5drfIO< zZn0Xeu-olMLRD3`TrL2BG))nPA(A99W321iaQ&|-ieloyxPg=sUDp{a3L$Vf8~^~f z+YOt|2A=1c9@w^xAP5Wr*LBCU@B45Z=YPAfc-Ka)_1Fc=vgQlC!vjQTKRcWa>qP(n N002ovPDHLkV1jDAZ*2eo literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/mathscolors/textures/5.png b/games/default/files/Kids/mathscolors/textures/5.png new file mode 100644 index 0000000000000000000000000000000000000000..0926c10c59d54214f20512ad4343962f0255460f GIT binary patch literal 837 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 Y0GDo8PH7vL0000007*qoM6N<$f)E!C^8f$< literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/mathscolors/textures/inferieure.png b/games/default/files/Kids/mathscolors/textures/inferieure.png new file mode 100644 index 0000000000000000000000000000000000000000..d3fa13ccfad8f43a5973c11f6098ebf5fe2ea7e7 GIT binary patch literal 826 zcmV-A1I7G_P)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497bYSsJqM2f000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003INkl5-gv9K=1<%Ur|%fA5`G# zDv|ww$|lGPfEX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497bPcmdZ5Dq000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0000-Nkl*f@&&*;519#fFGUf7s#XIJB7y))%#1hM6UKj}7X%x43q1_V#9EmE0000< KMNUMnLSTXz%mUN^ literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/mathscolors/textures/multiplier.png b/games/default/files/Kids/mathscolors/textures/multiplier.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6cf84b392d21c0e3ea9d3f57d3c9d8cf193c20 GIT binary patch literal 825 zcmV-91IGM`P)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497bFF{0nlau000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0003HNklR@WD|BF#j;;D^O*NB!;e{zBwpYRFY@;S z<#W+A4GxC`0ARUX!Zb|)!1;W}e!qth0*azwv)MpZ)h`1-nCF?E=Mew_uqXGOO$Q zxuB{ldC+xTPSZq^?E9YU^_l=^7zU5WEX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497a}OAge#Q*000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0001vNklV>-SxRYWFedQc6G9kWYOTZ=0UmJxYwbT>VVPk2 d`7(oF literal 0 HcmV?d00001 diff --git a/games/default/files/Kids/mathscolors/textures/superieure.png b/games/default/files/Kids/mathscolors/textures/superieure.png new file mode 100644 index 0000000000000000000000000000000000000000..70e314e3cb329a19708eb5d8dd8fd5ade8352bb9 GIT binary patch literal 822 zcmV-61Ihe}P)EX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497bX%4_CX>@2HM@dakSAh-}0003ENklEX>4Tx04R}tkv&MmKp2MKrfNkh4i*$~$WR@`f~bh2RIvyaN?V~-2a`+xph-iL z;^HW{799LptU9+0Yt2!cN#F0M|BE>hxmNufoIcO3Wd-uJ%TeFq5jGE>ct2|(2> zBN>Z|ne3_UyKw^epMfi_<*(F%*-z4I zEiHTm^lbwd*DX!n11@)f!6#iZBuDbo67qTA{fxdT3-sRtJ!@{?n&&uu0MgW}y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd497bhMXNlHlo000?uMObu0Z*6U5Zgc=ca%Ew3 zWn>_CX>@2HM@dakSAh-}0001XNkl