Basic deploy background

This commit is contained in:
Anuken
2019-07-12 01:03:01 -04:00
parent 1697465d0d
commit 14d0927fb6
11 changed files with 40 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ import com.badlogicgames.packr.Packr
import com.badlogicgames.packr.PackrConfig
def JDK_DIR = "$System.env.PACKR_DIR"
def ICON_DIR = new File("core/assets/sprites/icon.icns")
def ICON_DIR = new File("core/assets/icons/icon.icns")
ext.getPlatform = {
def lc = project.hasProperty("platform") ? platform.toLowerCase() : ""