replace splash png with much smaller jpg since transparency is not required. (closes #445)

master
lodici 2015-09-28 15:48:21 +01:00
parent f212ba0d8d
commit c433317749
3 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<jar destfile="release/Magarena.jar" basedir="build" includes="**/*.*">
<manifest>
<attribute name="Main-Class" value="magic.MagicMain" />
<attribute name="SplashScreen-Image" value="magic/data/textures/splash.png" />
<attribute name="SplashScreen-Image" value="magic/data/textures/splash.jpg" />
<attribute name="Class-Path"
value="lib/groovy-all-${groovy-version}.jar
lib/miglayout-core-4.2.jar

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB