Files
itgmania212121/Themes/_portKit-sm4/Scripts/00 alias.lua
T

3 lines
183 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
-- sm-ssc _fallback to StepMania 4 default compatibility layer.
if not ScreenString then ScreenString = Screen.String; end;
2010-01-26 21:00:30 -06:00
if not ScreenMetric then ScreenMetric = Screen.Metric; end;