halfway through imas collab

This commit is contained in:
Anthony Samms
2025-10-26 11:14:16 -04:00
parent 63a0a11d64
commit ef8e1e4b03
10 changed files with 70 additions and 25 deletions

View File

@@ -18,6 +18,8 @@ class BGNormalBase:
tex.load_zip(path, f'bg_normal/{self.name}')
def update(self, current_time_ms: float):
pass
def draw(self, tex: TextureWrapper):
tex.draw_texture(self.name, 'background')
class BGNormal1(BGNormalBase):
def __init__(self, tex: TextureWrapper, index: int, path: str):