Skip to content

Commit e1ebb3f

Browse files
committed
Fixes 0.3.7
1 parent 36e5e46 commit e1ebb3f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

index.lua

-14
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,9 @@ rota=255
2323
rotanum = 0
2424
menufont = Font.load(System.currentDirectory().."font.ttf")
2525
Font.setPixelSizes(menufont,30)
26-
<<<<<<< HEAD
2726
version="0.3.7"
2827
--Sound.init()
2928
--Sound.play(bgm,NO_LOOP)
30-
=======
31-
version="0.3.61"
32-
33-
>>>>>>> origin/master
3429
R12=0
3530
function loadall()
3631
Cookie = Graphics.loadImage(System.currentDirectory().."data/cookie.png")
@@ -57,10 +52,7 @@ function loadall()
5752
farm = Graphics.loadImage(System.currentDirectory().."data/farm.png")
5853
mine = Graphics.loadImage(System.currentDirectory().."data/mine.png")
5954
factory = Graphics.loadImage(System.currentDirectory().."data/factory.png")
60-
<<<<<<< HEAD
6155
bank = Graphics.loadImage(System.currentDirectory().."data/bank.png")
62-
=======
63-
>>>>>>> origin/master
6456
backgroundgrandma = Graphics.loadImage(System.currentDirectory().."data/backgroundgrandma.png")
6557
backgroundfarm = Graphics.loadImage(System.currentDirectory().."data/backgroundfarm.png")
6658
backgroundmine = Graphics.loadImage(System.currentDirectory().."data/backgroundmine.png")
@@ -299,13 +291,10 @@ while true do
299291
FACTORY.buyicon = FactoryBuyIcon
300292
FACTORY.name="Factory"
301293
end
302-
<<<<<<< HEAD
303294
if COOKIE.total>=1400000 then
304295
BANK.buyicon = BankBuyIcon
305296
BANK.name="Bank"
306297
end
307-
=======
308-
>>>>>>> origin/master
309298
if COOKIE.count >= CURSOR.price then
310299
Graphics.drawImage(STORE.x, STORE.y, CURSOR.buyicon)
311300
else
@@ -352,13 +341,10 @@ while true do
352341
if FACTORY.count>0 and FACTORY.currency ~= -1 then
353342
Graphics.drawImage(BACK.x, BACK.y+71*FACTORY.currency, backgroundfactory)
354343
Factories()
355-
<<<<<<< HEAD
356344
end
357345
if BANK.count>0 and BANK.currency ~= -1 then
358346
Graphics.drawImage(BACK.x, BACK.y+71*BANK.currency, backgroundbank)
359347
Banks()
360-
=======
361-
>>>>>>> origin/master
362348
end
363349

364350
Graphics.drawImage(0, 0, StoreHead)

0 commit comments

Comments
 (0)