Skip to content

Commit 412433d

Browse files
authored
Azad1
1 parent 6d8c06a commit 412433d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

script.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,84 +47,84 @@ document.addEventListener('DOMContentLoaded', () => {
4747
name: 'Riding Extreme 3D',
4848
appToken: 'd28721be-fd2d-4b45-869e-9f253b554e50',
4949
promoId: '43e35910-c168-4634-ad4f-52fd764a843f',
50-
timing: 30000, // 30 seconds
50+
timing: 30000, // 1 seconds
5151
attempts: 25,
5252
},
5353
2: {
5454
name: 'Chain Cube 2048',
5555
appToken: 'd1690a07-3780-4068-810f-9b5bbf2931b2',
5656
promoId: 'b4170868-cef0-424f-8eb9-be0622e8e8e3',
57-
timing: 30000, // 30 seconds
57+
timing: 30000, // 1 seconds
5858
attempts: 20,
5959
},
6060
3: {
6161
name: 'My Clone Army',
6262
appToken: '74ee0b5b-775e-4bee-974f-63e7f4d5bacb',
6363
promoId: 'fe693b26-b342-4159-8808-15e3ff7f8767',
64-
timing: 180000, // 180 seconds
64+
timing: 180000, // 1 seconds
6565
attempts: 30,
6666
},
6767
4: {
6868
name: 'Train Miner',
6969
appToken: '82647f43-3f87-402d-88dd-09a90025313f',
7070
promoId: 'c4480ac7-e178-4973-8061-9ed5b2e17954',
71-
timing: 30000, // 30 seconds
71+
timing: 30000, // 1 seconds
7272
attempts: 15,
7373
},
7474
5: {
7575
name: 'Merge Away',
7676
appToken: '8d1cc2ad-e097-4b86-90ef-7a27e19fb833',
7777
promoId: 'dc128d28-c45b-411c-98ff-ac7726fbaea4',
78-
timing: 30000, // 30 seconds
78+
timing: 30000, // 1 seconds
7979
attempts: 25,
8080
},
8181
6: {
8282
name: 'Twerk Race 3D',
8383
appToken: '61308365-9d16-4040-8bb0-2f4a4c69074c',
8484
promoId: '61308365-9d16-4040-8bb0-2f4a4c69074c',
85-
timing: 30000, // 30 seconds
85+
timing: 30000, // 1 seconds
8686
attempts: 20,
8787
},
8888
7: {
8989
name: 'Polysphere',
9090
appToken: '2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71',
9191
promoId: '2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71',
92-
timing: 20000, // 20 seconds
92+
timing: 20000, // 1 seconds
9393
attempts: 20,
9494
},
9595
8: {
9696
name: 'Mow and Trim',
9797
appToken: 'ef319a80-949a-492e-8ee0-424fb5fc20a6',
9898
promoId: 'ef319a80-949a-492e-8ee0-424fb5fc20a6',
99-
timing: 20000, // 20 seconds
99+
timing: 20000, // 1 seconds
100100
attempts: 20,
101101
},
102102
9: {
103103
name: 'Mud Racing',
104104
appToken: '8814a785-97fb-4177-9193-ca4180ff9da8',
105105
promoId: '8814a785-97fb-4177-9193-ca4180ff9da8',
106-
timing: 20000, // 20 seconds
106+
timing: 20000, // 1 seconds
107107
attempts: 20,
108108
},
109109
10: {
110110
name: 'Tile Trio',
111111
appToken: 'e68b39d2-4880-4a31-b3aa-0393e7df10c7',
112112
promoId: 'e68b39d2-4880-4a31-b3aa-0393e7df10c7',
113-
timing: 20000, // 20 seconds
113+
timing: 20000, // 1 seconds
114114
attempts: 20,
115115
},
116116
11: {
117117
name: 'Zoopolis',
118118
appToken: 'b2436c89-e0aa-4aed-8046-9b0515e1c46b',
119119
promoId: 'b2436c89-e0aa-4aed-8046-9b0515e1c46b',
120-
timing: 20000, // 20 seconds
120+
timing: 20000, // 1 seconds
121121
attempts: 20,
122122
},
123123
12: {
124124
name: 'Fluff Crusade',
125125
appToken: '112887b0-a8af-4eb2-ac63-d82df78283d9',
126126
promoId: '112887b0-a8af-4eb2-ac63-d82df78283d9',
127-
timing: 20000, // 40 seconds
127+
timing: 20000, // 1 seconds
128128
attempts: 30,
129129
}
130130
};

0 commit comments

Comments
 (0)