diff --git a/build/cookie.prg b/build/cookie.prg index b750402..13caabb 100644 Binary files a/build/cookie.prg and b/build/cookie.prg differ diff --git a/build/cookie.prg.out.prg b/build/cookie.prg.out.prg index 81550f3..b51f771 100644 Binary files a/build/cookie.prg.out.prg and b/build/cookie.prg.out.prg differ diff --git a/prg.txt b/prg.txt index 5fafb70..d9cd264 100644 --- a/prg.txt +++ b/prg.txt @@ -1,8 +1,9 @@ 0 rem !to "build/cookie.prg" -10 cc=0:cg=0:ca=0:ga=0:ft$="0":mt$="0":aa=1 +10 cc=0:cg=0:ca=0:ga=0:ft$="0":mt$="0" 20 c1=15:c2=100:c3=1100:c4=12000 50 ds$=chr$(17):rem cursor down 60 rs$=chr$(29):rem cursor right +65 ls$=chr$(157):rem cursor left 70 dim cl$(23) 400 cl$(0)="{grey2}*CCCCCCCCCCCCCCCCCCCCCCCCC*CCCCCCCCCCC*" @@ -24,10 +25,10 @@ 560 cl$(16)="B {brown}*************{brown}*{grey2} B B" 570 cl$(17)="B {brown}******{blk}**{brown}****{grey2} B B" 580 cl$(18)="B {brown}*****{blk}**{brown}***{grey2} B B" -590 cl$(19)="B {brown}********{grey2} B" +590 cl$(19)="B {brown}********{grey2} B B" 600 cl$(20)="B *CCCCCCCCCCC*" 610 cl$(21)="B B{wht}settings(s){grey2}B" -630 cl$(22)="B v1.3.0 B{grey1}upgrades(u){grey2}B" +630 cl$(22)="B v2.0.1 B{grey1}upgrades(u){grey2}B" 630 cl$(23)="*CCCCCCCCCCCCCCCCCCCCCCCCC*CCCCCCCCCCC*" 700 print cl$(0) @@ -41,15 +42,15 @@ 780 print cl$(8)"{wht}cost: {grey2}B" 790 print cl$(9)"{wht}"c2" {grey2}B" 800 print cl$(10) -810 print cl$(11) -820 print cl$(12) -830 print cl$(13) -840 print cl$(14) +810 print cl$(11):rem f +820 print cl$(12):rem f +830 print cl$(13):rem f +840 print cl$(14):rem f 850 print cl$(15) -860 print cl$(16) -870 print cl$(17) -880 print cl$(18) -890 print cl$(19) +860 print cl$(16):rem m +870 print cl$(17):rem m +880 print cl$(18):rem m +890 print cl$(19):rem m 900 print cl$(20) 910 print cl$(21) 920 print cl$(22) @@ -58,7 +59,7 @@ 1000 if ft$="0" then 10000 1010 if mt$="0" then 11000 -1410 get k$:if k$= "" then 1410 rem then 1900 +1410 get k$:if k$= "" then 1900 1415 if k$=" " then 2000 1420 if k$="c" then 3000 @@ -68,8 +69,7 @@ 1890 rem start of auto add - -1900 cc=cc+cg +1900 rem cc=cc+cg 1910 print"{home}"ds$"{grey2}B{wht} you have "int(cc) 1920 goto 1000 @@ -77,7 +77,7 @@ 1990 rem start of 'clicking' -2000 cc=cc+aa +2000 cc=cc+1 2010 print"{home}"ds$"{grey2}B{wht} you have "int(cc) 2020 goto 1000 @@ -88,12 +88,12 @@ 3000 if cc