add dan skin

This commit is contained in:
Anthony Samms
2025-10-26 15:10:11 -04:00
parent 16b216ac3a
commit bb79582238
5 changed files with 70 additions and 16 deletions

View File

@@ -85,7 +85,7 @@ class Chibi0(BaseChibi):
class Chibi2(BaseChibi):
def __init__(self, index: int, bpm: float, tex: TextureWrapper, is_2p: bool):
super().__init__(index, bpm, tex, is_2p)
self.rotate = Animation.create_move(60000 / self.bpm / 2, total_distance=360, reverse_delay=0)
self.rotate = Animation.create_move(60000 / self.bpm, total_distance=360)
self.rotate.start()
def update(self, current_time_ms: float):