Advertisement
Guest User

dasdasdasdasd

a guest
Feb 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var config = {
  2.   baseBet: { value : 100, type: 'balance', label: '기본벳' },
  3.   payout: { value: 2, type: 'multiplier' , label: '캐쉬아웃' },
  4.   loss: {
  5.     value: 'increase', type: 'radio', label: '졌을떄 배수올림',
  6.     options: {
  7.       increase: { value: 2, type: 'multiplier', label: '이만큼 올림' },
  8. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement