Reimplement collectScreenshots
This commit is contained in:
@@ -24,6 +24,31 @@ Collection of 2D shape generators (polygon, star, rounded rectangle) and shape m
|
||||
|
||||

|
||||
|
||||
### DemoBezierPatch05
|
||||
[source code](src/demo/kotlin/DemoBezierPatch05.kt)
|
||||
|
||||

|
||||
|
||||
### DemoBezierPatchDrawer01
|
||||
[source code](src/demo/kotlin/DemoBezierPatchDrawer01.kt)
|
||||
|
||||

|
||||
|
||||
### DemoBezierPatchDrawer02
|
||||
[source code](src/demo/kotlin/DemoBezierPatchDrawer02.kt)
|
||||
|
||||

|
||||
|
||||
### DemoBezierPatchDrawer03
|
||||
[source code](src/demo/kotlin/DemoBezierPatchDrawer03.kt)
|
||||
|
||||

|
||||
|
||||
### DemoBezierPatches01
|
||||
[source code](src/demo/kotlin/DemoBezierPatches01.kt)
|
||||
|
||||

|
||||
|
||||
### DemoRectangleGrid
|
||||
[source code](src/demo/kotlin/DemoRectangleGrid.kt)
|
||||
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
import Orx_embed_shaders_gradle.EmbedShadersTask
|
||||
|
||||
import Orx_collect_screenshots_gradle.ScreenshotsHelper.collectScreenshots
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
kotlin("plugin.serialization")
|
||||
id("orx.embed-shaders")
|
||||
id("orx.collect-screenshots")
|
||||
}
|
||||
|
||||
val kotlinxSerializationVersion: String by rootProject.extra
|
||||
@@ -34,6 +33,9 @@ kotlin {
|
||||
implementation(compilations["main"]!!.output.allOutputs)
|
||||
}
|
||||
}
|
||||
collectScreenshots {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
compilations.all {
|
||||
|
||||
Reference in New Issue
Block a user