[UI] New background for startup and gamefind panels. Update mage theme plugin version from 0.4 to 0.5. Removed unused images.

This commit is contained in:
magenoxx 2012-07-24 13:55:13 +04:00
parent e24bd6da69
commit 3d03a37e2d
6 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>mage-theme-plugin</artifactId> <artifactId>mage-theme-plugin</artifactId>
<version>0.4</version> <version>0.5</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>

View file

@ -11,7 +11,7 @@
<artifactId>mage-theme-plugin</artifactId> <artifactId>mage-theme-plugin</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.4</version> <version>0.5</version>
<name>Mage Theme Plugin</name> <name>Mage Theme Plugin</name>
<description>Contains resources for drawing background</description> <description>Contains resources for drawing background</description>

View file

@ -33,7 +33,7 @@ public class ThemePluginImpl implements ThemePlugin {
} }
public String toString() { public String toString() {
return "[Theme plugin, version 0.4]"; return "[Theme plugin, version 0.5]";
} }
public void applyInGame(Map<String, JComponent> ui) { public void applyInGame(Map<String, JComponent> ui) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 817 KiB