Advertisement
Theo107

Untitled

Dec 10th, 2022 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Let's make a game!
  2. name:Pocket Picker
  3. by:Theodrin
  4. created:09/12/2022
  5. version:0.0
  6.  
  7. Settings
  8. tiling background: https://camo.githubusercontent.com/b67945741e7e1d0cb021720e9746ac00c5424b15d047f5f50bab7a28ca1cdea5/68747470733a2f2f692e696d6775722e636f6d2f316b456c4a696c2e706e67
  9.  
  10. Layout
  11. use default
  12.  
  13. Buttons
  14. *pocketButton
  15. name:Pick a Pocket
  16. desc:Click this Pocket to pick it!
  17. on click:anim icon wobble
  18. on click:yield 1 dollar
  19. // on click:if (have goldenTouch and chance(1%)) yield 1 houseKey
  20. icon: https://www.nicepng.com/png/detail/230-2308464_denim-jean-pocket-jean-pocket-transparent.png
  21. no text
  22. class:bigButton hasFlares
  23. icon class:shadowed
  24. tooltip origin:bottom
  25. tooltip class:red
  26. Resources
  27. *dollar|dollars
  28. name:Dollar|Dollars
  29. desc:These is you cash. You can use it to purchase things. Your goal is to have as much money as possible!
  30. icon:https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Dina_Boluarte_October_2022_%28cropped%29.jpg/186px-Dina_Boluarte_October_2022_%28cropped%29.jpg
  31. class:noBackground
  32. show earned
  33.  
  34. *houseKey|houseKeys
  35. name:House key|House keys
  36. desc:A valuable item. Just don't get them all mixed up!
  37. icon:https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Dina_Boluarte_October_2022_%28cropped%29.jpg/186px-Dina_Boluarte_October_2022_%28cropped%29.jpg
  38. class:noBackground
  39. hidden when 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement