Advertisement
Farelo55

Youtuber Tycoon

Feb 1st, 2019
5,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Let's make a game!
  2. name:Youtuber Tycoon
  3. desc:Seja o Maior Youtuber Da Historia
  4. created:01/02/2019
  5. updated:01/02/2019
  6. version:0.1
  7.  
  8. Settings
  9. building cost increase:108%
  10. building cost refund:35%
  11. spritesheet:Name, 48 by 48, https://i.ytimg.com/vi/rDkbcHb89i4/maxresdefault_live.jpg
  12. stylesheet:stuff/bigBlue.css
  13. CSS
  14. #game
  15. {
  16. background:cornflowerblue;
  17. font-family:"Times New Roman",Times,serif;
  18. color:black;
  19. }
  20. CSS
  21. .thing
  22. {
  23. border-radius:8px;
  24. background:rgba(255,255,255,0.5);
  25. }
  26. CSS
  27. .thing-icon,.particle
  28. {
  29. width:64px;
  30. height:64px;
  31. }
  32. *main
  33. contains:res, buttons
  34. *res
  35. contains:Resources
  36. class:fullWidth
  37. *buttons
  38. contains:Buttons
  39. *store
  40. contains:buildings, upgrades
  41. *buildings
  42. contains:BulkDisplay, Buildings
  43. header:Buildings
  44. tooltip origin:left
  45. *upgrades
  46. contains:Upgrades
  47. header:Upgrades
  48. costs:hide
  49. names:hide
  50. Layout
  51. use default
  52. *achievs
  53. in:main
  54. contains:Achievements
  55. *itemKey
  56. *AA01
  57. name: Inscrito|inscritos
  58. desc:Seu Incritos
  59. text:You have [?(this=0)|Nao tem inscritos|[this] Inscritos].
  60. icon:https://cdn1.iconfinder.com/data/icons/e-commerce-24/94/group-512.png
  61.  
  62. class:bigButton hasFlares
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement