mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-30 04:10:41 -08:00
Imports
This commit is contained in:
parent
316e6e298c
commit
966ee53cb9
2 changed files with 7 additions and 11 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import com.badlogicgames.packr.Packr
|
||||
import com.badlogicgames.packr.PackrConfig
|
||||
import com.badlogicgames.packr.*
|
||||
|
||||
import java.nio.ByteBuffer
|
||||
import java.security.MessageDigest
|
||||
import java.nio.*
|
||||
import java.security.*
|
||||
|
||||
sourceSets.main.java.srcDirs = [ "src/" ]
|
||||
|
||||
|
|
|
|||
|
|
@ -3,15 +3,12 @@ sourceSets.main.java.srcDirs = ["src/"]
|
|||
import arc.struct.*
|
||||
import arc.graphics.*
|
||||
import arc.packer.*
|
||||
import arc.util.Tmp
|
||||
import arc.util.*
|
||||
|
||||
import javax.imageio.ImageIO
|
||||
import javax.imageio.*
|
||||
import java.awt.*
|
||||
import java.awt.image.BufferedImage
|
||||
import java.util.List
|
||||
import java.util.concurrent.ExecutorService
|
||||
import java.util.concurrent.Executors
|
||||
import java.util.concurrent.TimeUnit
|
||||
import java.awt.image.*
|
||||
import java.util.concurrent.*
|
||||
|
||||
def genFolder = "../core/assets-raw/sprites_out/generated/"
|
||||
def doAntialias = !project.hasProperty("disableAntialias")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue