mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-15 04:41:21 +00:00
Add comment about flag appendage
This commit is contained in:
parent
0a0ccd49c3
commit
842c1bce44
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -19,6 +19,9 @@ local pi = math.pi
|
|||
local rad_180 = pi
|
||||
local rad_90 = pi / 2
|
||||
|
||||
-- List of flags
|
||||
-- !!! IMPORTANT !!!
|
||||
-- !!! Always append new flags to the end to ensure backwards-compability.
|
||||
local flag_list = {
|
||||
-- original flags (from first version)
|
||||
"rainbow", "lesbian", "bisexual", "transgender", "genderqueer", "nonbinary", "pansexual", "asexual",
|
||||
|
|
Loading…
Add table
Reference in a new issue