Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Corentin MIMEAU
PolyDefense
Commits
97a7378b
Commit
97a7378b
authored
Nov 12, 2015
by
Vincent BRULE
Browse files
correction fautes orthographes
parent
8ef6811a
Changes
1
Hide whitespace changes
Inline
Side-by-side
map.py
View file @
97a7378b
...
...
@@ -4,7 +4,7 @@ import pygame
import
time
from
random
import
*
pygame
.
display
.
init
()
# Initialis
q
e la fenêtre graphique
pygame
.
display
.
init
()
# Initialise la fenêtre graphique
info
=
pygame
.
display
.
Info
()
# Recupère des informations sur l'écran
largeur
=
info
.
current_w
...
...
@@ -67,5 +67,4 @@ while continuer:
for
event
in
pygame
.
event
.
get
():
if
event
.
type
==
pygame
.
KEYDOWN
:
if
event
.
key
==
pygame
.
K_SPACE
:
continuer
=
0
continuer
=
0
\ No newline at end of file
Write
Preview
Supports
Markdown
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