mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
halfway through imas collab
This commit is contained in:
@@ -19,6 +19,12 @@ class BGFeverBase:
|
||||
self.name = 'bg_fever_' + str(index)
|
||||
tex.load_zip(path, f'bg_fever/{self.name}')
|
||||
self.transitioned = False
|
||||
def start(self):
|
||||
pass
|
||||
def update(self, current_time_ms: float):
|
||||
pass
|
||||
def draw(self, tex: TextureWrapper):
|
||||
pass
|
||||
|
||||
class BGFever1(BGFeverBase):
|
||||
class Tile:
|
||||
|
||||
Reference in New Issue
Block a user