Work on test chamber 7

This commit is contained in:
James Lambert 2023-01-28 20:56:21 -07:00
parent 994271f762
commit 3b937e619c
5 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
-c 1 -r 22050

View file

@ -0,0 +1 @@
-c 1 -r 22050

View file

@ -0,0 +1 @@
-c 1 -r 22050

View file

@ -208,6 +208,7 @@ local function generate_cutscene_step(step, step_index, label_locations, cutscen
animation.get_armature_index_with_name(step.args[1]) or 0,
}
else
error("Unrecognized cutscene step " .. step.command)
result.type = sk_definition_writer.raw('CutsceneStepTypeNoop')
table.noop = 0;
end