Skip to content

Commit

Permalink
fixed jumping end animation and updated build files
Browse files Browse the repository at this point in the history
  • Loading branch information
ColstonBod-oy committed Mar 27, 2024
1 parent 6ccd40c commit df9ba14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ plugins {
}

korge {
id = "com.sample.demo"
id = "com.cattleya.korgee"
name = "Korgee"
orientation = Orientation.LANDSCAPE

// To enable all targets at once
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ buildscript {

apply(plugin = "com.soywiz.korge.settings")

rootProject.name = "korge-hello-world"
rootProject.name = "korgee"
Binary file modified src/commonMain/resources/chumbo.ase
Binary file not shown.

0 comments on commit df9ba14

Please sign in to comment.