-
Notifications
You must be signed in to change notification settings - Fork 33
/
.inkgd_ink.cfg
23 lines (20 loc) · 916 Bytes
/
.inkgd_ink.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[inkgd]
stories=[ {
"source_file_path": "res://examples/ink/the_intercept/the_intercept.ink",
"target_file_path": "res://examples/ink/the_intercept/the_intercept.ink.json",
"watched_folder_path": "res://examples/ink/the_intercept/"
}, {
"source_file_path": "res://examples/ink/crime_scene/crime_scene.ink",
"target_file_path": "res://examples/ink/crime_scene/crime_scene.ink.json",
"watched_folder_path": "res://examples/ink/crime_scene"
}, {
"source_file_path": "res://examples/ink/ld41_emoji/ld41_emoji.ink",
"target_file_path": "res://examples/ink/ld41_emoji/ld41_emoji.ink.json",
"watched_folder_path": "res://examples/ink/ld41_emoji"
}, {
"source_file_path": "res://examples/ink/not_a_halloween_game/not_a_halloween_game.ink",
"target_file_path": "res://examples/ink/not_a_halloween_game/not_a_halloween_game.ink.json",
"watched_folder_path": "res://examples/ink/not_a_halloween_game"
} ]
[format]
version=2