@@ -23,9 +23,14 @@ rota=255
23
23
rotanum = 0
24
24
menufont = Font .load (System .currentDirectory ().. " font.ttf" )
25
25
Font .setPixelSizes (menufont ,30 )
26
+ <<<<<<< HEAD
26
27
version = " 0.3.7"
27
28
-- Sound.init()
28
29
-- Sound.play(bgm,NO_LOOP)
30
+ =======
31
+ version = " 0.3.61"
32
+
33
+ >>>>>>> origin / master
29
34
R12 = 0
30
35
function loadall ()
31
36
Cookie = Graphics .loadImage (System .currentDirectory ().. " data/cookie.png" )
@@ -52,7 +57,10 @@ function loadall()
52
57
farm = Graphics .loadImage (System .currentDirectory ().. " data/farm.png" )
53
58
mine = Graphics .loadImage (System .currentDirectory ().. " data/mine.png" )
54
59
factory = Graphics .loadImage (System .currentDirectory ().. " data/factory.png" )
60
+ <<<<<<< HEAD
55
61
bank = Graphics .loadImage (System .currentDirectory ().. " data/bank.png" )
62
+ =======
63
+ >>>>>>> origin / master
56
64
backgroundgrandma = Graphics .loadImage (System .currentDirectory ().. " data/backgroundgrandma.png" )
57
65
backgroundfarm = Graphics .loadImage (System .currentDirectory ().. " data/backgroundfarm.png" )
58
66
backgroundmine = Graphics .loadImage (System .currentDirectory ().. " data/backgroundmine.png" )
@@ -291,10 +299,13 @@ while true do
291
299
FACTORY .buyicon = FactoryBuyIcon
292
300
FACTORY .name = " Factory"
293
301
end
302
+ <<<<<<< HEAD
294
303
if COOKIE .total >= 1400000 then
295
304
BANK .buyicon = BankBuyIcon
296
305
BANK .name = " Bank"
297
306
end
307
+ =======
308
+ >>>>>>> origin / master
298
309
if COOKIE .count >= CURSOR .price then
299
310
Graphics .drawImage (STORE .x , STORE .y , CURSOR .buyicon )
300
311
else
@@ -341,10 +352,13 @@ while true do
341
352
if FACTORY .count > 0 and FACTORY .currency ~= - 1 then
342
353
Graphics .drawImage (BACK .x , BACK .y + 71 * FACTORY .currency , backgroundfactory )
343
354
Factories ()
355
+ <<<<<<< HEAD
344
356
end
345
357
if BANK .count > 0 and BANK .currency ~= - 1 then
346
358
Graphics .drawImage (BACK .x , BACK .y + 71 * BANK .currency , backgroundbank )
347
359
Banks ()
360
+ =======
361
+ >>>>>>> origin / master
348
362
end
349
363
350
364
Graphics .drawImage (0 , 0 , StoreHead )
0 commit comments