Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bonnegent Sebastien
Wiiberry
Commits
22c9506f
Commit
22c9506f
authored
Jan 20, 2019
by
jwacyk
Browse files
modification ajout supprésion global
parent
96fc61d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.py
View file @
22c9506f
...
...
@@ -47,6 +47,8 @@ while 1 :
if
cwiid
.
BTN_LEFT
in
player
.
get_boutons
()
and
not
(
player
.
get_color_panel
())
:
player
.
set_color_panel
(
True
)
side_menu
.
change_state_show_menu
()
if
cwiid
.
BTN_RIGHT
in
player
.
get_boutons
()
:
background
.
fill
(
constants
.
WHITE
)
if
not
(
cwiid
.
BTN_LEFT
in
player
.
get_boutons
()):
player
.
set_color_panel
(
False
)
if
player
.
get_position
()
!=
None
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment