From 4e290c0b40386114ca917318d2965578c98e17db Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 26 Sep 2006 22:12:31 +0000 Subject: [PATCH] aliases --- stepmania/Themes/default/Scripts/00 init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/Themes/default/Scripts/00 init.lua b/stepmania/Themes/default/Scripts/00 init.lua index b1fc05416b..8f4650d53d 100644 --- a/stepmania/Themes/default/Scripts/00 init.lua +++ b/stepmania/Themes/default/Scripts/00 init.lua @@ -6,6 +6,10 @@ string.lower = Lowercase Uppercase = nil -- don't use directly Lowercase = nil -- don't use directly +PLAYER_1 = "PlayerNumber_P1" +PLAYER_2 = "PlayerNumber_P2" +NUM_PLAYERS = #PlayerNumber + -- (c) 2006 Glenn Maynard -- All rights reserved. --