-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgms-tasks-config.json
107 lines (107 loc) · 2.24 KB
/
gms-tasks-config.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"export-gm-sprites-as-strips": {
"spriteDirectory": "./sprites/",
"exportDirectory": "./exported-strips/"
},
"generate-map": {
"imagesDirectory": "../../AppData/Local/violetthegame/map-images/",
"outputDirectory": "./map/",
"finalWidth": 960,
"finalHeight": 960
},
"make-gm-sprites-from-strips": {
"grid": 32,
"animations": {
"Walk_Up": {
"index": 8,
"frames": 9
},
"Walk_Left": {
"index": 9,
"frames": 9
},
"Walk_Down": {
"index": 10,
"frames": 9
},
"Walk_Right": {
"index": 11,
"frames": 9
},
"Death": {
"index": 20,
"frames": 6
},
"Hurt": {
"index": 20,
"frames": 3
},
"Unhurt": {
"index": 20,
"frames": 3,
"reverse": true
}
},
"prefixStr": "spr_NPC_",
"stripDirectory": "./strips/",
"outputDirectory": "./yy/",
"spritesFolder": "Sprites"
},
"build-clean": {
"roomDir": "rooms/",
"exportRoom": "room_Kickstarter",
"copyRoomPattern": "room_Kick_",
"instanceCreationOrder_InsertAt": 7,
"instanceLayerToInsertName": "instances",
"tileLayerToInsertName": "tiles",
"gridSize": 32,
"sectionWidth": 2880,
"sectionHeight": 2880,
"horizontalSectionsCount": 9,
"verticalSectionsCount": 9,
"tiles": [
{
"name": "ceilings",
"depth": 400,
"layers": [
{
"name": "ceilings_outside_layerDepth0",
"depth": 600,
"tileset": {
"name":"tls_ceilings",
"path":"tilesets/tls_ceilings/tls_ceilings.yy"
}
}
]
}
]
},
"clean": {},
"build": {
"ignoreRoomsBuild": [
"room_Kick_",
"room_Kick_Temp"
]
},
"shift-positions": {
"roomDir": "./rooms/",
"copyRoomPattern": "room_Kick_",
"left": 100,
"top": 100,
"ignoreRooms": [
"room_Opening",
"room_parent"
]
},
"enable-disable-rooms": {
"roomDir": "./rooms/",
"rooms": [
"room_Kick_",
"room_Kick_Temp"
]
},
"steam-upload": {
"sdkDir": "C:/Users/<username>/Desktop/sdk/",
"simpleAppBuildVDF": "./app.vdf"
}
}