mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
30bd96e37e
## About The Pull Request Implements ranked choice voting for storyteller and map vote ## Why It's Good For The Game I can close the secret storyteller PR ## Changelog 🆑 LT3 qol: Ranked choice voting is now available for storyteller and map votes /🆑
9 lines
587 B
Plaintext
9 lines
587 B
Plaintext
#define span_subtle(str) ("<span class='subtle'>" + str + "</span>")
|
|
#define span_subtlepda(str) ("<span class='subtlepda'>" + str + "</span>")
|
|
#define span_subtler(str) ("<span class='subtler'>" + str + "</span>")
|
|
#define span_velvet(str) ("<span class='velvet'>" + str + "</span>")
|
|
#define span_velvet_notice(str) ("<span class='velvet_notice'>" + str + "</span>")
|
|
#define vote_font(str) ("<span class='vote'>" + str + "</span>")
|
|
#define span_vote_notice(str) ("<span class='vote_notice'>" + str + "</span>")
|
|
#define span_yellow_flashy(str) ("<span class='glossy'>" + str + "</span>")
|