Skip to content

Commit

Permalink
gha test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Feb 6, 2024
1 parent 90910c0 commit c08280e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,20 @@ subprojects {
eclipse.project.name = 'blade-ink-template' + '-parent'

// Run `gradle pack` task to generate skin.atlas file at assets/ui.
import com.badlogic.gdx.tools.texturepacker.TexturePacker

tasks.register('pack') {

doLast {

// Note that if you need multiple atlases, you can duplicate the
// TexturePacker.process invocation and change paths to generate
// additional atlases with this task.
TexturePacker.process(
'raw/ui', // Raw assets path.
'assets/ui/1/', // Output directory.
'ui' // Name of the generated atlas (without extension).
)
}
}
//import com.badlogic.gdx.tools.texturepacker.TexturePacker
//
//tasks.register('pack') {
//
// doLast {
//
// // Note that if you need multiple atlases, you can duplicate the
// // TexturePacker.process invocation and change paths to generate
// // additional atlases with this task.
// TexturePacker.process(
// 'raw/ui', // Raw assets path.
// 'assets/ui/1/', // Output directory.
// 'ui' // Name of the generated atlas (without extension).
// )
// }
//}

0 comments on commit c08280e

Please sign in to comment.