Add many new Pride flags
48
README.txt
|
@ -69,39 +69,6 @@ Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
|||
/textures/default_baremetal.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_asexual.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_bisexual.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_rainbow.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_gendercreative.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_genderfluid.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_genderqueer.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_lesbian.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_nonbinary.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_pansexual.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_polysexual.png
|
||||
by sorcerykid
|
||||
|
||||
/textures/prideflag_transgender.png
|
||||
by sorcerykid
|
||||
|
||||
/sounds/flagwave1.ogg
|
||||
by Chelly01
|
||||
obtained from https://freesound.org/people/Chelly01/sounds/541088/
|
||||
|
@ -117,6 +84,21 @@ Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
|||
obtained from https://freesound.org/people/Chelly01/sounds/541088/
|
||||
modified by sorcerykid
|
||||
|
||||
Pride flags:
|
||||
All pride flags have a name like "/textures/prideflag_<NAME>.png",
|
||||
where <NAME> is the pride flag name. For example, the rainbow flag
|
||||
is "/textures/prideflag_rainbow.png". These are the current pride flags:
|
||||
|
||||
asexual, bisexual, rainbow, gendercreative, genderfluid, genderqueer,
|
||||
lesbian, nonbinary, pansexual, polysexual, transgender:
|
||||
by sorcerykid
|
||||
|
||||
aromantic, grayromantic, demiromantic, graysexual, demisexual, omnisexual,
|
||||
homoromantic, biromantic, panromantic, polyromantic, omniromantic,
|
||||
vincian, agender, demigender, androgyne, multigender,
|
||||
intersex, polyamorous, queer:
|
||||
by Wuzzy
|
||||
|
||||
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.
|
||||
|
|
25
init.lua
|
@ -14,7 +14,30 @@ local pi = math.pi
|
|||
local rad_180 = pi
|
||||
local rad_90 = pi / 2
|
||||
|
||||
local flag_list = { "rainbow", "lesbian", "bisexual", "transgender", "genderqueer", "nonbinary", "pansexual", "asexual" }
|
||||
local flag_list = {
|
||||
-- original flags (from first version)
|
||||
"rainbow", "lesbian", "bisexual", "transgender", "genderqueer", "nonbinary", "pansexual", "asexual",
|
||||
|
||||
-- sexual orientation
|
||||
"vincian",
|
||||
"polysexual", "omnisexual",
|
||||
"graysexual", "demisexual",
|
||||
-- romantic orientation
|
||||
"homoromantic",
|
||||
"biromantic", "polyromantic", "panromantic", "omniromantic",
|
||||
"aromantic", "grayromantic", "demiromantic",
|
||||
-- gender
|
||||
"genderqueer",
|
||||
"androgyne", "demigender",
|
||||
"multigender", "agender",
|
||||
"genderfluid",
|
||||
-- intersex
|
||||
"intersex",
|
||||
-- non-monogamous
|
||||
"polyamorous",
|
||||
-- queer
|
||||
"queer",
|
||||
}
|
||||
|
||||
minetest.register_entity( "pride_flags:wavingflag", {
|
||||
initial_properties = {
|
||||
|
|
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 293 B |
BIN
textures/prideflag_agender.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
textures/prideflag_androgyne.png
Normal file
After Width: | Height: | Size: 105 B |
BIN
textures/prideflag_aromantic.png
Normal file
After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 136 B |
BIN
textures/prideflag_biromantic.png
Normal file
After Width: | Height: | Size: 930 B |
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 105 B |
BIN
textures/prideflag_demigender.png
Normal file
After Width: | Height: | Size: 149 B |
BIN
textures/prideflag_demiromantic.png
Normal file
After Width: | Height: | Size: 543 B |
BIN
textures/prideflag_demisexual.png
Normal file
After Width: | Height: | Size: 499 B |
Before Width: | Height: | Size: 208 B After Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 139 B |
BIN
textures/prideflag_grayromantic.png
Normal file
After Width: | Height: | Size: 107 B |
BIN
textures/prideflag_graysexual.png
Normal file
After Width: | Height: | Size: 107 B |
BIN
textures/prideflag_homoromantic.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
textures/prideflag_intersex.png
Normal file
After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 118 B |
BIN
textures/prideflag_multigender.png
Normal file
After Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 725 B After Width: | Height: | Size: 319 B |
BIN
textures/prideflag_omniromantic.png
Normal file
After Width: | Height: | Size: 953 B |
BIN
textures/prideflag_omnisexual.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
textures/prideflag_panromantic.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 118 B |
BIN
textures/prideflag_polyamorous.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
textures/prideflag_polyromantic.png
Normal file
After Width: | Height: | Size: 933 B |
Before Width: | Height: | Size: 709 B After Width: | Height: | Size: 252 B |
BIN
textures/prideflag_queer.png
Normal file
After Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 174 B |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 159 B |
BIN
textures/prideflag_vincian.png
Normal file
After Width: | Height: | Size: 118 B |