Advertisement
TavenUK

Fortnite Clicker Test

Sep 23rd, 2021 (edited)
1,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2.     name:Fortnite Clicker
  3.     by:Taven
  4.     desc:This is a simple idle game where your goal is to get as much as VBucks as possible
  5.     created:23/09/2021
  6.     updated:23/09/2021
  7.     version:1
  8.  
  9. Settings
  10.     background:https://ctrlv.link/0nIC
  11.     building cost increase:115%
  12.     building cost refund:50%
  13.  
  14. Layout
  15.     use default
  16.  
  17. Buttons
  18.     *VBucksButton
  19.         name:Vbucks
  20.         desc:Click this VBucks to get more VBucks!
  21.         on click:anim icon wobble
  22.         on click:yield 1 VBucks
  23.         icon:
  24.         no text
  25.         class:bigButton hasFlares
  26.         icon class:shadowed
  27.         tooltip origin:bottom
  28.         tooltip class:red
  29.  
  30. Resources
  31.     *Vbucks
  32.         name:VBucks
  33.         desc:These are your VBucks. You can use them to purchase things. Your goal is to have as much VBucks as possible!
  34.         icon:icons[0,0]
  35.         class:noBackground
  36.         show earned
  37.  
  38. Buildings
  39.     *TEMPLATE
  40.         on click:anim glow
  41.        
  42.     *RiskyReels
  43.         name:Risky Reels
  44.         desc:A small movie place
  45.         icon:https://ctrlv.link/uxX1
  46.         cost:15 VBucks
  47.         on tick:give 1 VBucks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement