summaryrefslogtreecommitdiff
path: root/createcalls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'createcalls.cpp')
-rw-r--r--createcalls.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/createcalls.cpp b/createcalls.cpp
index 5467f18..91ae66a 100644
--- a/createcalls.cpp
+++ b/createcalls.cpp
@@ -294,6 +294,10 @@ LoadTestFootage(project_data *File, project_state *State, memory *Memory)
Source_Generate(File, State, Memory, SourceString);
Layer_CreateFromSource(File, State, Memory, &File->Source[0]);
+ Keyframe_Insert(&File->Layer[0]->x, Memory, 00, 00);
+ Keyframe_Insert(&File->Layer[0]->x, Memory, 05, 05);
+ Keyframe_Insert(&File->Layer[0]->x, Memory, 10, 10);
+ File->Layer[0]->x.IsToggled = true;
SelectLayer(File->Layer[0], State, 0);
// AddEffect(File->Layer[0], Memory, 1);
// property_channel *Property = &File->Layer[0]->x;