Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalInsomniac committed Feb 19, 2023
0 parents commit 8499288
Show file tree
Hide file tree
Showing 2,109 changed files with 17,204 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
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 added NTMFONT.fon2
Binary file not shown.
10 changes: 10 additions & 0 deletions README.md
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 added acs/starttitle.o
Binary file not shown.
10 changes: 10 additions & 0 deletions acs_src/starttitle.acs
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);
}
}
Loading

0 comments on commit 8499288

Please sign in to comment.