Advertisement
Guest User

Potato Clicker

a guest
Feb 18th, 2020
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Let’s Make A Game!
  2. name:Potato Clicker
  3. author:Maddox Blow
  4. desc:Click and gain some shiny, nice potatoes! Save up and then buy upgrades to get more PpS (Potatoes per Second)
  5. created:2/18/2020
  6. version:Beta
  7. Settings
  8. background:1232019105233PM.jpg
  9. tiling background:1232019105233PM.jpg
  10. building cost increase:115%
  11. building cost refund:75%
  12. spritesheet:icon, 48 by 48, baked-potato-potato-wedges-salt-potatoes-baked-beans-potato-high-quality-png.jpg
  13. icon:icons[5,2]
  14. stylesheet:stuff/bigBlue.css
  15. no particles
  16. no bulk particles
  17. CSS
  18. CSS
  19. #game
  20. {
  21. background:cornflowerblue;
  22. font-family:"Times New Roman",Times,serif;
  23. color:white;
  24. }
  25. CSS
  26. .thing
  27. {
  28. border-radius:8px;
  29. background:rgba(255,255,255,0.5);
  30. }
  31. CSS
  32. .thing-icon,.particle
  33. {
  34. width:64px;
  35. height:64px;
  36. }
  37. CSS
  38. #game.filtersOn .thing.cantAfford.notOwned
  39. {
  40. filter:blur(3px);
  41. }
  42. CSS
  43. .thing
  44. {
  45. text-shadow:1px 1px 0 black;
  46. }
  47. Layout
  48. *resources
  49. contains:Resources
  50. header:These are your resources.
  51. *buildings
  52. contains:Buildings
  53. header:These are things you can build.
  54. tooltip origin:left
  55. *unlockables
  56. contains:Upgrades, Achievements
  57. names:hide
  58. *boxKey
  59. contains:Buttons Resources, Buttons, Buildings, Upgrades, Achievements, Items.
  60. contains:tag:someTag
  61. contains:anotherBoxKey
  62. contains:BulkDisplay
  63. contains:BulkDisplay, Buildings
  64. contains:Log
  65. contains:Resources, tag:foodUpgrade, Buttons, someOtherBox, Log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement