mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
add the majority of dan mode
This commit is contained in:
@@ -16,8 +16,12 @@ class Transition:
|
||||
self.chara_down = global_tex.get_animation(2)
|
||||
self.song_info_fade = global_tex.get_animation(3)
|
||||
self.song_info_fade_out = global_tex.get_animation(4)
|
||||
self.title = OutlinedText(title, 40, ray.WHITE)
|
||||
self.subtitle = OutlinedText(subtitle, 30, ray.WHITE)
|
||||
if title == '' and subtitle == '':
|
||||
self.title = ''
|
||||
self.subtitle = ''
|
||||
else:
|
||||
self.title = OutlinedText(title, 40, ray.WHITE)
|
||||
self.subtitle = OutlinedText(subtitle, 30, ray.WHITE)
|
||||
self.is_second = is_second
|
||||
|
||||
def start(self):
|
||||
|
||||
Reference in New Issue
Block a user