Advertisement
Guest User

Basic factory test

a guest
Dec 19th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Let's make a game!
  2. name:Basic Factory
  3. by:kokorakis
  4. desc:In this factory you can create aything
  5. created:19/12/2018
  6. version:1
  7.  
  8. Settings
  9. background:basic factory sprites/backround.jpg
  10. building cost increase:100%
  11. building cost refund:80%
  12. spritesheet:icons, 1300 by 812, basic factory sprites/backround.jpg
  13. stylesheet:stuff/bigBlue.css
  14.  
  15. Layout
  16. use default
  17.  
  18. Buttons
  19. *swordButton
  20. name:Make a sword
  21. desc:Click this to produce a sword.
  22. on click:anim icon wobble
  23. on click:yield 1 kill
  24. on click:if (have goldenTouch and chance(1%)) yield 1 painful kill
  25. icon:basic factory sprites/sword.png
  26. no text
  27. class:bigButton hasFlares
  28. icon class:shadowed
  29. tooltip origin:bottom
  30. tooltip class:red
  31.  
  32. Resources
  33. *kill|kills
  34. name:kill|kills
  35. desc:The number of kills you've got.
  36. icon:icons[0,0]
  37. class:noBackground
  38. show earned
  39.  
  40. *painful kill|painful kills
  41. name:painful kill|painful kills
  42. desc:The better,painful kills.
  43. icon:icons[0,1]
  44. class:noBackground
  45. hidden when 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement