mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
[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:
parent
e24bd6da69
commit
3d03a37e2d
6 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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 |
Loading…
Reference in a new issue