Advertisement
YeetOrBeYeeten1025

Untitled

Nov 17th, 2018
2,726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.62 KB | None | 0 0
  1. Let's make a game!
  2.     name:V-Bucks Clicker
  3.     version:0.0
  4. Settings
  5.     tiling background:https://i.pinimg.com/736x/5e/4a/78/5e4a7844c1a0404097b3246197ec0b58--texture-walls-d-texture.jpg
  6.     stylesheet:stuff/bigBlue.css
  7. CSS
  8.  .thing.buyVBucks
  9.  {
  10.    width:30px;
  11.    height:30px;
  12.  }
  13. Layout
  14.     use default
  15. Buttons
  16.     *buyVBucks
  17.         name:Buy V-Bucks
  18.         no text
  19.         tag:VBucks
  20.         on click:yield 1 VBucks
  21.         on click:anim icon wobble
  22.         class:bigButton hasFlares
  23.         icon:https://vignette.wikia.nocookie.net/fortnite/images/5/5a/Icon_VBucks.png/revision/latest?cb=20170806013747
  24.         icon class:shadowed
  25. Resources
  26.     *VBucks
  27.         name:V-Bucks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement