pride_flags/README.txt

106 lines
2.5 KiB
Plaintext
Raw Normal View History

2022-08-19 03:29:08 -07:00
Pride Flags Mod v2.1.0
2022-07-04 11:15:42 -07:00
By Leslie E. Krause and Wuzzy
2022-06-25 15:31:57 -07:00
2022-07-26 11:33:26 -07:00
Pride Flags adds a variety of animated flags to celebrate Pride in Minetest.
2022-06-25 15:31:57 -07:00
2022-07-04 11:02:42 -07:00
This adds two blocks:
2022-06-25 15:31:57 -07:00
2022-07-26 11:33:26 -07:00
* Flag Pole: For the lower section
2022-07-04 11:02:42 -07:00
* Flag Pole with Flag: For the top of the flag pole with a flag attached.
Note: It occupies 3 blocks vertically.
2022-06-25 15:31:57 -07:00
2022-07-04 11:02:42 -07:00
Initially, the rainbow pride flag will appear when the Flag Pole with Flag is placed.
2022-07-26 11:33:26 -07:00
Use the 'place' or 'punch' key while pointing to the flag pole to select a different flag.
2022-06-25 15:31:57 -07:00
2022-07-26 11:33:26 -07:00
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
--------------------
2022-07-02 09:40:42 -07:00
These flags are available:
* Broader community:
2022-07-02 09:40:42 -07:00
* Gay/LGBTQ+ (rainbow flag)
* Progress Pride
* Orientations (sexual, romantic or other)
2022-07-02 09:40:42 -07:00
* 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
2022-07-02 14:28:48 -07:00
* Maverique
* Neutrois
2022-07-02 09:40:42 -07:00
* Multigender
2022-07-02 14:28:48 -07:00
* Polygender
* Pangender
2022-07-02 09:40:42 -07:00
* Agender
* Genderfluid
* Sex-related
* Intersex
* Relationships
* Polyamorous
* Queer
* Queer
2022-06-25 15:31:57 -07:00
2022-07-26 08:23:36 -07:00
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.
2022-06-25 15:31:57 -07:00
Repository
----------------------
Browse source code...
2022-07-26 11:33:26 -07:00
https://codeberg.org/Wuzzy/pride_flags
2022-06-25 15:31:57 -07:00
Compatability
----------------------
2022-07-04 11:15:42 -07:00
Minetest 5.4.0 or later required.
2022-07-26 11:33:26 -07:00
(older versions might work, too, but the flag waving sound is buggy)
2022-06-25 15:31:57 -07:00
Installation
----------------------
1) Unzip the archive into the mods directory of your game.
2) Rename the pride_flags-master directory to "pride_flags".
2022-08-05 14:57:51 -07:00
License/Credits
2022-06-25 15:31:57 -07:00
----------------------------------------------------------
2022-08-05 14:57:51 -07:00
This mod is free software.
The source code is licensed under the LGPLv3.
The media is licensed under CC BY-SA 3.0.
2022-06-25 15:31:57 -07:00
2022-08-05 14:57:51 -07:00
See LICENSE.txt for details and credits.