Skip to content

Commit

Permalink
Merge pull request #416 from neph1/replace_jme_logo
Browse files Browse the repository at this point in the history
replacing jme logo
  • Loading branch information
neph1 authored Nov 5, 2022
2 parents 9e5feea + af85b97 commit a151a39
Show file tree
Hide file tree
Showing 2 changed files with 3,384 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jme3-core/src/com/jme3/gde/core/icons/IconList.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public class IconList {

public static final String ICONS_PATH = "com/jme3/gde/core/icons/";
public static final String JME_LOGO = ICONS_PATH + "jaime_silhouette.svg";
public static final String JAIME = ICONS_PATH + "jaime_silhouette.svg";
public static final String CARDBOARD_BOX = ICONS_PATH + "cardboard-box.svg";
public static final String CARDBOARD_BOX_CLOSED = ICONS_PATH + "cardboard-box-closed.svg";
public static final String SOUND = ICONS_PATH + "speaker.svg";
Expand Down Expand Up @@ -91,6 +91,7 @@ public class IconList {
public static final String PBR_SKY = ICONS_PATH + "sun-cloud.svg";
public static final String PBR_ENV = ICONS_PATH + "confirmed_large.svg";
public static final String NORMAL_VIEW = ICONS_PATH + "normal_view.svg";
public static final String JME_LOGO = ICONS_PATH + "jme_logo.svg";

// 16x16

Expand Down Expand Up @@ -194,6 +195,8 @@ public class IconList {
ImageUtilities.loadImageIcon(WARNING, false);
public static final ImageIcon chimpSmile =
ImageUtilities.loadImageIcon(CONFIRMED, false);
public static final ImageIcon jaime =
ImageUtilities.loadImageIcon(JAIME, false);

// SceneViewer 32x32

Expand Down
Loading

0 comments on commit a151a39

Please sign in to comment.