blob: a6b15d8a2ec18f49bf3986e4ed4ca1130c1c10df (
plain) (
blame)
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
|
// Choreo version 1
actor "Alyx"
{
channel "Sound"
{
event speak "npc_alyx.vehicle_obstacle_warning"
{
time 0.186667 0.729252
param "npc_alyx.vehicle_obstacle_warning"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "gesture"
{
}
}
scalesettings
{
"CChoreoView" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"RampTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|