forked from Bubberstation/Bubberstation
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ports text span definitions from the old codebase and Sandstorm. Required for use by some quirks and interactions.
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Entries here originally from Sandstorm Station 13 | ||
#define span_lewd(str) ("<span class='lewd'>" + str + "</span>") | ||
#define span_love(str) ("<span class='love'>" + str + "</span>") | ||
#define span_userlove(str) ("<span class='userlove'>" + str + "</span>") | ||
|
||
// Entries here from SPLURT | ||
#define span_reallybig_hypnophrase(str) ("<span class='reallybig hypnophrase'>" + str + "</span>") | ||
#define span_big_warning(str) ("<span class='big warning'>" + str + "</span>") | ||
#define span_header(str) ("<span class='header'>" + str + "</span>") | ||
#define span_umbra(str) ("<span class='umbra'>" + str + "</span>") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters