Commit 57f5b105acc6c48679604be74f5a85db3a145342

Authored by Geoffrey PREUD'HOMME
1 parent 75e5ff89

Tout traduit en français

Showing 4 changed files with 10 additions and 10 deletions   Show diff stats
scene1.lua
... ... @@ -183,7 +183,7 @@ function scene1_draw()
183 183  
184 184 if starttimer > 46 then
185 185 love.graphics.setColor(255, 0, 0)
186   - properprint("get in the rocket!!!", 10, 45, scale*0.5)
  186 + properprint("dans la fuse !!!", 10, 45, scale*0.5)
187 187 end
188 188 love.graphics.setColor(255, 255, 255)
189   -end
190 189 \ No newline at end of file
  190 +end
... ...
scene4.lua
... ... @@ -160,7 +160,7 @@ function scene4_draw()
160 160  
161 161 if starttimer > 4 and not jumped then
162 162 love.graphics.setColor(255, 0, 0, math.random(255))
163   - properprint("jump!!", 0, 40, scale*3)
  163 + properprint("saute!!", 0, 40, scale*2)
164 164 end
165 165 end
166 166  
... ... @@ -171,4 +171,4 @@ function scene4_action()
171 171 pspeedx = 20
172 172 pspeedy = 2
173 173 end
174   -end
175 174 \ No newline at end of file
  175 +end
... ...
scene5.lua
... ... @@ -208,7 +208,7 @@ function scene5_draw()
208 208 if starttimer > 24 then
209 209 if math.mod(starttimer*5, 2) >= 1 then
210 210 love.graphics.setColor(255, 0, 0)
211   - properprint("land in the target!", 0, 20, scale/1.5)
  211 + properprint("atteri sur la cible !", 0, 20, scale/1.5)
212 212 love.graphics.setColor(255, 255, 255)
213 213 end
214 214 end
... ... @@ -226,4 +226,4 @@ function scene5_action()
226 226 pointsget(1000)
227 227 sunglassessound:play()
228 228 end
229   -end
230 229 \ No newline at end of file
  230 +end
... ...
scene6.lua
... ... @@ -33,13 +33,13 @@ function scene6_load()
33 33 stars = {}
34 34  
35 35 texts = {}
36   - texts[1] = "your awesome score:"
  36 + texts[1] = "ton super score:"
37 37 texts[2] = points
38 38 texts[3] = ""
39   - texts[4] = "radical landing mul:"
  39 + texts[4] = "multiplicateur de cible:"
40 40 texts[5] = scoremul
41 41 texts[6] = ""
42   - texts[7] = "cray total:"
  42 + texts[7] = "mega total:"
43 43 texts[8] = math.ceil(points*scoremul)
44 44  
45 45 prevt = 0
... ... @@ -171,4 +171,4 @@ function scene6_draw()
171 171 end
172 172 love.graphics.setColor(255, 255, 255)
173 173 end
174   -end
175 174 \ No newline at end of file
  175 +end
... ...