mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-21 23:42:20 +00:00
Add 4 gender pride flags
This commit is contained in:
parent
72f3b04842
commit
61f1b471d0
6 changed files with 8 additions and 4 deletions
|
@ -40,7 +40,11 @@ These flags are available:
|
||||||
* Transgender
|
* Transgender
|
||||||
* Androgyne
|
* Androgyne
|
||||||
* Demigender
|
* Demigender
|
||||||
|
* Maverique
|
||||||
|
* Neutrois
|
||||||
* Multigender
|
* Multigender
|
||||||
|
* Polygender
|
||||||
|
* Pangender
|
||||||
* Agender
|
* Agender
|
||||||
* Genderfluid
|
* Genderfluid
|
||||||
* Sex-related
|
* Sex-related
|
||||||
|
|
8
init.lua
8
init.lua
|
@ -26,13 +26,13 @@ local flag_list = {
|
||||||
"homoromantic",
|
"homoromantic",
|
||||||
"biromantic", "polyromantic", "panromantic", "omniromantic",
|
"biromantic", "polyromantic", "panromantic", "omniromantic",
|
||||||
"aromantic", "grayromantic", "demiromantic",
|
"aromantic", "grayromantic", "demiromantic",
|
||||||
-- gender
|
-- gender-related
|
||||||
"androgyne", "demigender",
|
"androgyne", "demigender", "maverique", "neutrois",
|
||||||
"multigender", "agender",
|
"multigender", "polygender", "pangender", "agender",
|
||||||
"genderfluid",
|
"genderfluid",
|
||||||
-- intersex
|
-- intersex
|
||||||
"intersex",
|
"intersex",
|
||||||
-- non-monogamous
|
-- relationship
|
||||||
"polyamorous",
|
"polyamorous",
|
||||||
-- queer
|
-- queer
|
||||||
"queer",
|
"queer",
|
||||||
|
|
BIN
textures/prideflag_maverique.png
Normal file
BIN
textures/prideflag_maverique.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 177 B |
BIN
textures/prideflag_neutrois.png
Normal file
BIN
textures/prideflag_neutrois.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 B |
BIN
textures/prideflag_pangender.png
Normal file
BIN
textures/prideflag_pangender.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 B |
BIN
textures/prideflag_polygender.png
Normal file
BIN
textures/prideflag_polygender.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 B |
Loading…
Add table
Reference in a new issue