Sobsz

Ralsei Headpat Simulator [http://orteil.dashnet.org/igm/]

Mar 7th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Let's make a game!
  2. name:Ralsei Headpat Simulator
  3. desc:p a t t h e f l o o f
  4. created:07/03/2019
  5. version:0.0.1
  6.  
  7. Settings
  8. tiling background:https://i.imgur.com/HKlwbtr.png
  9. building cost increase:130%
  10.  
  11. Layout
  12. *buttons
  13. contains:Buttons
  14. *res
  15. contains:Resources
  16.  
  17. CSS
  18.  
  19. @keyframes patButtonAnim {
  20. 0% {
  21. transform: rotate(-5deg);
  22. }
  23. 50% {
  24. transform: rotate(5deg);
  25. }
  26. 100% {
  27. transform: rotate(-5deg);
  28. }
  29. }
  30.  
  31. .patButton {
  32. animation: patButtonAnim ease 8s;
  33. animation-iteration-count: infinite;
  34. transform-origin: 50% 50%;
  35. cursor: grab;
  36. }
  37.  
  38. Buttons
  39. *button
  40. name:Pat
  41. on click:yield 1 pat
  42. class:bigButton patButton
  43. no text
  44. no tooltip
  45. icon:https://i.imgur.com/jCKEU7c.png
  46.  
  47. Resources
  48. *pat
  49. name:Pats
  50. desc:This number is good. Increase it.
Add Comment
Please, Sign In to add comment