-
Notifications
You must be signed in to change notification settings - Fork 0
/
popUpButtons.json
47 lines (46 loc) · 1.17 KB
/
popUpButtons.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"popUpID": "territory-claimed-backdrop",
"overlayText": "That territory has already been chosen, pick another.",
"buttons": [
{
"id": "territory-claimed-button",
"buttonText": "Ok"
}
]
},
{
"popUpID": "place-troops-backdrop",
"overlayText": "Welcome to Benny's Crusade! To start, each player will pick 1 territory to control until every territory has been taken. To pick a territory, click on it and the color of the text will change to your color.",
"buttons": [
{
"id": "place_troop_button",
"buttonText": "Start Deploying"
}
]
},
{
"popUpID": "done-attacking-backdrop",
"overlayText": "Are you sure you want to stop attacking? If so, you can move your troops between your controlled territories once you click Yes.",
"buttons": [
{
"id": "done-attacking-button",
"buttonText": "Yes"
},
{
"id": "not-done-attacking-button",
"buttonText": "No"
}
]
},
{
"popUpID": "not-correct-country-to-reinforce-backdrop",
"overlayText": "Select a country that is your own to reinforce.",
"buttons": [
{
"id": "not-correct-country-to-reinforce-button",
"buttonText": "Ok"
}
]
}
]