diff --git a/.github/example-run/2d/2d.ron b/.github/example-run/2d/2d.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/2d/2d.ron +++ b/.github/example-run/2d/2d.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3d/activate.ron b/.github/example-run/3d/activate.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3d/activate.ron +++ b/.github/example-run/3d/activate.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3d/expr.ron b/.github/example-run/3d/expr.ron index f87d2e2c..3f41855e 100644 --- a/.github/example-run/3d/expr.ron +++ b/.github/example-run/3d/expr.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(8.0), - ), + events: [ + (250, Screenshot), + (480, AppExit), + ] ) diff --git a/.github/example-run/3d/firework.ron b/.github/example-run/3d/firework.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3d/firework.ron +++ b/.github/example-run/3d/firework.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3d/force_field.ron b/.github/example-run/3d/force_field.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3d/force_field.ron +++ b/.github/example-run/3d/force_field.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3d/init.ron b/.github/example-run/3d/init.ron index 317135c2..5cf4a877 100644 --- a/.github/example-run/3d/init.ron +++ b/.github/example-run/3d/init.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(6.0), - ), + events: [ + (250, Screenshot), + (360, AppExit), + ] ) diff --git a/.github/example-run/3d/lifetime.ron b/.github/example-run/3d/lifetime.ron index 0d81bbd3..ba367117 100644 --- a/.github/example-run/3d/lifetime.ron +++ b/.github/example-run/3d/lifetime.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(7.0), - ), + events: [ + (250, Screenshot), + (420, AppExit), + ] ) diff --git a/.github/example-run/3d/multicam.ron b/.github/example-run/3d/multicam.ron index 288afee3..83c65058 100644 --- a/.github/example-run/3d/multicam.ron +++ b/.github/example-run/3d/multicam.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(10.0), - ), + events: [ + (250, Screenshot), + (600, AppExit), + ] ) diff --git a/.github/example-run/3d/ordering.ron b/.github/example-run/3d/ordering.ron index aaa72cb8..d2b74882 100644 --- a/.github/example-run/3d/ordering.ron +++ b/.github/example-run/3d/ordering.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3d/portal.ron b/.github/example-run/3d/portal.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3d/portal.ron +++ b/.github/example-run/3d/portal.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3d/random.ron b/.github/example-run/3d/random.ron index f87d2e2c..3f41855e 100644 --- a/.github/example-run/3d/random.ron +++ b/.github/example-run/3d/random.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(8.0), - ), + events: [ + (250, Screenshot), + (480, AppExit), + ] ) diff --git a/.github/example-run/3d/ribbon.ron b/.github/example-run/3d/ribbon.ron index aaa72cb8..d2b74882 100644 --- a/.github/example-run/3d/ribbon.ron +++ b/.github/example-run/3d/ribbon.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3d/spawn.ron b/.github/example-run/3d/spawn.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3d/spawn.ron +++ b/.github/example-run/3d/spawn.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3d/spawn_on_command.ron b/.github/example-run/3d/spawn_on_command.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3d/spawn_on_command.ron +++ b/.github/example-run/3d/spawn_on_command.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3d/visibility.ron b/.github/example-run/3d/visibility.ron index aaa72cb8..d2b74882 100644 --- a/.github/example-run/3d/visibility.ron +++ b/.github/example-run/3d/visibility.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3dpng/billboard.ron b/.github/example-run/3dpng/billboard.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3dpng/billboard.ron +++ b/.github/example-run/3dpng/billboard.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3dpng/circle.ron b/.github/example-run/3dpng/circle.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3dpng/circle.ron +++ b/.github/example-run/3dpng/circle.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3dpng/gradient.ron b/.github/example-run/3dpng/gradient.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3dpng/gradient.ron +++ b/.github/example-run/3dpng/gradient.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3dpng/instancing.ron b/.github/example-run/3dpng/instancing.ron index 1b10df08..41d2084c 100644 --- a/.github/example-run/3dpng/instancing.ron +++ b/.github/example-run/3dpng/instancing.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] ) diff --git a/.github/example-run/3dpng/worms.ron b/.github/example-run/3dpng/worms.ron index aaa72cb8..d2b74882 100644 --- a/.github/example-run/3dpng/worms.ron +++ b/.github/example-run/3dpng/worms.ron @@ -1,5 +1,6 @@ ( - setup: ( - fixed_frame_time: Some(5.0), - ), + events: [ + (250, Screenshot), + (300, AppExit), + ] )