Advertisement
Joshche

Meme Clicker 5/25/18

May 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Let's make a game!
  2. name:Meme Clicker
  3. author:Josh C
  4. desc:You are a struggling Tumblr blogger in need of da monies. The only way to make da monies is to make quality memes with different formats. The goal of the game is to make your unbelieving parents proud, make da monies, and possibly get more followers than PewDiePie (an almost impossible task). Hopefully you will be smart enough to not get rid of bonus meme.
  5. created:24/05/18
  6.  
  7. Settings
  8. tiling background:https://truimg.toysrus.com/product/images/spongebob-squarepants-mr.-krabs-3-inch-vinyl--455A55A0.zoom.jpg
  9. building cost increase:125%
  10. building cost refund:15%
  11. no bulk particles
  12.  
  13. CSS
  14. .thing-icon,.particle
  15. {
  16. width:64px;
  17. height:64px;
  18. }
  19.  
  20. CSS
  21. #game.filtersOn .thing.cantAfford.notOwned
  22. {
  23. filter:blur(3px);
  24. }
  25.  
  26. CSS
  27. .thing
  28. {
  29. text-shadow:1px 1px 0 red;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement