add playback

This commit is contained in:
2023-05-25 21:28:11 +02:00
parent 60c8bb5877
commit b671f9ee47
16 changed files with 417 additions and 163 deletions

View File

@@ -300,7 +300,7 @@ const ExampleTimeline: z.input<typeof Timeline> = {
render_state: {
curr_frame: 20,
},
fps: 60,
fps: 120,
entities: EXAMPLE_ANIMATED_ENTITIES,
};