Rabbitowner

Untitled

Jul 7th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Let's make a game!
  2. name:Scientist's lab
  3. by:Rabbitowner
  4. desc:A game that I am making out of boredom
  5. updated:Juli 7th 2020
  6. version:Alpha
  7.  
  8. Settings
  9. background:https://cdn.mos.cms.futurecdn.net/um9jbFjmJTiHsXkcDWP4qD-1200-80.jpg
  10. building cost increase:125%
  11.  
  12. CSS
  13. .thing
  14. {
  15. text-shadow:1px 1px 0 green;
  16. }
  17. CSS
  18. .thing-icon,.particle
  19. {
  20. width:100px;
  21. height:100px;
  22. }
  23.  
  24. Layout
  25. use default
  26. Buttons
  27. *Research
  28. name:Mine Stone
  29. desc:Click to research!
  30. on click:anim icon wobble
  31. on click:if (chance(50%)) yield 1 research
  32. icon:https://cdn.discordapp.com/attachments/689764495391850539/730029371498168330/potion_bottle.png
  33. class:bigButton hasFlares
  34. icon class:shadowed
  35. tooltip origin:bottom
  36. tooltip class:red
  37. Resources
  38. *research
  39. name:Research
  40. desc:This is your research
  41. icon:https://cdn.discordapp.com/attachments/689764495391850539/730029371498168330/potion_bottle.png
Advertisement
Add Comment
Please, Sign In to add comment