mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
initial commit
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from scenes.game2 import GameScreen2
|
||||
import logging
|
||||
import os
|
||||
from pathlib import Path
|
||||
@@ -272,7 +273,7 @@ def main():
|
||||
song_select_screen = SongSelectScreen('song_select')
|
||||
song_select_screen_2p = TwoPlayerSongSelectScreen('song_select')
|
||||
load_screen = LoadScreen('loading')
|
||||
game_screen = GameScreen('game')
|
||||
game_screen = GameScreen2('game')
|
||||
game_screen_2p = TwoPlayerGameScreen('game')
|
||||
game_screen_practice = PracticeGameScreen('game')
|
||||
practice_select_screen = PracticeSongSelectScreen('song_select')
|
||||
|
||||
Reference in New Issue
Block a user