1 # -*- coding: utf-8 -*-
9 from pgu
.gui
import Desktop
10 from pgu
.gui
import QUIT
11 from widgets
.home
import Home
12 from widgets
.playingscreen
import _PlayingScreenBase
, SongPlayingScreenTest
15 class MinWii(Desktop
):
18 Desktop
.__init
__(self
)
21 # home.connect(QUIT, self.quit)
27 # playingScreen = _PlayingScreenBase([o])
30 playingScreen
= SongPlayingScreenTest()
31 playingScreen
.draw(pygame
.display
.get_surface())
34 #pygame.display.flip()