some alt skins for said dancers

This commit is contained in:
Anthony Samms
2025-09-06 17:06:32 -04:00
parent 62fb669004
commit 657ee2d2db
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ class Dancer:
@staticmethod
def create(tex: TextureWrapper, index: int, bpm: float):
map = [DancerGroup0]
map = [DancerGroup0, DancerGroup0, DancerGroup0]
selected_obj = map[index]
return selected_obj(tex, index, bpm)