CookieQ

Idle Programming

Mar 3rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Let's make a game!
  2. name: Idle Programming
  3. created: 3/3/2019
  4. updated: 3/3/2019
  5. version: 1.0.0
  6.  
  7. Settings
  8. building cost increase:125%
  9. building cost refund: 75%
  10.  
  11. CSS
  12. #game.filtersOn .thing.cantAfford.notOwned
  13. {
  14. filter:blur(3px);
  15. }
  16. .thing
  17. {
  18. border-radius:8px;
  19. background:rgba(255,255,255,0.5);
  20. }
  21. Buttons
  22. *keyboard
  23. name:Code a bit.
  24. desc:*Keyboard clicking intensifies*
  25. on click:anim icon wobble
  26. on click:yield 1 codeline
  27. icon:https://imgur.com/a/uKfGfTz
  28. no text
  29. class:bigButton hasFlares
  30. icon class:shadowed
  31. tooltip origin:bottom
  32. tooltip class:red
  33.  
  34. Resources
  35. *codeline|codelines
  36. name:Code Line|Code Lines
  37. desc:Get code, use code, make code. Simple!
  38. icon:https://imgur.com/a/uKfGfTz
  39. class:noBackground
  40. show earned
  41.  
  42. Buildings
  43. *TEMPLATE
  44. on click:anim glow
  45. *hireDev
  46. name:Hire Developer
  47. desc:Hire a Developer to work for you. (Note they only help people with a certain amount of code)
  48. icon:https://imgur.com/a/uKfGfTz
  49. cost:50 codelines
  50. on tick:yield 0.2 codelines
  51. *createBot
  52. name:Create Bot
  53. desc:Create a robot for you to ensl-- I mean to work for you.
  54. icon:https://imgur.com/a/uKfGfTz
  55. cost:100 codelines
  56. on tick:yield 1 codeline
  57. *hireGoodDevs
  58. name:Hire Better Developer
  59. desc:Hire a Developer, but better. (Only helps people with over 1000 codelines)
  60. icon:https://imgur.com/a/uKfGfTz
  61. cost:1000 codelines
  62. on tick:yield 5 codeline
Add Comment
Please, Sign In to add comment