-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 977 Bytes
/
app.json
File metadata and controls
34 lines (34 loc) · 977 Bytes
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
{
"Version": 1,
"Constants": {
"app_author": "Mhatxotic Design",
"app_cflags": 14,
"app_copyright": "Copyright © Millennium Interactive, 1994. All Rights Reserved",
"app_description": "A remake of the classic Amiga/DOS game for MacOS, Windows and Linux",
"app_icon": "app/icon.png",
"app_longname": "Diggers",
"app_shortname": "Diggers",
"app_version": "R60",
"app_website": "Mhatxotic.GitHub.IO/Diggers",
"ast_modbundle": true,
"con_font": "app/console.ttf",
"con_fontflags": 4,
"con_fontheight": 8,
"con_fontlspacing": 1,
"con_fontpadding": 1,
"con_fonttexsize": 256,
"con_fontwidth": 8,
"err_admin": 0,
"err_minram": 67108864,
"err_minvram": 4194304,
"lua_gcpause": 0,
"lua_script": "src/main.lua",
"lua_ticktimeout": 10,
"vid_orheight": 240,
"vid_orwidth": 320,
"vid_subpixround": 2,
"vid_texfilter": 0,
"win_heightmin": 240,
"win_widthmin": 320
}
}