@@ -24,7 +24,7 @@ menufont = Font.load(System.currentDirectory().."font.ttf")
24
24
Font .setPixelSizes (menufont ,30 )
25
25
version = " 0.3.6"
26
26
27
-
27
+ R12 = 0
28
28
function loadall ()
29
29
Cookie = Graphics .loadImage (System .currentDirectory ().. " data/cookie.png" )
30
30
Shine = Graphics .loadImage (System .currentDirectory ().. " data/shine.png" )
@@ -48,7 +48,6 @@ function loadall()
48
48
farm = Graphics .loadImage (System .currentDirectory ().. " data/farm.png" )
49
49
mine = Graphics .loadImage (System .currentDirectory ().. " data/mine.png" )
50
50
factory = Graphics .loadImage (System .currentDirectory ().. " data/factory.png" )
51
- gamesaved = Graphics .loadImage (System .currentDirectory ().. " data/gamesaved.png" )
52
51
backgroundgrandma = Graphics .loadImage (System .currentDirectory ().. " data/backgroundgrandma.png" )
53
52
backgroundfarm = Graphics .loadImage (System .currentDirectory ().. " data/backgroundfarm.png" )
54
53
backgroundmine = Graphics .loadImage (System .currentDirectory ().. " data/backgroundmine.png" )
@@ -552,7 +551,7 @@ while true do
552
551
end
553
552
554
553
555
- if Cookie == nil or Shine == nil or Gradient == nil or StoreHead == nil or CursorBuyIcon == nil or CursorBuyIconNo == nil or GrandmaBuyIcon == nil or GrandmaBuyIconNo == nil or FarmBuyIcon == nil or FarmBuyIconNo == nil or MineBuyIcon == nil or MineBuyIconNo == nil or FactoryBuyIcon == nil or FactoryBuyIconNo == nil or pressed == nil or favicon == nil or cursor == nil or grandma == nil or farm == nil or mine == nil or factory == nil or gamesaved == nil or backgroundgrandma == nil or backgroundfarm == nil or backgroundmine == nil or backgroundfactory == nil then
554
+ if Cookie == nil or Shine == nil or Gradient == nil or StoreHead == nil or CursorBuyIcon == nil or CursorBuyIconNo == nil or GrandmaBuyIcon == nil or GrandmaBuyIconNo == nil or FarmBuyIcon == nil or FarmBuyIconNo == nil or MineBuyIcon == nil or MineBuyIconNo == nil or FactoryBuyIcon == nil or FactoryBuyIconNo == nil or pressed == nil or favicon == nil or cursor == nil or grandma == nil or farm == nil or mine == nil or factory == nil or backgroundgrandma == nil or backgroundfarm == nil or backgroundmine == nil or backgroundfactory == nil then
556
555
557
556
else
558
557
justcurrency = 0
@@ -568,9 +567,8 @@ while true do
568
567
end
569
568
570
569
if Controls .check (pad ,KEY_L ) and Controls .check (pad ,KEY_R ) then
571
- System .deleteFile (" /ccsave.sav" )
572
- System .exit ()
573
- freefunction ()
570
+ R12 = R12 + 1
571
+ System .takeScreenshot (" /screenshot" .. R12 .. " .bmp" ,false )
574
572
end
575
573
576
574
Screen .flip ()
0 commit comments