Improve demos for better screenshots, cleanup
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user