diff options
Diffstat (limited to 'racer-tracer/config.yml')
| -rw-r--r-- | racer-tracer/config.yml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/racer-tracer/config.yml b/racer-tracer/config.yml index 0da36dc..e658c1c 100644 --- a/racer-tracer/config.yml +++ b/racer-tracer/config.yml @@ -13,9 +13,14 @@ render: num_threads_height: 10 screen: - width: 1280 - height: 720 + width: 640 + height: 480 -scene: ../resources/scenes/three_balls.yml +loader: + Yml: + path: ../resources/scenes/three_balls.yml image_output_dir: "../" + +image_action: + SavePng # (SavePng, WaitForSignal) |
