Files
itgmania212121/Themes/legacy/Graphics/ScreenGameplay RemainingTime.lua
T

9 lines
153 B
Lua
Raw Normal View History

2017-08-08 01:07:34 -06:00
local PlayerNumber = ...;
assert( PlayerNumber );
local t = LoadFont("ScreenGameplay","RemainingTime") .. {
Name="SurvivalTime";
Text="";
};
return t