Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Ralsei Headpat Simulator
- desc:p a t t h e f l o o f
- created:07/03/2019
- version:0.0.1
- Settings
- tiling background:https://i.imgur.com/HKlwbtr.png
- building cost increase:130%
- Layout
- *buttons
- contains:Buttons
- *res
- contains:Resources
- CSS
- @keyframes patButtonAnim {
- 0% {
- transform: rotate(-5deg);
- }
- 50% {
- transform: rotate(5deg);
- }
- 100% {
- transform: rotate(-5deg);
- }
- }
- .patButton {
- animation: patButtonAnim ease 8s;
- animation-iteration-count: infinite;
- transform-origin: 50% 50%;
- cursor: grab;
- }
- Buttons
- *button
- name:Pat
- on click:yield 1 pat
- class:bigButton patButton
- no text
- no tooltip
- icon:https://i.imgur.com/jCKEU7c.png
- Resources
- *pat
- name:Pats
- desc:This number is good. Increase it.
Add Comment
Please, Sign In to add comment