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

9 lines
153 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
local PlayerNumber = ...;
assert( PlayerNumber );
local t = LoadFont("ScreenGameplay","RemainingTime") .. {
Name="SurvivalTime";
Text="";
};
2010-09-27 22:41:11 -07:00
return t