forked from kercre123/victor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
34 lines (34 loc) · 1.07 KB
/
DEPS
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
{
"svn": {
"bucket_name": "ddl-private",
"main_folder": "svn-export",
"branch": "trunk",
"default_usr": "ankibuildserver",
"pwd": "FoDmKuxMUjsmNhA49BnWysEfVLWaLdGY",
"repo_names": {
"victor-animation-assets": {
"additional_files": [
"${PROJECT_ROOT_DIR}/resources/config/engine/animations/"
],
"allow_extra_files": "True",
"export_dirname": "animation-assets",
"extract_types_from_tar": [
".json",
".png"
],
"subdirs": [
"animations",
"animationGroups",
"compositeImageResources",
"sprites/independentSprites",
"sprites/spriteSequences"
],
"version": "3"
},
"victor-audio-assets": {
"allow_extra_files": "True"
}
},
"root_url": "http://10.49.176.97:8000/"
}
}