forked from frogatto/frogatto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.cfg
38 lines (38 loc) · 1.1 KB
/
module.cfg
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
{
"arguments": [
"--force-strict-mode",
"--set-fps=60",
"--vsync=1",
"--auto-size-window",
"--virtual-window-width=800",
"--virtual-window-height=600",
"--virtual-window-width-max=1066",
"--play-sound-function=lib.sound.play_sound(me, sound)",
"--play-music-function=lib.audio.play_music(obj, music)",
"--ffl-allow-obj-api-from-class=true",
// saving these for the particle editor on kettering's machine
// "--virtual-window-width=1600",
// "--virtual-window-height=1000",
// "--virtual-window-width-max=1600",
],
"custom_arguments": {
"hax": false,
"lucre": false,
"supes": false
},
"dependencies": "gui",
"font": "bitmap",
"id": "frogtto4",
"min_engine_version": 1.4,
"name": "Frogatto & Friends",
"player_type": "obj player_controlled",
"validate_objects": "def(map definition, [string] protos) -> string|null
if((definition.solid_area or definition.platform_area) and 'cosmetic_effects' not in protos,
'objects with solid_area or platform_area must be derived from `cosmetic_effects`. Object is derived from: ' + protos + '.'
)
",
"version": [
5,
1
]
}