Improve demos for better screenshots, cleanup

This commit is contained in:
Abe Pazos
2020-05-20 14:08:31 +02:00
committed by Edwin Jakobs
parent d52875769e
commit 677f821ca8
10 changed files with 61 additions and 35 deletions

View File

@@ -13,6 +13,7 @@ fun main() {
val rotation = LFO(LFOWave.Sine)
if (System.getProperty("takeScreenshot") == "true") {
extend(SingleScreenshot()) {
this.delayFrames = 10
this.outputFile = System.getProperty("screenshotPath")
}
}