-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
62 lines (62 loc) · 1.1 KB
/
config.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"timer":{
"seconds":{
"x_offset":0
},
"decimals":{
"x_offset":0
}
},
"menu_overlay": {
"title":{
"x":500,
"y":38
},
"credits":{
"x":500,
"y":180
},
"credits2":{
"x":450,
"y":960
},
"credits3":{
"x":550,
"y":990
},
"instructions1":{
"x":490,
"y":665
},
"instructions2":{
"x":450,
"y":710
},
"instructions3":{
"x":550,
"y":755
},
"instructions4":{
"x":500,
"y":820
},
"tween_in_time":0.5,
"tween_out_time":0.5
},
"game_over_overlay": {
"game_over":{
"x":500,
"y":38
},
"restart":{
"x":500,
"y":180
},
"back":{
"x":500,
"y":230
},
"tween_in_time":0.5,
"tween_out_time":0.5
}
}