-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8499288
Showing
2,109 changed files
with
17,204 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,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
Binary file not shown.
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 @@ | ||
# Nobody Told Me About id | ||
A Build Engine-style mod for GZDoom. | ||
|
||
[For the full credits list, see credits.txt.](https://github.com/LocalInsomniac/NTMAi/blob/master/credits.txt) | ||
|
||
## Links | ||
|
||
[Forum Thread](https://forum.zdoom.org/viewtopic.php?f=43&t=67319) | ||
|
||
[NTMAi + Soulful Discord](https://discord.gg/RxWqRb2uQB) |
Binary file not shown.
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 @@ | ||
#include "zcommon.acs" | ||
|
||
script "NTM_StartTitle" enter { | ||
if (GetCVar("sv_ntm_startTitle")) { | ||
str name = strParam(n: PrintName_LevelName); | ||
|
||
SetFont("BIGFONT"); | ||
HudMessage(s: name; HUDMsg_FadeOut, 69420, CR_Untranslated, 0.5, 0.4, 3.5, 0.5); | ||
} | ||
} |
Oops, something went wrong.