fix crunchiness on textures I create

This commit is contained in:
Anthony Samms
2025-11-20 16:53:53 -05:00
parent b26c47a23b
commit 547761eb0d
5 changed files with 17 additions and 3 deletions

View File

@@ -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)