Compare commits

...

6 Commits

4 changed files with 12 additions and 5 deletions

View File

@ -65,6 +65,9 @@ Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
intersex, polyamorous, queer, maverique, neutrois, multigender, polygender:
by Wuzzy
progress
by Edgy1
You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.

View File

@ -1,4 +1,4 @@
Pride Flags Mod v2.0.5
Pride Flags Mod v2.1.0
By Leslie E. Krause and Wuzzy
Pride Flags adds a variety of animated flags to celebrate Pride in Minetest.
@ -29,8 +29,10 @@ List of flags
--------------------
These flags are available:
* Orientations (sexual, romantic or other)
* Broader community:
* Gay/LGBTQ+ (rainbow flag)
* Progress Pride
* Orientations (sexual, romantic or other)
* Lesbian
* Vincian
* Sexual orientations

View File

@ -25,7 +25,8 @@ local rad_90 = pi / 2
local DEFAULT_FLAG = "rainbow"
-- Flag list for the old number-based storing of flags, used up to
-- 8fd4f9661e123bc84c0499c4809537e8aeb24c3b. Do not change this list!
-- 8fd4f9661e123bc84c0499c4809537e8aeb24c3b.
-- DO NOT CHANGE THIS LIST!
local legacy_flag_list = {
"rainbow", "lesbian", "bisexual", "transgender", "genderqueer", "nonbinary", "pansexual", "asexual",
"vincian", "polysexual", "omnisexual", "graysexual", "demisexual", "homoromantic", "biromantic",
@ -34,8 +35,9 @@ local legacy_flag_list = {
"genderfluid", "intersex", "polyamorous", "queer", "demigirl", "demiboy", "bigender", "trigender",
}
local flag_list = {
-- rainbow flag / LGBT+ Pride flag / Gay Pride flag
"rainbow",
-- broader community
"rainbow", -- rainbow flag / LGBTQ+ Pride flag / Gay Pride flag
"progress", -- Progress Pride
-- orientations (general)
"lesbian", "vincian",
-- sexual orientations

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB