mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-26 23:57:25 +01:00
v0.6.2 released! Redesigned WorldMap editor. Many new UI features. Fixed
Trainer.
This commit is contained in:
@@ -227,6 +227,10 @@ public class DefaultIcons {
|
||||
public static Image getCreateTileLayerImage() { return getImage(CREATE_TILE_LAYER_RES); }
|
||||
public static Image getCreateTileLayerIcon() { return getIcon(CREATE_TILE_LAYER_RES); }
|
||||
|
||||
private static String LABEL_RES = "/com/gpl/rpg/atcontentstudio/img/label.png";
|
||||
public static Image getLabelImage() { return getImage(LABEL_RES); }
|
||||
public static Image getLabelIcon() { return getIcon(LABEL_RES); }
|
||||
|
||||
private static String ZOOM_RES = "/com/gpl/rpg/atcontentstudio/img/zoom.png";
|
||||
public static Image getZoomImage() { return getImage(ZOOM_RES); }
|
||||
public static Image getZoomIcon() { return getIcon(ZOOM_RES); }
|
||||
|
||||
Reference in New Issue
Block a user