Advertisement
kikinak

Untitled

Jan 5th, 2024 (edited)
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Let's make a game!
  2. name:Coco Clicker
  3. by:Kikinak
  4. desc:Because why not
  5. created:1/5/2024
  6. updated:lmao
  7. version:1
  8.  
  9. Settings
  10. background:https://imgur.com/tAIrUEO.png
  11. building cost increase:105%
  12. building cost refund:75%
  13. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *cocoButton
  21. name:Pet the cat!
  22. desc:Click C'ocah to pet him and make him happy!
  23. on click:anim icon wobble
  24. on click:yield 1 happiness
  25. on click:if (have heavyPetting and chance(1%)) yield 1 milk
  26. on click:if (have heavyPetting and earScritches and chance(1%)) yield 1 milk
  27. on click:if (have heavyPetting and bellyRubs and chance(1%)) yield 1 milk
  28. on click:if (have heavyPetting and ppTouches and chance(1%)) yield 1 milk
  29. on click:if (have heavyPetting and tonguePets and chance(1%)) yield 1 cummy
  30. on click:if (have heavyPetting and felatio and chance(1%)) yield 1 cummy
  31. on click:if (have heavyPetting and buttStuff and chance(1%)) yield 1 cummy
  32. on click:if (have heavyPetting and foreskinPlay and chance(1%)) yield 1 cummy
  33. on click:if (have heavyPetting and cherry and chance(1%)) yield 1 cummy
  34. on click:if (have heavyPetting and lood and chance(1%)) yield 1 cummy
  35. icon:https://images2.imgbox.com/3f/9c/jzZdukBz_o.png
  36. no text
  37. class:bigButton hasFlares
  38. icon class:shadowed
  39. tooltip origin:bottom
  40. tooltip class:red
  41.  
  42. Resources
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement