first commit
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Pride Country Flags Mod
|
||||
|
||||
Pride Country Flags adds a variety of animated country flags in [Minetest](https://minetest.net/).
|
||||
|
||||
The flags are named by their 2-letter [ISO-3166 country code](https://www.iso.org/iso-3166-country-codes.html).
|
||||
|
||||
## Credits
|
||||
|
||||
* All country flags come from [flag-icons](https://github.com/lipis/flag-icons).
|
||||
* The Pride Country Flags Mod depends on [Pride Flags Mod](https://content.minetest.net/packages/Wuzzy/pride_flags/)
|
26
init.lua
Normal file
|
@ -0,0 +1,26 @@
|
|||
local minetest, DIR_DELIM = minetest, DIR_DELIM
|
||||
local add_flag = pride_flags.add_flag
|
||||
local get_dir_list = minetest.get_dir_list
|
||||
|
||||
local MOD_NAME = minetest.get_current_modname()
|
||||
local MOD_PATH = minetest.get_modpath(MOD_NAME) .. DIR_DELIM
|
||||
local MOD_TEXTURES_PATH = MOD_PATH .. DIR_DELIM .. "textures"
|
||||
|
||||
local function get_flags(path)
|
||||
local result = {}
|
||||
for _, v in ipairs(get_dir_list(path, false)) do
|
||||
local name = v:match("^prideflag_(.+)%..+$")
|
||||
-- print(v,i1,i2,name)
|
||||
table.insert(result, name)
|
||||
end
|
||||
table.sort(result)
|
||||
return result
|
||||
end
|
||||
|
||||
local flagNames = get_flags(MOD_TEXTURES_PATH)
|
||||
|
||||
for _, name in ipairs(flagNames) do
|
||||
add_flag(name)
|
||||
end
|
||||
|
||||
print(MOD_NAME, "DONE")
|
7
mod.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
name = pride_flags_country
|
||||
title = Pride Country Flags
|
||||
author = Riceball
|
||||
license = MIT
|
||||
depends = pride_flags
|
||||
description = Add all country flags to pride_flags
|
||||
|
BIN
textures/prideflag_cnt_ac.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
textures/prideflag_cnt_ad.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/prideflag_cnt_ae.png
Normal file
After Width: | Height: | Size: 182 B |
BIN
textures/prideflag_cnt_af.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/prideflag_cnt_ag.png
Normal file
After Width: | Height: | Size: 983 B |
BIN
textures/prideflag_cnt_ai.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
textures/prideflag_cnt_al.png
Normal file
After Width: | Height: | Size: 757 B |
BIN
textures/prideflag_cnt_am.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
textures/prideflag_cnt_ao.png
Normal file
After Width: | Height: | Size: 927 B |
BIN
textures/prideflag_cnt_aq.png
Normal file
After Width: | Height: | Size: 598 B |
BIN
textures/prideflag_cnt_ar.png
Normal file
After Width: | Height: | Size: 989 B |
BIN
textures/prideflag_cnt_as.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
textures/prideflag_cnt_at.png
Normal file
After Width: | Height: | Size: 136 B |
BIN
textures/prideflag_cnt_au.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
textures/prideflag_cnt_aw.png
Normal file
After Width: | Height: | Size: 742 B |
BIN
textures/prideflag_cnt_ax.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
textures/prideflag_cnt_az.png
Normal file
After Width: | Height: | Size: 436 B |
BIN
textures/prideflag_cnt_ba.png
Normal file
After Width: | Height: | Size: 835 B |
BIN
textures/prideflag_cnt_bb.png
Normal file
After Width: | Height: | Size: 397 B |
BIN
textures/prideflag_cnt_bd.png
Normal file
After Width: | Height: | Size: 698 B |
BIN
textures/prideflag_cnt_be.png
Normal file
After Width: | Height: | Size: 145 B |
BIN
textures/prideflag_cnt_bf.png
Normal file
After Width: | Height: | Size: 814 B |
BIN
textures/prideflag_cnt_bg.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
textures/prideflag_cnt_bh.png
Normal file
After Width: | Height: | Size: 683 B |
BIN
textures/prideflag_cnt_bi.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/prideflag_cnt_bj.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
textures/prideflag_cnt_bl.png
Normal file
After Width: | Height: | Size: 139 B |
BIN
textures/prideflag_cnt_bm.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
textures/prideflag_cnt_bn.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
textures/prideflag_cnt_bo.png
Normal file
After Width: | Height: | Size: 993 B |
BIN
textures/prideflag_cnt_bq.png
Normal file
After Width: | Height: | Size: 151 B |
BIN
textures/prideflag_cnt_br.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/prideflag_cnt_bs.png
Normal file
After Width: | Height: | Size: 992 B |
BIN
textures/prideflag_cnt_bt.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
textures/prideflag_cnt_bv.png
Normal file
After Width: | Height: | Size: 222 B |
BIN
textures/prideflag_cnt_bw.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
textures/prideflag_cnt_by.png
Normal file
After Width: | Height: | Size: 855 B |
BIN
textures/prideflag_cnt_bz.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
textures/prideflag_cnt_ca.png
Normal file
After Width: | Height: | Size: 458 B |
BIN
textures/prideflag_cnt_cc.png
Normal file
After Width: | Height: | Size: 711 B |
BIN
textures/prideflag_cnt_cd.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/prideflag_cnt_cefta.png
Normal file
After Width: | Height: | Size: 726 B |
BIN
textures/prideflag_cnt_cf.png
Normal file
After Width: | Height: | Size: 374 B |
BIN
textures/prideflag_cnt_cg.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
textures/prideflag_cnt_ch.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
textures/prideflag_cnt_ci.png
Normal file
After Width: | Height: | Size: 145 B |
BIN
textures/prideflag_cnt_ck.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
textures/prideflag_cnt_cl.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
textures/prideflag_cnt_cm.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
textures/prideflag_cnt_cn.png
Normal file
After Width: | Height: | Size: 405 B |
BIN
textures/prideflag_cnt_co.png
Normal file
After Width: | Height: | Size: 146 B |
BIN
textures/prideflag_cnt_cp.png
Normal file
After Width: | Height: | Size: 139 B |
BIN
textures/prideflag_cnt_cr.png
Normal file
After Width: | Height: | Size: 137 B |
BIN
textures/prideflag_cnt_cu.png
Normal file
After Width: | Height: | Size: 760 B |
BIN
textures/prideflag_cnt_cv.png
Normal file
After Width: | Height: | Size: 745 B |
BIN
textures/prideflag_cnt_cw.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
textures/prideflag_cnt_cx.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
textures/prideflag_cnt_cy.png
Normal file
After Width: | Height: | Size: 712 B |
BIN
textures/prideflag_cnt_cz.png
Normal file
After Width: | Height: | Size: 582 B |
BIN
textures/prideflag_cnt_de.png
Normal file
After Width: | Height: | Size: 150 B |
BIN
textures/prideflag_cnt_dg.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
textures/prideflag_cnt_dj.png
Normal file
After Width: | Height: | Size: 656 B |
BIN
textures/prideflag_cnt_dk.png
Normal file
After Width: | Height: | Size: 169 B |
BIN
textures/prideflag_cnt_dm.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/prideflag_cnt_do.png
Normal file
After Width: | Height: | Size: 674 B |
BIN
textures/prideflag_cnt_dz.png
Normal file
After Width: | Height: | Size: 559 B |
BIN
textures/prideflag_cnt_ea.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/prideflag_cnt_ec.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
textures/prideflag_cnt_ee.png
Normal file
After Width: | Height: | Size: 151 B |
BIN
textures/prideflag_cnt_eg.png
Normal file
After Width: | Height: | Size: 1,005 B |
BIN
textures/prideflag_cnt_eh.png
Normal file
After Width: | Height: | Size: 789 B |
BIN
textures/prideflag_cnt_er.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
textures/prideflag_cnt_es-ct.png
Normal file
After Width: | Height: | Size: 164 B |
BIN
textures/prideflag_cnt_es-ga.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
textures/prideflag_cnt_es.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/prideflag_cnt_et.png
Normal file
After Width: | Height: | Size: 718 B |
BIN
textures/prideflag_cnt_eu.png
Normal file
After Width: | Height: | Size: 693 B |
BIN
textures/prideflag_cnt_fi.png
Normal file
After Width: | Height: | Size: 160 B |
BIN
textures/prideflag_cnt_fj.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
textures/prideflag_cnt_fk.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
textures/prideflag_cnt_fm.png
Normal file
After Width: | Height: | Size: 446 B |
BIN
textures/prideflag_cnt_fo.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
textures/prideflag_cnt_fr.png
Normal file
After Width: | Height: | Size: 139 B |
BIN
textures/prideflag_cnt_ga.png
Normal file
After Width: | Height: | Size: 151 B |
BIN
textures/prideflag_cnt_gb-eng.png
Normal file
After Width: | Height: | Size: 171 B |
BIN
textures/prideflag_cnt_gb-nir.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/prideflag_cnt_gb-sct.png
Normal file
After Width: | Height: | Size: 879 B |
BIN
textures/prideflag_cnt_gb-wls.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
textures/prideflag_cnt_gb.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
textures/prideflag_cnt_gd.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
textures/prideflag_cnt_ge.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
textures/prideflag_cnt_gf.png
Normal file
After Width: | Height: | Size: 139 B |
BIN
textures/prideflag_cnt_gg.png
Normal file
After Width: | Height: | Size: 359 B |
BIN
textures/prideflag_cnt_gh.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
textures/prideflag_cnt_gi.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/prideflag_cnt_gl.png
Normal file
After Width: | Height: | Size: 749 B |
BIN
textures/prideflag_cnt_gm.png
Normal file
After Width: | Height: | Size: 163 B |