-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchanges.json
More file actions
30 lines (30 loc) · 1.09 KB
/
changes.json
File metadata and controls
30 lines (30 loc) · 1.09 KB
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
{
"feat": {
"lua": [
"Added timeMS function"
],
"hell mode": [
"Added time limit for each level",
"Added max timewarp."
],
"_": [
"Added debug timings, openable by F5",
"More debug information when load map error happens",
"Added experimental Stage3D rendering",
"Added a region activation for bullets",
"Everyone now can add unofficial game servers to connect to."
],
"triggers": [
"Added `Set variable 'A' to slot of synchronizer`",
"Added `Call trigger 'A' when variable 'B' gets changed by Var synchronize`",
"Added `Call trigger 'A' BEFORE variable 'B' gets changed by Var synchronize`",
"Added `Disapprove var sync`",
"Added `Set variable 'A' to how many times player used time warp.`",
"Added `Set max timewarp to variable 'A'`.",
"Added `Call trigger 'A' when max timewarp is hit.`"
],
"graphics": [
"Removed 'rasterize graphics' menu option"
]
}
}