diff --git a/cat.html b/cat.html index 2f65dc7..af286c6 100644 --- a/cat.html +++ b/cat.html @@ -160,7 +160,7 @@ var MAXDIRS = 4; var DIRXMOD = [ 0, 1, 0, -1 ]; var DIRYMOD = [ -1, 0, 1, 0 ]; -var MAXWINIMAGES = 8; +var NUMWINIMAGES = 12; var WINIMGZOOMSPEED = 0.1; var SCREENW = 480; @@ -3483,7 +3483,7 @@ console.log("lev " + lev + " newwid " + newwid + " ratio " + ratio); // get a new cat picture for if we win if (winimg != undefined) delete winimg; winimg = new Image(); - var n = rnd(MAXWINIMAGES); + var n = rnd(NUMWINIMAGES); winimg.src = "images/win" + n + ".png"; this.winimgsize = 0.1; diff --git a/images/new/IMG_0603.jpg b/images/new/IMG_0603.jpg deleted file mode 100755 index 135dc78..0000000 Binary files a/images/new/IMG_0603.jpg and /dev/null differ diff --git a/images/new/IMG_0605.jpg b/images/new/IMG_0605.jpg deleted file mode 100755 index 01cefc7..0000000 Binary files a/images/new/IMG_0605.jpg and /dev/null differ diff --git a/images/new/IMG_0634.jpg b/images/new/IMG_0634.jpg deleted file mode 100755 index b3290c0..0000000 Binary files a/images/new/IMG_0634.jpg and /dev/null differ diff --git a/images/new/IMG_0636.jpg b/images/new/IMG_0636.jpg deleted file mode 100755 index 4619e0a..0000000 Binary files a/images/new/IMG_0636.jpg and /dev/null differ diff --git a/images/new/IMG_0659.jpg b/images/new/IMG_0659.jpg deleted file mode 100755 index c802aa3..0000000 Binary files a/images/new/IMG_0659.jpg and /dev/null differ diff --git a/images/new/IMG_0682.jpg b/images/new/IMG_0682.jpg deleted file mode 100755 index 968732a..0000000 Binary files a/images/new/IMG_0682.jpg and /dev/null differ diff --git a/images/new/IMG_0861.jpg b/images/new/IMG_0861.jpg deleted file mode 100755 index e985c81..0000000 Binary files a/images/new/IMG_0861.jpg and /dev/null differ diff --git a/images/win10.png b/images/win10.png new file mode 100755 index 0000000..d4e4cef Binary files /dev/null and b/images/win10.png differ diff --git a/images/win11.png b/images/win11.png new file mode 100644 index 0000000..09d5029 Binary files /dev/null and b/images/win11.png differ diff --git a/images/win8.png b/images/win8.png new file mode 100755 index 0000000..434dd76 Binary files /dev/null and b/images/win8.png differ diff --git a/images/win9.png b/images/win9.png new file mode 100644 index 0000000..9173c13 Binary files /dev/null and b/images/win9.png differ diff --git a/todo b/todo index e85ca4a..3d4755c 100644 --- a/todo +++ b/todo @@ -8,16 +8,12 @@ https://www.smashingmagazine.com/2012/10/design-your-own-mobile-game/ ---------- -images for star goals. - On level init: - make temp topbuffer - SCREENW x hight - 3 x - make temp buffer - starwid + textwid(" = 6,000"); - blit to temp topbuffer - - In drawtop(){ - blit topbuffer to screen +new title images + resize to correct + rename to correct + git remove old + .. then git remove new/ white outline ?