mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
add animal kaiser collab
This commit is contained in:
@@ -167,7 +167,7 @@ class BaseDancerGroup():
|
||||
total_width = 1280
|
||||
num_dancers = len(self.active_dancers)
|
||||
|
||||
first_dancer = self.active_dancers[3]
|
||||
first_dancer = next((dancer for dancer in self.active_dancers if dancer is not None), None)
|
||||
if first_dancer is None:
|
||||
return
|
||||
dancer_width = tex.textures[self.name][str(first_dancer.index) + '_loop'].width
|
||||
|
||||
Reference in New Issue
Block a user