mirror of
https://github.com/jlengrand/korge-samples.git
synced 2026-03-10 08:31:18 +00:00
Update korge version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
sample-dragonbones/src/commonMain/resources/icon.png
Normal file
BIN
sample-dragonbones/src/commonMain/resources/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
Reference in New Issue
Block a user