mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-15 04:41:21 +00:00
Add progress flag
This commit is contained in:
parent
02b3118cfc
commit
1985c4d921
2 changed files with 3 additions and 1 deletions
4
init.lua
4
init.lua
|
@ -27,7 +27,7 @@ local DEFAULT_FLAG = "rainbow"
|
|||
-- Flag list for the old number-based storing of flags, used up to
|
||||
-- 8fd4f9661e123bc84c0499c4809537e8aeb24c3b. Do not change this list!
|
||||
local legacy_flag_list = {
|
||||
"rainbow", "lesbian", "bisexual", "transgender", "genderqueer", "nonbinary", "pansexual", "asexual",
|
||||
"rainbow", "progress", "lesbian", "bisexual", "transgender", "genderqueer", "nonbinary", "pansexual", "asexual",
|
||||
"vincian", "polysexual", "omnisexual", "graysexual", "demisexual", "homoromantic", "biromantic",
|
||||
"polyromantic", "panromantic", "omniromantic", "aromantic", "grayromantic", "demiromantic",
|
||||
"androgyne", "demigender", "maverique", "neutrois", "multigender", "polygender", "pangender", "agender",
|
||||
|
@ -36,6 +36,8 @@ local legacy_flag_list = {
|
|||
local flag_list = {
|
||||
-- rainbow flag / LGBT+ Pride flag / Gay Pride flag
|
||||
"rainbow",
|
||||
-- progress flag
|
||||
"progress",
|
||||
-- orientations (general)
|
||||
"lesbian", "vincian",
|
||||
-- sexual orientations
|
||||
|
|
BIN
prideflag_progress.png
Normal file
BIN
prideflag_progress.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Add table
Reference in a new issue