Profectus-Demo/src/data/projInfo.json

24 lines
475 B
JSON
Raw Normal View History

2021-05-26 01:57:02 +00:00
{
2022-02-27 20:24:48 +00:00
"title": "Profectus",
2022-03-04 03:39:48 +00:00
"id": "profectus",
"author": "thepaperpilot",
2021-06-21 04:29:55 +00:00
"discordName": "The Paper Pilot Community",
2021-05-26 01:57:02 +00:00
"discordLink": "https://discord.gg/WzejVAx",
"versionNumber": "0.0",
"versionTitle": "Initial Commit",
"allowGoBack": true,
"defaultShowSmall": false,
2021-05-26 01:57:02 +00:00
"defaultDecimalsShown": 2,
2021-06-12 04:38:16 +00:00
"useHeader": true,
2021-05-26 01:57:02 +00:00
"banner": null,
2022-02-28 00:31:51 +00:00
"logo": "",
"initialTabs": [ "main" ],
2021-05-26 01:57:02 +00:00
2021-06-14 03:16:38 +00:00
"maxTickLength": 3600,
2022-03-11 22:58:11 +00:00
"offlineLimit": 1,
"enablePausing": true,
"saveEncoding": "lz"
2021-05-26 01:57:02 +00:00
}