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
@@ -183,7 +183,7 @@ function scene1_draw() @@ -183,7 +183,7 @@ function scene1_draw()
183 183
184 if starttimer > 46 then 184 if starttimer > 46 then
185 love.graphics.setColor(255, 0, 0) 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 end 187 end
188 love.graphics.setColor(255, 255, 255) 188 love.graphics.setColor(255, 255, 255)
189 -end  
190 \ No newline at end of file 189 \ No newline at end of file
  190 +end
@@ -160,7 +160,7 @@ function scene4_draw() @@ -160,7 +160,7 @@ function scene4_draw()
160 160
161 if starttimer > 4 and not jumped then 161 if starttimer > 4 and not jumped then
162 love.graphics.setColor(255, 0, 0, math.random(255)) 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 end 164 end
165 end 165 end
166 166
@@ -171,4 +171,4 @@ function scene4_action() @@ -171,4 +171,4 @@ function scene4_action()
171 pspeedx = 20 171 pspeedx = 20
172 pspeedy = 2 172 pspeedy = 2
173 end 173 end
174 -end  
175 \ No newline at end of file 174 \ No newline at end of file
  175 +end
@@ -208,7 +208,7 @@ function scene5_draw() @@ -208,7 +208,7 @@ function scene5_draw()
208 if starttimer > 24 then 208 if starttimer > 24 then
209 if math.mod(starttimer*5, 2) >= 1 then 209 if math.mod(starttimer*5, 2) >= 1 then
210 love.graphics.setColor(255, 0, 0) 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 love.graphics.setColor(255, 255, 255) 212 love.graphics.setColor(255, 255, 255)
213 end 213 end
214 end 214 end
@@ -226,4 +226,4 @@ function scene5_action() @@ -226,4 +226,4 @@ function scene5_action()
226 pointsget(1000) 226 pointsget(1000)
227 sunglassessound:play() 227 sunglassessound:play()
228 end 228 end
229 -end  
230 \ No newline at end of file 229 \ No newline at end of file
  230 +end
@@ -33,13 +33,13 @@ function scene6_load() @@ -33,13 +33,13 @@ function scene6_load()
33 stars = {} 33 stars = {}
34 34
35 texts = {} 35 texts = {}
36 - texts[1] = "your awesome score:" 36 + texts[1] = "ton super score:"
37 texts[2] = points 37 texts[2] = points
38 texts[3] = "" 38 texts[3] = ""
39 - texts[4] = "radical landing mul:" 39 + texts[4] = "multiplicateur de cible:"
40 texts[5] = scoremul 40 texts[5] = scoremul
41 texts[6] = "" 41 texts[6] = ""
42 - texts[7] = "cray total:" 42 + texts[7] = "mega total:"
43 texts[8] = math.ceil(points*scoremul) 43 texts[8] = math.ceil(points*scoremul)
44 44
45 prevt = 0 45 prevt = 0
@@ -171,4 +171,4 @@ function scene6_draw() @@ -171,4 +171,4 @@ function scene6_draw()
171 end 171 end
172 love.graphics.setColor(255, 255, 255) 172 love.graphics.setColor(255, 255, 255)
173 end 173 end
174 -end  
175 \ No newline at end of file 174 \ No newline at end of file
  175 +end