mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
add 1080p and more support
This commit is contained in:
@@ -165,7 +165,7 @@ class BaseDancerGroup():
|
||||
dancer.update(current_time_ms, bpm)
|
||||
|
||||
def draw(self, tex: TextureWrapper):
|
||||
total_width = 1280
|
||||
total_width = tex.screen_width
|
||||
num_dancers = len(self.active_dancers)
|
||||
|
||||
first_dancer = next((dancer for dancer in self.active_dancers if dancer is not None), None)
|
||||
|
||||
Reference in New Issue
Block a user