add Double5 to techno list, need to add Versus modes at some point

This commit is contained in:
AJ Kelly
2012-05-14 21:48:42 -05:00
parent 058c90aceb
commit 650723a7e5
+2 -1
View File
@@ -48,7 +48,8 @@ function GameCompatibleModes()
beat = "5Keys,7Keys,10Keys,14Keys,Versus5,Versus7",
kb7 = "KB7",
para = "Single",
techno = "Single4,Single5,Single8,Double4,Double8",
-- todo: add versus modes for technomotion
techno = "Single4,Single5,Single8,Double4,Double5,Double8",
lights = "Single" -- lights shouldn't be playable
}
return Modes[CurGameName()]