1
0
Fork
You've already forked pride_flags
0
forked from Wuzzy/pride_flags
Pride flags for Minetest
  • Lua 100%
Find a file
2022年08月10日 16:04:49 -04:00
locale Add German translation 2022年07月04日 18:13:35 +02:00
models Rename files to match naming convention 2022年07月02日 15:53:10 +02:00
sounds Rename files to match naming convention 2022年07月02日 15:53:10 +02:00
textures Add 4 gender flags: bi-/trigender, demiboy/-girl 2022年07月07日 20:45:28 +02:00
API.md Add API function for wind speed 2022年07月26日 21:06:20 +02:00
init.lua Add progress flag 2022年08月10日 16:04:49 -04:00
LICENSE.txt Move license info to LICENSE.txt 2022年08月05日 23:57:51 +02:00
mod.conf Clean up mod.conf, add description 2022年07月26日 21:24:47 +02:00
prideflag_progress.png Add progress flag 2022年08月10日 16:04:49 -04:00
README.txt Version 2.0.5 2022年08月05日 23:58:16 +02:00
screenshot.png Add screenshot 2022年07月04日 22:49:27 +02:00

Pride Flags Mod v2.0.5
By Leslie E. Krause and Wuzzy
Pride Flags adds a variety of animated flags to celebrate Pride in Minetest.
This adds two blocks:
* Flag Pole: For the lower section
* Flag Pole with Flag: For the top of the flag pole with a flag attached.
 Note: It occupies 3 blocks vertically.
Initially, the rainbow pride flag will appear when the Flag Pole with Flag is placed.
Use the 'place' or 'punch' key while pointing to the flag pole to select a different flag.
There are functions for programmers (see below) to add custom flags as well.
What are pride flags?
---------------------
Pride flags are flags created by LGBTQ+ people to represent themselves.
The rainbow flag is the most well-known flag and is understood as
the symbol for the whole LGBTQ+ community. Additionally, flags for
specific groups (like lesbian, bisexual, trans, etc.), exist, too.
Pride flags can be used by people in that community but also
by people outside of it to show support and acceptance, and to
spread awareness.
List of flags
--------------------
These flags are available:
* Orientations (sexual, romantic or other)
	* Gay/LGBTQ+ (rainbow flag)
	* Lesbian
	* Vincian
* Sexual orientations
	* Bisexual
	* Pansexual
	* Polysexual
	* Omnisexual
	* Asexual
	* Graysexual
	* Demisexual
* Romantic orientations
	* Homoromantic
	* Biromantic
	* Polyromantic
	* Panromantic
	* Omniromantic
	* Aromantic
	* Grayromantic
	* Demiromantic
* Gender-related
	* Genderqueer
	* Transgender
	* Androgyne
	* Demigender
	* Maverique
	* Neutrois
	* Multigender
	* Polygender
	* Pangender
	* Agender
	* Genderfluid
* Sex-related
	* Intersex
* Relationships
	* Polyamorous
* Queer
	* Queer
API (for programmers)
----------------------
This mod has a few helper functions if you're a programmer and want to interface with it.
You can add custom flags and more. See `API.md` for a list of all functions.
Repository
----------------------
Browse source code...
 https://codeberg.org/Wuzzy/pride_flags
Compatability
----------------------
Minetest 5.4.0 or later required.
(older versions might work, too, but the flag waving sound is buggy)
Installation
----------------------
 1) Unzip the archive into the mods directory of your game.
 2) Rename the pride_flags-master directory to "pride_flags".
License/Credits
----------------------------------------------------------
This mod is free software.
The source code is licensed under the LGPLv3.
The media is licensed under CC BY-SA 3.0.
See LICENSE.txt for details and credits.