projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ajout de MINDs.egg-info dans svn:ignore.
[minwii.git]
/
src
/
minwii
/
app.py
diff --git
a/src/minwii/app.py
b/src/minwii/app.py
index
0129cec
..
444aafc
100755
(executable)
--- a/
src/minwii/app.py
+++ b/
src/minwii/app.py
@@
-99,10
+99,11
@@
class MinWii(object):
if self.fullscreen :
displayFlags = displayFlags | pygame.FULLSCREEN
pygame.display.set_mode(self.screenResolution, displayFlags)
if self.fullscreen :
displayFlags = displayFlags | pygame.FULLSCREEN
pygame.display.set_mode(self.screenResolution, displayFlags)
- pygame.display.set_caption('MIN
Wii
')
+ pygame.display.set_caption('MIN
Ds
')
WT = self.WT
WT = self.WT
- songFile, playMode, displayNotes, wiimoteIndex = '', 'NORMAL', True, 0
+ # valeurs par défaut des options
+ songFile, playMode, displayNotes, wiimoteIndex = '', 'NORMAL', False, 0
while True :
WT.resume()
while True :
WT.resume()