-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.project.json
45 lines (41 loc) · 1.07 KB
/
test.project.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
{
"name": "AnimaLib-test",
"tree": {
"$className": "DataModel",
"Workspace": {
"$className": "Workspace",
"Baseplate": {
"$className": "Part",
"$properties": {
"Anchored": true,
"Locked": true,
"Size": {
"Vector3": [2048, 2, 2048]
},
"Color" : {
"Color3": [0.3, 0.3, 0.3]
}
}
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Packages": {
"$path": "Packages/",
"AnimaLib": {
"$path": "src/"
}
}
},
"TestService": {
"$className": "TestService",
"$path": "tests/",
"$properties": {
"ExecuteWithStudioRun": true,
"NumberOfPlayers": 0,
"SimulateSecondsLag": 0,
"Timeout": 10
}
}
}
}