Advertisement
ClickerGuy

Space Coins

Jun 13th, 2017
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Let's make a game!
  2. -Space Clicker (V.0.0.1)
  3. -By Eric & Ness
  4. -created on 6/13/2017
  5. -last updated on 6/13/2017
  6. -version V.1.0.0
  7.  
  8. Settings:
  9. -prices increase by 115%
  10. -selling gives back 65%
  11. -resources are hidden by default
  12. -clickables are hidden by default
  13. -buildings are hidden by default
  14. -upgrades are hidden by default
  15. -achievements are hidden by default
  16. -show log
  17. -custom stylesheet : https://pastebin.com/raw/kefAZQY8
  18. -boxes : main (resources, clickables); store (upgrades, buildings,); stats (achievements
  19. -fonts : Reklame Script
  20.  
  21. Resources :
  22.  
  23. *DeviderI
  24. -displayed as ────────────────────────────────────────────── %a
  25. -visible
  26.  
  27. *SpaceCoins
  28. -named Space Coins
  29. -displayed as %a Space Coins%s
  30. -visible
  31.  
  32. *TotalSpaceCoins
  33. -named Total Space Coins
  34. -displayed as %a Total Space Coins%s
  35. -visible
  36.  
  37. *DeviderII
  38. -displayed as ────────────────────────────────────────────── %a
  39. -visible
  40.  
  41. Clickables :
  42.  
  43. *makenumber
  44. -gives 1 SpaceCoins
  45. -named Space Coins
  46. -visible
  47. -picture : https://s23.postimg.org/46njunpm3/soace_clicker_II.png
  48.  
  49. Buildings :
  50. //Earth -> Mars
  51.  
  52. *Earth
  53. "<font color="#87CEFA">"Base Income 0.2 Space Coins"</font> .:. <font color="#FF7F50">"<i>A Place Where Humans Live!</i>""</font>
  54. -gives 0.2 SpaceCoins
  55. -gives 0.2 SpaceCoins
  56. -costs 10 SpaceCoins
  57. -visible
  58. -named Planet Earth
  59. -picture : https://s12.postimg.org/727jajxi5/Planet_Earth.png
  60.  
  61. *Mars
  62. "<font color="#87CEFA">"Base Income 1 Space Coins"</font> .:. <font color="#FF7F50">"<i>A Place Where NASA is Exploring with robots!</i>""</font>
  63. -gives 1 SpaceCoins
  64. -gives 1 SpaceCoins
  65. -costs 200 SpaceCoins
  66. -visible
  67. -named Planet Mars
  68. -picture : https://s8.postimg.org/ru6zcpq6d/Planet_Mars.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement