Compare commits

..

No commits in common. "de3c1092ada64390e3da06d4ab34aa90d08d2f54" and "1d37b6345feb7f85f3dadee8a9eeb02fc1c61312" have entirely different histories.

2 changed files with 2 additions and 17 deletions

View File

@ -1,15 +0,0 @@
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