mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
fix crunchiness on textures I create
This commit is contained in:
@@ -58,6 +58,7 @@ class BaseChibi:
|
||||
|
||||
class ChibiBad(BaseChibi):
|
||||
def __init__(self, index: int, bpm: float, tex: TextureWrapper, is_2p: bool):
|
||||
self.tex = tex
|
||||
self.is_2p = is_2p
|
||||
self.bpm = bpm
|
||||
self.index = random.randint(0, 2)
|
||||
|
||||
Reference in New Issue
Block a user