Added a CREDITS_SEPARATOR macro

[ci skip]

This way, UMC can use the default credit's separator in their credits sections.
This commit is contained in:
Charles Dang 2018-03-04 02:16:53 +11:00
parent ec34ed950d
commit 0d0bb91d99
2 changed files with 12 additions and 18 deletions

View file

@ -7,9 +7,7 @@
comment = "Founding Developer"
email = "dave_AT_whitevine.net"
[/entry]
[entry]
name = "•"
[/entry]
{CREDITS_SEPARATOR}
[entry]
name = "Alexander van Gessel (AI/AI0867)"
email = "AI0867_AT_gmail.com"
@ -251,9 +249,7 @@
name = "Charles Dang (vultraz)"
comment = "Current release manager (1.13.3-present)"
[/entry]
[entry]
name = "•"
[/entry]
{CREDITS_SEPARATOR}
[entry]
name = "Crossbow/Miyo"
comment = "Past release manager"
@ -357,9 +353,7 @@
name = "Timo Honkasalo (Sgt. Groovy)"
comment = "New high-res logo for the game"
[/entry]
[entry]
name = "•"
[/entry]
{CREDITS_SEPARATOR}
[entry]
name = "Alex Jarocha-Ernst (Jormungandr)"
comment = "portraits"
@ -412,9 +406,7 @@
name = "Robert Bolin (Zebulon)"
comment = "tiles, sprite editing and animations"
[/entry]
[entry]
name = "•"
[/entry]
{CREDITS_SEPARATOR}
[entry]
name = "Andrew James Patterson (Kamahawk)"
comment = "sprites"
@ -514,9 +506,7 @@
name = "Zhukov"
comment = "sprite animator"
[/entry]
[entry]
name = "•"
[/entry]
{CREDITS_SEPARATOR}
[entry]
name = "Aaron Redfern (A-Red)"
comment = "Sprites and animations"
@ -946,9 +936,7 @@
name = "Vincent Cheng (vincent_c)"
comment = "Debian/Ubuntu packager"
[/entry]
[entry]
name = "•"
[/entry]
{CREDITS_SEPARATOR}
[entry]
name = "Ben Anderman (crimson_penguin)"
comment = "Apple OS X packager (for 1.5.6 and later)"

View file

@ -706,3 +706,9 @@
amount={AMOUNT}
[/gold]
#enddef
#define CREDITS_SEPARATOR
[entry]
name = "•"
[/entry]
#enddef