Compare commits

...

2 Commits

Author SHA1 Message Date
Kyle Belanger de3c1092ad Glowing flats 2019-04-05 22:10:44 -04:00
Kyle Belanger 4d4498cd8d Oh right I forgot this doesn't work 2019-04-05 22:10:06 -04:00
2 changed files with 17 additions and 2 deletions

15
GLDEFS.txt Normal file
View File

@ -0,0 +1,15 @@
glow
{
flats
{
flat NUKAGE1
flat LAVA1
flat SLIME01
flat FWATER1
flat BLOOD1
flat RROCK05
flat RROCK06
flat RROCK07
flat RROCK08
}
}

View File

@ -28,8 +28,8 @@ class RLHUDHandler : StaticEventHandler
{
Super.RenderOverlay(e);
DrawTexture("MEDIA0", 0, 20);
DrawBigText("" .. RLPlayer.Medikit, "Brick", 16, 16);
// DrawTexture("MEDIA0", 0, 20);
// DrawBigText("" .. RLPlayer.Medikit, "Brick", 16, 16);
}
ui void DrawBigText(string text, Color color, float x, float y) const