1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-11 08:15:35 +03:00

Slightly less terrible regen projector

This commit is contained in:
Anuken 2021-12-06 22:13:06 -05:00
parent a1fbd3397b
commit 3644825dc5
3 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -8,7 +8,7 @@ ext.getServerFolder = {
}
task run(dependsOn: classes, type: JavaExec){
main = project.mainClassName
mainClass = project.mainClassName
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = project.assetsDir
@ -22,7 +22,7 @@ task run(dependsOn: classes, type: JavaExec){
}
task debug(dependsOn: classes, type: JavaExec){
main = project.mainClassName
mainClass = project.mainClassName
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = project.assetsDir
@ -39,7 +39,6 @@ task dist(type: Jar, dependsOn: configurations.runtimeClasspath){
exclude("music/**")
exclude("sounds/**")
exclude("fonts/**")
exclude("zones/**")
exclude("icons/**")
exclude("bundles/**")
exclude("cubemaps/**")

View File

@ -45,7 +45,7 @@ def transformColors = { List<List<String>> list ->
//TODO implementing this in gradle is a bad idea
//d4816b
transformColors([/*["4a4b53", "6e7080", "989aa4"],*/ ["3a5651", "3a8f64", "92dd7e"], ["bf92f9", "8a73c6", "665c9f"], ["6e7080", "989aa4", "b0bac0"], ["bc5452", "ea8878", "feb380"],
transformColors([["4a4b53", "6e7080", "989aa4"], ["3a5651", "3a8f64", "92dd7e"], ["bf92f9", "8a73c6", "665c9f"]/*, ["6e7080", "989aa4", "b0bac0"]*/, ["bc5452", "ea8878", "feb380"],
["de9458", "f8c266", "ffe18f"], ["feb380", "ea8878", "bc5452"], ["d4816b", "eab678", "ffd37f"], ["d57c65", "e3ae6f", "f7e97e"],
["ffffff", "dcc6c6", "9d7f7f"], ["df7646", "b23a4d", "752249"], ["3c3837", "515151", "646567"],
["5757c1", "6f80e8", "88a4ff"], ["8f665b", "b28768", "c9a58f"], ["4c5878", "768a9a", "a0b0c8"], ["62ae7f", "62ae7f", "84f491"]])