diff --git a/README.txt b/README.txt index 003e51a..26c2a45 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/init.lua b/init.lua index 1ed473b..4628534 100644 --- a/init.lua +++ b/init.lua @@ -34,10 +34,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", - -- progress flag - "progress", + -- broader community + "rainbow", -- rainbow flag / LGBTQ+ Pride flag / Gay Pride flag + "progress", -- Progress Pride -- orientations (general) "lesbian", "vincian", -- sexual orientations diff --git a/prideflag_progress.png b/textures/prideflag_progress.png similarity index 100% rename from prideflag_progress.png rename to textures/prideflag_progress.png