Update korge version

This commit is contained in:
soywiz
2020-04-27 00:44:32 +02:00
parent e7f93c75ee
commit 83bb260cf7
4 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
korgePluginVersion=1.12.0.2
korgePluginVersion=1.12.2.0
#korimVersion=1.12.2-SNAPSHOT
#korgwVersion=1.12.4-SNAPSHOT
#korauVersion=1.11.4-SNAPSHOT
web.bind.port=8080

View File

@@ -3,6 +3,9 @@ import com.soywiz.korge.gradle.*
apply<KorgeGradlePlugin>()
korge {
id = "com.soywiz.samples.dragonbones"
id = "com.soywiz.korlibs.korge.samples.dragonbones"
name = "KorGE - DragonBones"
description = "KorGE sample using DragonBones plugin"
supportDragonbones()
icon = file("src/commonMain/resources/icon.png")
}

View File

@@ -104,6 +104,7 @@ class HelloScene : Scene() {
}
open class MyModule : Module() {
override val title: String = "KorGE - DragonBones"
override val mainScene: KClass<out Scene> = MyScene::class
//override val quality: LightQuality = LightQuality.QUALITY
//override val quality: LightQuality = LightQuality.PERFORMANCE

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB