Commit 97da6ed3d267247de76b5582b0ad04ba4774976b
1 parent
ca0e8212
Menu en français
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
menu.lua
@@ -100,13 +100,13 @@ function menu_draw() | @@ -100,13 +100,13 @@ function menu_draw() | ||
100 | properprint("directed by maurice", 13, 40+textpos[0], scale/2) | 100 | properprint("directed by maurice", 13, 40+textpos[0], scale/2) |
101 | end | 101 | end |
102 | if starti >= 1 then | 102 | if starti >= 1 then |
103 | - properprint("use arrow keys", 25, 40+textpos[1], scale/2) | 103 | + properprint("utilise les fleches", 11, 40+textpos[1], scale/2) |
104 | end | 104 | end |
105 | if starti >= 2 then | 105 | if starti >= 2 then |
106 | - properprint("and any other button", 9, 40+textpos[2], scale/2) | 106 | + properprint("et la touche espace", 12, 40+textpos[2], scale/2) |
107 | end | 107 | end |
108 | if starti >= 3 then | 108 | if starti >= 3 then |
109 | - properprint("get ready...", 20, 40+textpos[3], scale/2) | 109 | + properprint("pret...", 30, 40+textpos[3], scale/2) |
110 | end | 110 | end |
111 | if starti >= 4 then | 111 | if starti >= 4 then |
112 | properprint("3", 40, 40+textpos[4], scale*2) | 112 | properprint("3", 40, 40+textpos[4], scale*2) |
@@ -118,7 +118,7 @@ function menu_draw() | @@ -118,7 +118,7 @@ function menu_draw() | ||
118 | properprint("1", 32, 40+textpos[6], scale*4) | 118 | properprint("1", 32, 40+textpos[6], scale*4) |
119 | end | 119 | end |
120 | if starti >= 7 then | 120 | if starti >= 7 then |
121 | - properprint("go!", 10, 40+textpos[7], scale*6) | 121 | + properprint("go !", 10, 40+textpos[7], scale*6) |
122 | end | 122 | end |
123 | 123 | ||
124 | love.graphics.setColor(255, 255, 255) | 124 | love.graphics.setColor(255, 255, 255) |