Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. this.shopTabUpgradesAxe.inputEnabled =
  2. this.shopTabUpgradesPower.inputEnabled =
  3. this.shopTabUpgradesSpeed.inputEnabled =
  4. this.shopTabUpgradesLuck.inputEnabled =
  5. this.shopTabUpgradesAxe.input.useHandCursor =
  6. this.shopTabUpgradesPower.input.useHandCursor =
  7. this.shopTabUpgradesSpeed.input.useHandCursor =
  8. this.shopTabUpgradesLuck.input.useHandCursor = false;
  9.  
  10. this.shopTabUpgradesAxe.inputEnabled = this.shopTabUpgradesPower.inputEnabled = this.shopTabUpgradesSpeed.inputEnabled = this.shopTabUpgradesLuck.inputEnabled = this.shopTabUpgradesAxe.input.useHandCursor = this.shopTabUpgradesPower.input.useHandCursor = this.shopTabUpgradesSpeed.input.useHandCursor = this.shopTabUpgradesLuck.input.useHandCursor = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement