Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Let's make a game!
  2. name:Coin Clicker
  3. by:GiratronGamer
  4. desc:Clicker de Testeo
  5. created:17/07/2018
  6. updated:JAMÁS
  7. version:1
  8.  
  9. Settings
  10. background:https://img00.deviantart.net/06ed/i/2011/166/2/8/neutral_grey_radial_wallpaper_by_flambedude-d3iynlc.png
  11. building cost increase:115%
  12. building cost refund:80%
  13.  
  14. CSS
  15. #game.filtersOn .thing.cantAfford.notOwned
  16. {
  17. filter:blur(3px);
  18. background: #0cc;
  19. }
  20.  
  21. Buttons
  22. *coinBtn
  23. name:Crea Monedas
  24. desc:Clickea para ganar dinerros!!!!
  25. on click:yield 1 moneda
  26. on click:if (have trump and chance(50%)) yield 30 billetes
  27. icon:http://www.pngmart.com/files/3/Cartoon-Coin-Transparent-Background.png
  28. no text
  29. tooltip origin:bottom
  30.  
  31. *billeteBtn
  32. name:Crea Billetes
  33. desc:Clickea para ganar mucho más dinerros!!!!
  34. on click:yield 1 billete
  35. icon:https://media.gq.com/photos/5583bfee09f0bee564422ba0/master/w_800/style-blogs-the-gq-eye-flying-money-emoji-128.png
  36. no text
  37. tooltip origin:bottom
  38. req:have trump
  39.  
  40. Resources
  41. *moneda|monedas
  42. name:Moneda|Monedas
  43. desc:Monedas
  44. icon:http://www.pngmart.com/files/3/Cartoon-Coin-Transparent-Background.png
  45. show earned
  46.  
  47. *billete|billetes
  48. name:Billete|Billetes
  49. desc:Billetes
  50. icon:https://media.gq.com/photos/5583bfee09f0bee564422ba0/master/w_800/style-blogs-the-gq-eye-flying-money-emoji-128.png
  51. show earned
  52.  
  53. Buildings
  54. *trump
  55. name:Trump
  56. desc:ES TRUMP (muy rico).<//>Te dará millones si lo contratas.
  57. icon:https://openclipart.org/image/2400px/svg_to_png/293295/Donald-Trump-Head.png
  58. cost:150 monedas
  59. on tick:yield 5000000 monedas
  60. on tick:if (chance(50%)) yield 5000000 billetes
  61. unlocked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement