Browse Source

another icon pass
fixed light bulb, waypoint, pause button, terrain
redesigned node icon

rickard 2 years ago
parent
commit
5375e87756
48 changed files with 154 additions and 52 deletions
  1. 4 1
      jme3-core/src/com/jme3/gde/core/icons/IconList.java
  2. 1 1
      jme3-core/src/com/jme3/gde/core/icons/audio-track.svg
  3. 1 1
      jme3-core/src/com/jme3/gde/core/icons/bone-track.svg
  4. 0 0
      jme3-core/src/com/jme3/gde/core/icons/bright-explosion.svg
  5. 1 1
      jme3-core/src/com/jme3/gde/core/icons/cardboard-box-closed.svg
  6. 1 1
      jme3-core/src/com/jme3/gde/core/icons/cardboard-box.svg
  7. 1 1
      jme3-core/src/com/jme3/gde/core/icons/character.svg
  8. 0 0
      jme3-core/src/com/jme3/gde/core/icons/cog.svg
  9. 1 1
      jme3-core/src/com/jme3/gde/core/icons/confirmed.svg
  10. 1 1
      jme3-core/src/com/jme3/gde/core/icons/confirmed_large.svg
  11. 1 1
      jme3-core/src/com/jme3/gde/core/icons/cube-green.svg
  12. 1 1
      jme3-core/src/com/jme3/gde/core/icons/cube.svg
  13. 1 1
      jme3-core/src/com/jme3/gde/core/icons/effect-track.svg
  14. 1 1
      jme3-core/src/com/jme3/gde/core/icons/eye-green.svg
  15. 1 1
      jme3-core/src/com/jme3/gde/core/icons/eye.svg
  16. 40 8
      jme3-core/src/com/jme3/gde/core/icons/family-tree.svg
  17. 1 1
      jme3-core/src/com/jme3/gde/core/icons/files.svg
  18. 1 1
      jme3-core/src/com/jme3/gde/core/icons/film-spool.svg
  19. 1 1
      jme3-core/src/com/jme3/gde/core/icons/film-strip.svg
  20. 0 0
      jme3-core/src/com/jme3/gde/core/icons/hazard-sign.svg
  21. 0 0
      jme3-core/src/com/jme3/gde/core/icons/ice-iris.svg
  22. 1 1
      jme3-core/src/com/jme3/gde/core/icons/info.svg
  23. 1 1
      jme3-core/src/com/jme3/gde/core/icons/info_green.svg
  24. 1 1
      jme3-core/src/com/jme3/gde/core/icons/interdiction.svg
  25. 0 0
      jme3-core/src/com/jme3/gde/core/icons/invisible.svg
  26. 1 1
      jme3-core/src/com/jme3/gde/core/icons/light-bulb-off.svg
  27. 1 0
      jme3-core/src/com/jme3/gde/core/icons/light-bulb-yellow.svg
  28. 1 1
      jme3-core/src/com/jme3/gde/core/icons/light-bulb.svg
  29. 1 1
      jme3-core/src/com/jme3/gde/core/icons/mona-lisa.svg
  30. 1 1
      jme3-core/src/com/jme3/gde/core/icons/normal_view.svg
  31. 3 3
      jme3-core/src/com/jme3/gde/core/icons/ortho.svg
  32. 0 0
      jme3-core/src/com/jme3/gde/core/icons/palette.svg
  33. 1 1
      jme3-core/src/com/jme3/gde/core/icons/play-button.svg
  34. 1 1
      jme3-core/src/com/jme3/gde/core/icons/race-car.svg
  35. 1 1
      jme3-core/src/com/jme3/gde/core/icons/railway.svg
  36. 1 1
      jme3-core/src/com/jme3/gde/core/icons/run.svg
  37. 1 1
      jme3-core/src/com/jme3/gde/core/icons/sight-disabled.svg
  38. 0 0
      jme3-core/src/com/jme3/gde/core/icons/skeleton.svg
  39. 1 1
      jme3-core/src/com/jme3/gde/core/icons/sound.svg
  40. 1 1
      jme3-core/src/com/jme3/gde/core/icons/speaker.svg
  41. 1 1
      jme3-core/src/com/jme3/gde/core/icons/sun-cloud.svg
  42. 3 3
      jme3-core/src/com/jme3/gde/core/icons/terrain.svg
  43. 1 1
      jme3-core/src/com/jme3/gde/core/icons/uncertainty.svg
  44. 0 0
      jme3-core/src/com/jme3/gde/core/icons/wire-mesh.svg
  45. 0 0
      jme3-core/src/com/jme3/gde/core/icons/wireframe-globe.svg
  46. 1 4
      jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/JmeLight.java
  47. 1 1
      jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/JmeVector3f.java
  48. 70 1
      jme3-scenecomposer/src/com/jme3/gde/scenecomposer/icons/pause-button.svg

+ 4 - 1
jme3-core/src/com/jme3/gde/core/icons/IconList.java

@@ -54,6 +54,7 @@ public class IconList {
     public static final String FILTER = ICONS_PATH + "ice-iris.svg";
     public static final String FILTER = ICONS_PATH + "ice-iris.svg";
     public static final String FONT = ICONS_PATH + "font.svg";
     public static final String FONT = ICONS_PATH + "font.svg";
     public static final String LIGHT_BULB = ICONS_PATH + "light-bulb.svg";
     public static final String LIGHT_BULB = ICONS_PATH + "light-bulb.svg";
+    public static final String LIGHT_BULB_YELLOW = ICONS_PATH + "light-bulb-yellow.svg";
     public static final String LIGHT_BULB_OFF = ICONS_PATH + "light-bulb-off.svg";
     public static final String LIGHT_BULB_OFF = ICONS_PATH + "light-bulb-off.svg";
     public static final String CONFIRMED = ICONS_PATH + "confirmed.svg";
     public static final String CONFIRMED = ICONS_PATH + "confirmed.svg";
     public static final String WARNING = ICONS_PATH + "interdiction.svg";
     public static final String WARNING = ICONS_PATH + "interdiction.svg";
@@ -73,7 +74,7 @@ public class IconList {
     public static final String NODE = ICONS_PATH + "family-tree.svg";
     public static final String NODE = ICONS_PATH + "family-tree.svg";
     public static final String IMPORTANT = ICONS_PATH + "files.svg";
     public static final String IMPORTANT = ICONS_PATH + "files.svg";
     public static final String BONE = ICONS_PATH + "bone.svg";
     public static final String BONE = ICONS_PATH + "bone.svg";
-    public static final String TRACK = ICONS_PATH + "track.svg";
+    public static final String TRACK = ICONS_PATH + "railway.svg";
     public static final String MESH = ICONS_PATH + "wireframe-globe.svg";
     public static final String MESH = ICONS_PATH + "wireframe-globe.svg";
     public static final String GEOMETRY = ICONS_PATH + "cube.svg";
     public static final String GEOMETRY = ICONS_PATH + "cube.svg";
     public static final String VEHICLE = ICONS_PATH + "race-car.svg";
     public static final String VEHICLE = ICONS_PATH + "race-car.svg";
@@ -194,6 +195,8 @@ public class IconList {
             ImageUtilities.loadImageIcon(WARNING, false);
             ImageUtilities.loadImageIcon(WARNING, false);
     public static final ImageIcon chimpSmile =
     public static final ImageIcon chimpSmile =
             ImageUtilities.loadImageIcon(CONFIRMED, false);
             ImageUtilities.loadImageIcon(CONFIRMED, false);
+    public static final ImageIcon lightYellow =
+            ImageUtilities.loadImageIcon(LIGHT_BULB_YELLOW, false);
     
     
     // SceneViewer 32x32
     // SceneViewer 32x32
    
    

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/audio-track.svg

@@ -58,7 +58,7 @@
      id="path2" />
      id="path2" />
   <g
   <g
      class=""
      class=""
-     style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
+     style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
      transform="translate(0,0)"
      transform="translate(0,0)"
      id="g6">
      id="g6">
     <path
     <path

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/bone-track.svg

@@ -58,7 +58,7 @@
      id="path2" />
      id="path2" />
   <g
   <g
      class=""
      class=""
-     style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
+     style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
      transform="translate(0,0)"
      transform="translate(0,0)"
      id="g6">
      id="g6">
     <path
     <path

File diff suppressed because it is too large
+ 0 - 0
jme3-core/src/com/jme3/gde/core/icons/bright-explosion.svg


+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/cardboard-box-closed.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 73.32L74.6 155.1l82.3 37.1 173.2-85.5L256 73.32zm95.4 42.98l-173.2 85.5 77.8 35.1 181.4-81.8-86-38.8zM61.7 169v182L247 434.6v-182L61.7 169zm388.6 0L265 252.6v182L450.3 351V169z" fill="#48baff" fill-opacity="1.0" style="--darkreader-inline-fill: #0064a1;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 73.32L74.6 155.1l82.3 37.1 173.2-85.5L256 73.32zm95.4 42.98l-173.2 85.5 77.8 35.1 181.4-81.8-86-38.8zM61.7 169v182L247 434.6v-182L61.7 169zm388.6 0L265 252.6v182L450.3 351V169z" fill="#48baff" fill-opacity="1.0" style="--darkreader-inline-fill: #0064a1;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/cardboard-box.svg

@@ -57,7 +57,7 @@
      id="path2" />
      id="path2" />
   <g
   <g
      class=""
      class=""
-     style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
+     style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
      transform="translate(0,0)"
      transform="translate(0,0)"
      id="g6">
      id="g6">
     <path
     <path

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/character.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M255 45.4c-24.5 0-47 11.8-63.9 33.4-16.9 21.5-27.1 52.6-27.1 86.5 0 36 12.1 67.5 31 89.5l13.5 15-19.6 4.6c-52.3 11.9-77.4 36.9-91.75 75.2-13.7 35.7-15.6 84.8-16.1 143.3H431c-.2-58.7-.5-109.3-13-145.5-13.4-39.4-37.9-64.3-94-75.4l-19.9-3.7 12.9-15.7c17.7-21.9 28.8-52.6 28.8-87.5 0-33.9-10.3-64.9-27.2-86.3-16.8-21.7-39.3-33.6-63.6-33.4z" fill="#48baff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M255 45.4c-24.5 0-47 11.8-63.9 33.4-16.9 21.5-27.1 52.6-27.1 86.5 0 36 12.1 67.5 31 89.5l13.5 15-19.6 4.6c-52.3 11.9-77.4 36.9-91.75 75.2-13.7 35.7-15.6 84.8-16.1 143.3H431c-.2-58.7-.5-109.3-13-145.5-13.4-39.4-37.9-64.3-94-75.4l-19.9-3.7 12.9-15.7c17.7-21.9 28.8-52.6 28.8-87.5 0-33.9-10.3-64.9-27.2-86.3-16.8-21.7-39.3-33.6-63.6-33.4z" fill="#48baff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

File diff suppressed because it is too large
+ 0 - 0
jme3-core/src/com/jme3/gde/core/icons/cog.svg


+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/confirmed.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 16C123.5 16 16 123.5 16 256c0 132.6 107.5 240 240 240 132.6 0 240-107.4 240-240S388.6 16 256 16zm0 60c99.4 0 180 80.6 180 180s-80.6 180-180 180S76 355.4 76 256 156.6 76 256 76zm91.3 64.2c-6.5 0-12.5 2.4-16.8 8.2-52 70.1-69 96.5-106 169.8-8.4-11.1-65.6-72.4-93.9-94.1-14.2-10.9-41.3 27.2-31.6 37.1C142.6 306.1 220.1 406 232.7 405c21.4-1.7 75.1-136.8 148.8-233.7 8-10.4-15-31.3-34.2-31.1z" fill="#7ed321" fill-opacity="1" style="--darkreader-inline-fill: #65a91a;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 16C123.5 16 16 123.5 16 256c0 132.6 107.5 240 240 240 132.6 0 240-107.4 240-240S388.6 16 256 16zm0 60c99.4 0 180 80.6 180 180s-80.6 180-180 180S76 355.4 76 256 156.6 76 256 76zm91.3 64.2c-6.5 0-12.5 2.4-16.8 8.2-52 70.1-69 96.5-106 169.8-8.4-11.1-65.6-72.4-93.9-94.1-14.2-10.9-41.3 27.2-31.6 37.1C142.6 306.1 220.1 406 232.7 405c21.4-1.7 75.1-136.8 148.8-233.7 8-10.4-15-31.3-34.2-31.1z" fill="#7ed321" fill-opacity="1" style="--darkreader-inline-fill: #65a91a;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/confirmed_large.svg

@@ -1 +1 @@
-<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 16C123.5 16 16 123.5 16 256c0 132.6 107.5 240 240 240 132.6 0 240-107.4 240-240S388.6 16 256 16zm0 60c99.4 0 180 80.6 180 180s-80.6 180-180 180S76 355.4 76 256 156.6 76 256 76zm91.3 64.2c-6.5 0-12.5 2.4-16.8 8.2-52 70.1-69 96.5-106 169.8-8.4-11.1-65.6-72.4-93.9-94.1-14.2-10.9-41.3 27.2-31.6 37.1C142.6 306.1 220.1 406 232.7 405c21.4-1.7 75.1-136.8 148.8-233.7 8-10.4-15-31.3-34.2-31.1z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #65a91a;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 16C123.5 16 16 123.5 16 256c0 132.6 107.5 240 240 240 132.6 0 240-107.4 240-240S388.6 16 256 16zm0 60c99.4 0 180 80.6 180 180s-80.6 180-180 180S76 355.4 76 256 156.6 76 256 76zm91.3 64.2c-6.5 0-12.5 2.4-16.8 8.2-52 70.1-69 96.5-106 169.8-8.4-11.1-65.6-72.4-93.9-94.1-14.2-10.9-41.3 27.2-31.6 37.1C142.6 306.1 220.1 406 232.7 405c21.4-1.7 75.1-136.8 148.8-233.7 8-10.4-15-31.3-34.2-31.1z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #65a91a;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/cube-green.svg

@@ -1 +1 @@
-<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 24.585L51.47 118.989 256 213.394l204.53-94.405zM38.998 133.054v258.353L247 487.415V229.063zm434.004 0L265 229.062v258.353l208.002-96.008z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 24.585L51.47 118.989 256 213.394l204.53-94.405zM38.998 133.054v258.353L247 487.415V229.063zm434.004 0L265 229.062v258.353l208.002-96.008z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/cube.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 24.585L51.47 118.989 256 213.394l204.53-94.405zM38.998 133.054v258.353L247 487.415V229.063zm434.004 0L265 229.062v258.353l208.002-96.008z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 24.585L51.47 118.989 256 213.394l204.53-94.405zM38.998 133.054v258.353L247 487.415V229.063zm434.004 0L265 229.062v258.353l208.002-96.008z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/effect-track.svg

@@ -58,7 +58,7 @@
      id="path2" />
      id="path2" />
   <g
   <g
      class=""
      class=""
-     style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
+     style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
      transform="translate(0,0)"
      transform="translate(0,0)"
      id="g6">
      id="g6">
     <path
     <path

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/eye-green.svg

@@ -58,7 +58,7 @@
      id="path2" />
      id="path2" />
   <g
   <g
      class=""
      class=""
-     style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
+     style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
      transform="translate(0,0)"
      transform="translate(0,0)"
      id="g6">
      id="g6">
     <path
     <path

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/eye.svg

@@ -58,7 +58,7 @@
      id="path2" />
      id="path2" />
   <g
   <g
      class=""
      class=""
-     style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
+     style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
      transform="translate(0,0)"
      transform="translate(0,0)"
      id="g6">
      id="g6">
     <path
     <path

+ 40 - 8
jme3-core/src/com/jme3/gde/core/icons/family-tree.svg

@@ -41,13 +41,13 @@
      inkscape:window-height="1070"
      inkscape:window-height="1070"
      id="namedview10"
      id="namedview10"
      showgrid="false"
      showgrid="false"
-     inkscape:zoom="0.4609375"
-     inkscape:cx="256"
-     inkscape:cy="256"
+     inkscape:zoom="41.7193"
+     inkscape:cx="0.12476098"
+     inkscape:cy="11.252834"
      inkscape:window-x="42"
      inkscape:window-x="42"
      inkscape:window-y="0"
      inkscape:window-y="0"
      inkscape:window-maximized="0"
      inkscape:window-maximized="0"
-     inkscape:current-layer="svg8" />
+     inkscape:current-layer="g6" />
   <path
   <path
      d="M0 0h512v512H0z"
      d="M0 0h512v512H0z"
      fill="#0a0a0a"
      fill="#0a0a0a"
@@ -59,11 +59,43 @@
      class=""
      class=""
      transform="matrix(1,0,0,-1,0,512)"
      transform="matrix(1,0,0,-1,0,512)"
      id="g6">
      id="g6">
+    <rect
+       style="opacity:0.95;fill:#f8e71c;fill-opacity:1;stroke:#000000;stroke-width:5.60937309;stroke-linecap:butt;stroke-miterlimit:3.9000001;stroke-dasharray:none;stroke-opacity:1"
+       id="rect905"
+       width="24.633242"
+       height="93.912445"
+       x="243.04767"
+       y="-261.46054"
+       transform="scale(1,-1)" />
     <path
     <path
-       d="M 25.01,49 V 95 H 103 V 49 Z M 153,49 v 46 h 78 V 49 Z m 128,0 v 46 h 78 V 49 Z m 128,0 v 46 h 78 V 49 Z M 55.01,113 v 64 H 119 v 46 h 18 v -46 h 64 v -64 h -18 v 46 H 73.01 V 113 Z M 311,113 v 64 h 64 v 46 h 18 v -46 h 64 v -64 h -18 v 46 H 329 V 113 Z M 89.01,241 v 46 H 167 V 241 Z M 345,241 v 46 h 78 v -46 z m -226,64 v 48 h 128 v 46 h 18 v -46 h 128 v -48 h -18 v 30 H 137 v -30 z m 98,112 v 46 h 78 v -46 z"
-       style="fill:#f8e71c;fill-opacity:1"
-       data-darkreader-inline-fill=""
+       style="fill:#f8e71c;fill-opacity:1;stroke:#000000;stroke-width:5.08349419;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 14.219885,61.135272 V 140.71656 H 126.4216 V 61.135272 Z"
+       id="path820"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#f8e71c;fill-opacity:1;stroke:#000000;stroke-width:5.08349419;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 380.97184,62.978305 V 142.5596 H 493.18793 V 62.978305 Z"
+       id="path818"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#f8e71c;fill-opacity:1;stroke:#000000;stroke-width:5.60937309;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 58.898178,160.79885 58.131147,277.17473 H 242.28064 l 0.76703,84.95051 h 25.89602 l -0.76703,-84.95051 h 184.14949 l 0.76703,-116.37588 h -25.89602 v 90.60459 H 84.7942 v -90.60459 z"
+       id="path816"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccc" />
+    <path
+       style="fill:#f8e71c;fill-opacity:1;stroke:#000000;stroke-width:5.08349419;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 199.88763,393.26575 v 79.5813 h 112.2161 v -79.5813 z"
        id="path4"
        id="path4"
-       inkscape:connector-curvature="0" />
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#f8e71c;fill-opacity:1;stroke:#000000;stroke-width:5.08349419;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 203.14332,59.565127 V 139.14642 H 315.35941 V 59.565127 Z"
+       id="path818-2"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
   </g>
   </g>
 </svg>
 </svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/files.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M146.217 28.218l-100.07 42.86 106.296 248.194 41.188-17.64-27.606-191.945-1.28-8.909 78.567-11.3-12.519-29.23c-16.682 3.773-28.871 3.449-47.402 21.062l-5.993 5.693-6.181-5.484c-18.118-16.072-20.828-36.566-25-53.301zm18.912.492c3.243 12.805 5.535 24.275 12.777 33.68 12.818-10.212 24.447-14.227 34.951-16.733-14.485-7.674-29.652-12.217-47.728-16.947zm127.746 71.826l-107.752 15.496 38.436 267.25 36.978-5.318 23.188-193.996 1.068-8.936 86.086 10.29-4.598-31.96c-17.092-.671-28.78-4.14-51.24 8.076l-7.26 3.95-4.552-6.899c-13.34-20.213-10.655-40.708-10.354-57.953zm18.139 5.367c-.182 13.21-.937 24.883 3.625 35.842 15.025-6.547 27.298-7.415 38.093-7.117-12.006-11.162-25.481-19.477-41.718-28.725zm-10.485 89.139l-32.043 268.092 172.77 20.648 24.598-205.793c-16.337-5.073-26.73-11.452-51.586-5.465l-8.034 1.936-2.61-7.84c-7.655-22.977.243-42.079 4.997-58.658zm124.225 22.799c-3.594 12.713-7.345 23.792-5.775 35.558 16.207-2.435 28.286-.097 38.636 2.985-8.708-13.889-19.571-25.409-32.861-38.543z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M146.217 28.218l-100.07 42.86 106.296 248.194 41.188-17.64-27.606-191.945-1.28-8.909 78.567-11.3-12.519-29.23c-16.682 3.773-28.871 3.449-47.402 21.062l-5.993 5.693-6.181-5.484c-18.118-16.072-20.828-36.566-25-53.301zm18.912.492c3.243 12.805 5.535 24.275 12.777 33.68 12.818-10.212 24.447-14.227 34.951-16.733-14.485-7.674-29.652-12.217-47.728-16.947zm127.746 71.826l-107.752 15.496 38.436 267.25 36.978-5.318 23.188-193.996 1.068-8.936 86.086 10.29-4.598-31.96c-17.092-.671-28.78-4.14-51.24 8.076l-7.26 3.95-4.552-6.899c-13.34-20.213-10.655-40.708-10.354-57.953zm18.139 5.367c-.182 13.21-.937 24.883 3.625 35.842 15.025-6.547 27.298-7.415 38.093-7.117-12.006-11.162-25.481-19.477-41.718-28.725zm-10.485 89.139l-32.043 268.092 172.77 20.648 24.598-205.793c-16.337-5.073-26.73-11.452-51.586-5.465l-8.034 1.936-2.61-7.84c-7.655-22.977.243-42.079 4.997-58.658zm124.225 22.799c-3.594 12.713-7.345 23.792-5.775 35.558 16.207-2.435 28.286-.097 38.636 2.985-8.708-13.889-19.571-25.409-32.861-38.543z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/film-spool.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M208 25C106.8 25 25 106.8 25 208s81.8 183 183 183 183-81.8 183-183S309.2 25 208 25zm121.3 22.81c21 15.91 38.7 35.83 52.1 58.59 49.1 41.7 93.4 100.9 92 179.2-.6 34.4-7.3 75.5-19.4 110.3-12.1 34.7-30.1 62.3-49.7 71.7-3.9 1.8-9.5 2.2-17.5.6-8-1.7-17.9-5.3-29.3-10-22.7-9.5-51.2-23.4-84.2-33.5-66.2-20.1-152-24.2-247.5 50.6l11.1 14.2c91.2-71.5 168.3-66.7 231.1-47.6 31.4 9.6 59 23 82.6 32.9 11.7 4.9 22.5 8.9 32.6 11 10.1 2.1 20 2.3 28.9-2 27.5-13.1 46-45.1 58.9-82 12.9-36.9 19.8-79.5 20.4-115.8 1.6-92.8-55.5-160.5-111.9-204.3-17.2-13.42-34.5-24.69-50.2-33.89zM208 52c16 0 32 4 48 12 0 32-32 80-48 80s-48-48-48-80c16-8 32-12 48-12zM107.4 94.4c27.7 16 53.3 67.7 45.4 81.6-8.1 13.8-65.6 17.5-93.33 1.5 2.14-35.7 18.13-63.4 47.93-83.1zm201.2 0c29.9 19.7 45.9 47.4 48 83.1-27.7 16-85.3 12.3-93.3-1.5-8-13.9 17.6-65.6 45.3-81.6zM208 167c22.5 0 41 18.5 41 41s-18.5 41-41 41-41-18.5-41-41 18.5-41 41-41zm0 18c-12.8 0-23 10.2-23 23s10.2 23 23 23 23-10.2 23-23-10.2-23-23-23zm-98.1 42.8c20.3.2 38.6 4.7 42.9 12 7.9 13.9-17.7 65.6-45.4 81.6-29.83-19.7-45.83-47.4-47.97-83.1 12.97-7.5 32.52-10.7 50.47-10.5zm196.2 0c18-.2 37.5 3 50.5 10.5-2.1 35.7-18.1 63.4-48 83.1-27.7-16-53.3-67.7-45.3-81.6 4.3-7.3 22.5-11.8 42.8-12zM208 271.7c16 .1 48 48.1 48 80.1-32 16-64 16-96 0 0-32 32-80 48-80.1z" fill="#48baff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M208 25C106.8 25 25 106.8 25 208s81.8 183 183 183 183-81.8 183-183S309.2 25 208 25zm121.3 22.81c21 15.91 38.7 35.83 52.1 58.59 49.1 41.7 93.4 100.9 92 179.2-.6 34.4-7.3 75.5-19.4 110.3-12.1 34.7-30.1 62.3-49.7 71.7-3.9 1.8-9.5 2.2-17.5.6-8-1.7-17.9-5.3-29.3-10-22.7-9.5-51.2-23.4-84.2-33.5-66.2-20.1-152-24.2-247.5 50.6l11.1 14.2c91.2-71.5 168.3-66.7 231.1-47.6 31.4 9.6 59 23 82.6 32.9 11.7 4.9 22.5 8.9 32.6 11 10.1 2.1 20 2.3 28.9-2 27.5-13.1 46-45.1 58.9-82 12.9-36.9 19.8-79.5 20.4-115.8 1.6-92.8-55.5-160.5-111.9-204.3-17.2-13.42-34.5-24.69-50.2-33.89zM208 52c16 0 32 4 48 12 0 32-32 80-48 80s-48-48-48-80c16-8 32-12 48-12zM107.4 94.4c27.7 16 53.3 67.7 45.4 81.6-8.1 13.8-65.6 17.5-93.33 1.5 2.14-35.7 18.13-63.4 47.93-83.1zm201.2 0c29.9 19.7 45.9 47.4 48 83.1-27.7 16-85.3 12.3-93.3-1.5-8-13.9 17.6-65.6 45.3-81.6zM208 167c22.5 0 41 18.5 41 41s-18.5 41-41 41-41-18.5-41-41 18.5-41 41-41zm0 18c-12.8 0-23 10.2-23 23s10.2 23 23 23 23-10.2 23-23-10.2-23-23-23zm-98.1 42.8c20.3.2 38.6 4.7 42.9 12 7.9 13.9-17.7 65.6-45.4 81.6-29.83-19.7-45.83-47.4-47.97-83.1 12.97-7.5 32.52-10.7 50.47-10.5zm196.2 0c18-.2 37.5 3 50.5 10.5-2.1 35.7-18.1 63.4-48 83.1-27.7-16-53.3-67.7-45.3-81.6 4.3-7.3 22.5-11.8 42.8-12zM208 271.7c16 .1 48 48.1 48 80.1-32 16-64 16-96 0 0-32 32-80 48-80.1z" fill="#48baff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/film-strip.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M55 18v476h18v-37h46v37h274v-37h46v37h18V18h-18v37h-46V18h-18v60H137V18h-18v37H73V18H55zm18 55h46v46H73V73zm320 0h46v46h-46V73zm-256 41h238v156H137V114zm-64 23h46v46H73v-46zm320 0h46v46h-46v-46zM73 201h46v46H73v-46zm320 0h46v46h-46v-46zM73 265h46v46H73v-46zm320 0h46v46h-46v-46zm-256 41h238v156H137V306zm-64 23h46v46H73v-46zm320 0h46v46h-46v-46zM73 393h46v46H73v-46zm320 0h46v46h-46v-46z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M55 18v476h18v-37h46v37h274v-37h46v37h18V18h-18v37h-46V18h-18v60H137V18h-18v37H73V18H55zm18 55h46v46H73V73zm320 0h46v46h-46V73zm-256 41h238v156H137V114zm-64 23h46v46H73v-46zm320 0h46v46h-46v-46zM73 201h46v46H73v-46zm320 0h46v46h-46v-46zM73 265h46v46H73v-46zm320 0h46v46h-46v-46zm-256 41h238v156H137V306zm-64 23h46v46H73v-46zm320 0h46v46h-46v-46zM73 393h46v46H73v-46zm320 0h46v46h-46v-46z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

File diff suppressed because it is too large
+ 0 - 0
jme3-core/src/com/jme3/gde/core/icons/hazard-sign.svg


File diff suppressed because it is too large
+ 0 - 0
jme3-core/src/com/jme3/gde/core/icons/ice-iris.svg


+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/info.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 21C126.426 21 21 126.426 21 256s105.426 235 235 235 235-105.426 235-235S385.574 21 256 21zm0 36c110.118 0 199 88.882 199 199s-88.882 199-199 199S57 366.118 57 256 145.882 57 256 57zm-7.352 36.744c-8.227 0-15.317 2.976-21.27 8.928-5.776 5.952-8.665 12.955-8.665 21.008 0 8.227 2.89 15.23 8.666 21.006 5.95 5.776 13.04 8.666 21.268 8.666 8.228 0 15.23-2.89 21.006-8.666 5.777-5.777 8.666-12.78 8.666-21.006 0-8.053-2.976-15.056-8.927-21.008-5.777-5.952-12.692-8.928-20.745-8.928zm-62.757 82.453v28.096h46.215v186.13H185.89v27.833h140.22v-27.834h-45.69V176.197h-94.53z" fill="#ffffff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 21C126.426 21 21 126.426 21 256s105.426 235 235 235 235-105.426 235-235S385.574 21 256 21zm0 36c110.118 0 199 88.882 199 199s-88.882 199-199 199S57 366.118 57 256 145.882 57 256 57zm-7.352 36.744c-8.227 0-15.317 2.976-21.27 8.928-5.776 5.952-8.665 12.955-8.665 21.008 0 8.227 2.89 15.23 8.666 21.006 5.95 5.776 13.04 8.666 21.268 8.666 8.228 0 15.23-2.89 21.006-8.666 5.777-5.777 8.666-12.78 8.666-21.006 0-8.053-2.976-15.056-8.927-21.008-5.777-5.952-12.692-8.928-20.745-8.928zm-62.757 82.453v28.096h46.215v186.13H185.89v27.833h140.22v-27.834h-45.69V176.197h-94.53z" fill="#ffffff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/info_green.svg

@@ -1 +1 @@
-<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 21C126.426 21 21 126.426 21 256s105.426 235 235 235 235-105.426 235-235S385.574 21 256 21zm0 36c110.118 0 199 88.882 199 199s-88.882 199-199 199S57 366.118 57 256 145.882 57 256 57zm-7.352 36.744c-8.227 0-15.317 2.976-21.27 8.928-5.776 5.952-8.665 12.955-8.665 21.008 0 8.227 2.89 15.23 8.666 21.006 5.95 5.776 13.04 8.666 21.268 8.666 8.228 0 15.23-2.89 21.006-8.666 5.777-5.777 8.666-12.78 8.666-21.006 0-8.053-2.976-15.056-8.927-21.008-5.777-5.952-12.692-8.928-20.745-8.928zm-62.757 82.453v28.096h46.215v186.13H185.89v27.833h140.22v-27.834h-45.69V176.197h-94.53z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256 21C126.426 21 21 126.426 21 256s105.426 235 235 235 235-105.426 235-235S385.574 21 256 21zm0 36c110.118 0 199 88.882 199 199s-88.882 199-199 199S57 366.118 57 256 145.882 57 256 57zm-7.352 36.744c-8.227 0-15.317 2.976-21.27 8.928-5.776 5.952-8.665 12.955-8.665 21.008 0 8.227 2.89 15.23 8.666 21.006 5.95 5.776 13.04 8.666 21.268 8.666 8.228 0 15.23-2.89 21.006-8.666 5.777-5.777 8.666-12.78 8.666-21.006 0-8.053-2.976-15.056-8.927-21.008-5.777-5.952-12.692-8.928-20.745-8.928zm-62.757 82.453v28.096h46.215v186.13H185.89v27.833h140.22v-27.834h-45.69V176.197h-94.53z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/interdiction.svg

@@ -1 +1 @@
-<svg style="height: 16; width: 16;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256.22 24.594C174.977 24.444 95.923 66.54 52.374 141.97c-64.817 112.266-26.36 255.744 85.906 320.56 112.268 64.818 255.747 26.362 320.564-85.905 64.817-112.267 26.36-255.745-85.906-320.563-36.838-21.268-77.044-31.395-116.72-31.468zm-.126 45.562c31.98.056 64.38 8.237 94.062 25.375 82.963 47.9 115.894 149.142 80.5 235.376L184 84.25c22.816-9.31 47.322-14.137 72.094-14.094zm-117.125 40.22l265.53 265.53c-9.55 12.227-20.382 23.04-32.22 32.313L106.69 142.624c9.556-12.224 20.435-22.984 32.28-32.25zm-58.407 77.28L327.25 434.344c-52.287 21.37-113.55 19.208-166.25-11.22-82.987-47.912-115.88-149.212-80.438-235.468z" fill="#f5a623" fill-opacity="1" style="--darkreader-inline-fill: #b57408;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16; width: 16;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M256.22 24.594C174.977 24.444 95.923 66.54 52.374 141.97c-64.817 112.266-26.36 255.744 85.906 320.56 112.268 64.818 255.747 26.362 320.564-85.905 64.817-112.267 26.36-255.745-85.906-320.563-36.838-21.268-77.044-31.395-116.72-31.468zm-.126 45.562c31.98.056 64.38 8.237 94.062 25.375 82.963 47.9 115.894 149.142 80.5 235.376L184 84.25c22.816-9.31 47.322-14.137 72.094-14.094zm-117.125 40.22l265.53 265.53c-9.55 12.227-20.382 23.04-32.22 32.313L106.69 142.624c9.556-12.224 20.435-22.984 32.28-32.25zm-58.407 77.28L327.25 434.344c-52.287 21.37-113.55 19.208-166.25-11.22-82.987-47.912-115.88-149.212-80.438-235.468z" fill="#f5a623" fill-opacity="1" style="--darkreader-inline-fill: #b57408;" data-darkreader-inline-fill=""></path></g></svg>

File diff suppressed because it is too large
+ 0 - 0
jme3-core/src/com/jme3/gde/core/icons/invisible.svg


+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/light-bulb-off.svg

@@ -1 +1 @@
-<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M247 18.656c-80.965 0-146.875 65.02-146.875 145.625 0 45.63 15.758 67 33.313 94.845 11.706 18.57 23.767 39.91 30.53 70.563h165.095c6.728-31.387 18.91-53.12 30.718-71.875 17.58-27.92 33.314-48.912 33.314-93.532 0-80.66-65.127-145.624-146.094-145.624zm-99.78 127.906L170.437 167 210 201.813l31.188-34.125 6.78-7.438 6.907 7.344 30.75 32.72 39.97-33.47 22.686-19-7.655 28.594L304.75 310.28l-18.063-4.842 28.22-105.25-24.032 20.125-6.78 5.656-6.033-6.44-29.906-31.78-30.562 33.438-6.188 6.78-6.875-6.062-23.25-20.437 27.94 104.218-18.064 4.812-35.937-134.063-8-29.875zm22.593 201.813V389.5L315 348.375H169.812zm153.593 17.063l-153.594 43.53v29.438l153.594-43.5v-29.47zm0 48.875L203.97 448.156h119.436v-33.844zm-132.562 52.53v20.533h113.282v-20.53h-113.28z" fill="#777777" fill-opacity="1" style="--darkreader-inline-fill: #c6b900;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M247 18.656c-80.965 0-146.875 65.02-146.875 145.625 0 45.63 15.758 67 33.313 94.845 11.706 18.57 23.767 39.91 30.53 70.563h165.095c6.728-31.387 18.91-53.12 30.718-71.875 17.58-27.92 33.314-48.912 33.314-93.532 0-80.66-65.127-145.624-146.094-145.624zm-99.78 127.906L170.437 167 210 201.813l31.188-34.125 6.78-7.438 6.907 7.344 30.75 32.72 39.97-33.47 22.686-19-7.655 28.594L304.75 310.28l-18.063-4.842 28.22-105.25-24.032 20.125-6.78 5.656-6.033-6.44-29.906-31.78-30.562 33.438-6.188 6.78-6.875-6.062-23.25-20.437 27.94 104.218-18.064 4.812-35.937-134.063-8-29.875zm22.593 201.813V389.5L315 348.375H169.812zm153.593 17.063l-153.594 43.53v29.438l153.594-43.5v-29.47zm0 48.875L203.97 448.156h119.436v-33.844zm-132.562 52.53v20.533h113.282v-20.53h-113.28z" fill="#777777" fill-opacity="1" style="--darkreader-inline-fill: #c6b900;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 0
jme3-core/src/com/jme3/gde/core/icons/light-bulb-yellow.svg

@@ -0,0 +1 @@
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M247 18.656c-80.965 0-146.875 65.02-146.875 145.625 0 45.63 15.758 67 33.313 94.845 11.706 18.57 23.767 39.91 30.53 70.563h165.095c6.728-31.387 18.91-53.12 30.718-71.875 17.58-27.92 33.314-48.912 33.314-93.532 0-80.66-65.127-145.624-146.094-145.624zm-99.78 127.906L170.437 167 210 201.813l31.188-34.125 6.78-7.438 6.907 7.344 30.75 32.72 39.97-33.47 22.686-19-7.655 28.594L304.75 310.28l-18.063-4.842 28.22-105.25-24.032 20.125-6.78 5.656-6.033-6.44-29.906-31.78-30.562 33.438-6.188 6.78-6.875-6.062-23.25-20.437 27.94 104.218-18.064 4.812-35.937-134.063-8-29.875zm22.593 201.813V389.5L315 348.375H169.812zm153.593 17.063l-153.594 43.53v29.438l153.594-43.5v-29.47zm0 48.875L203.97 448.156h119.436v-33.844zm-132.562 52.53v20.533h113.282v-20.53h-113.28z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #c6b900;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/light-bulb.svg

@@ -1 +1 @@
-<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M247 18.656c-80.965 0-146.875 65.02-146.875 145.625 0 45.63 15.758 67 33.313 94.845 11.706 18.57 23.767 39.91 30.53 70.563h165.095c6.728-31.387 18.91-53.12 30.718-71.875 17.58-27.92 33.314-48.912 33.314-93.532 0-80.66-65.127-145.624-146.094-145.624zm-99.78 127.906L170.437 167 210 201.813l31.188-34.125 6.78-7.438 6.907 7.344 30.75 32.72 39.97-33.47 22.686-19-7.655 28.594L304.75 310.28l-18.063-4.842 28.22-105.25-24.032 20.125-6.78 5.656-6.033-6.44-29.906-31.78-30.562 33.438-6.188 6.78-6.875-6.062-23.25-20.437 27.94 104.218-18.064 4.812-35.937-134.063-8-29.875zm22.593 201.813V389.5L315 348.375H169.812zm153.593 17.063l-153.594 43.53v29.438l153.594-43.5v-29.47zm0 48.875L203.97 448.156h119.436v-33.844zm-132.562 52.53v20.533h113.282v-20.53h-113.28z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #c6b900;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M247 18.656c-80.965 0-146.875 65.02-146.875 145.625 0 45.63 15.758 67 33.313 94.845 11.706 18.57 23.767 39.91 30.53 70.563h165.095c6.728-31.387 18.91-53.12 30.718-71.875 17.58-27.92 33.314-48.912 33.314-93.532 0-80.66-65.127-145.624-146.094-145.624zm-99.78 127.906L170.437 167 210 201.813l31.188-34.125 6.78-7.438 6.907 7.344 30.75 32.72 39.97-33.47 22.686-19-7.655 28.594L304.75 310.28l-18.063-4.842 28.22-105.25-24.032 20.125-6.78 5.656-6.033-6.44-29.906-31.78-30.562 33.438-6.188 6.78-6.875-6.062-23.25-20.437 27.94 104.218-18.064 4.812-35.937-134.063-8-29.875zm22.593 201.813V389.5L315 348.375H169.812zm153.593 17.063l-153.594 43.53v29.438l153.594-43.5v-29.47zm0 48.875L203.97 448.156h119.436v-33.844zm-132.562 52.53v20.533h113.282v-20.53h-113.28z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #c6b900;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/mona-lisa.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M89 25v462h334V25H89zm30 30h274v402H119V55zm18 18v94h49.8c1-10.8 2.3-22 4.4-34 6.4-21 24.8-43.28 45-47.7 3.9-.95 8.4 1.48 12.6 1.4 2.7 0 13.4-2.68 15.3-2.8 30.8.81 55.3 33.7 59.3 60.3.6 4.5 2 12.7 3.6 22.8h48V73H137zm112.9 31.3c-9.9 0-19.3 5.7-26.9 16.6-7.5 10.9-12.6 26.7-12.6 44.3 0 17.6 5.1 33.4 12.6 44.3 7.6 10.9 17 16.6 26.9 16.6 9.9 0 19.3-5.7 26.9-16.6 7.5-10.9 12.6-26.7 12.6-44.3 0-17.6-5.1-33.4-12.6-44.3-7.6-10.9-17-16.6-26.9-16.6zM137 185v132.8c7.6-16.4 30-32.3 35.4-46 10.6-26.8 11-54.5 13.1-86.8H137zm193 0c3.5 22.9 7.9 46.9 9.9 69.3 14.7 9.4 27.1 21.6 35.1 35.5V185h-45zm-52.7 49.7c-8 5.9-17.3 9.4-27.4 9.4-3.6 0-7.1-.5-10.5-1.3-4.1 6.7-7.8 13.9-10.9 22.1-5 12.9-17.2 19.1-27.7 26.3-7.7 7.4-25.4 14.3-18.4 27.4 9.7 12.9 37.8 14.2 50.8 14.1 19.3-2.3 44.6-1.5 59-14.1l-14.9-83.9zm-60.1 124l-5.7 17.8 59.2 32.2 9.9-28.1c-12.6-12.3-36.5-17.9-63.4-21.9zm-15.6 44c-4.7 1.3-9.6 2.9-13.7 4.3-2.9 8.5-.5 18 1.7 29.8 22.3 3 37.9-8.3 54.6-18.5l-42.6-15.6z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M89 25v462h334V25H89zm30 30h274v402H119V55zm18 18v94h49.8c1-10.8 2.3-22 4.4-34 6.4-21 24.8-43.28 45-47.7 3.9-.95 8.4 1.48 12.6 1.4 2.7 0 13.4-2.68 15.3-2.8 30.8.81 55.3 33.7 59.3 60.3.6 4.5 2 12.7 3.6 22.8h48V73H137zm112.9 31.3c-9.9 0-19.3 5.7-26.9 16.6-7.5 10.9-12.6 26.7-12.6 44.3 0 17.6 5.1 33.4 12.6 44.3 7.6 10.9 17 16.6 26.9 16.6 9.9 0 19.3-5.7 26.9-16.6 7.5-10.9 12.6-26.7 12.6-44.3 0-17.6-5.1-33.4-12.6-44.3-7.6-10.9-17-16.6-26.9-16.6zM137 185v132.8c7.6-16.4 30-32.3 35.4-46 10.6-26.8 11-54.5 13.1-86.8H137zm193 0c3.5 22.9 7.9 46.9 9.9 69.3 14.7 9.4 27.1 21.6 35.1 35.5V185h-45zm-52.7 49.7c-8 5.9-17.3 9.4-27.4 9.4-3.6 0-7.1-.5-10.5-1.3-4.1 6.7-7.8 13.9-10.9 22.1-5 12.9-17.2 19.1-27.7 26.3-7.7 7.4-25.4 14.3-18.4 27.4 9.7 12.9 37.8 14.2 50.8 14.1 19.3-2.3 44.6-1.5 59-14.1l-14.9-83.9zm-60.1 124l-5.7 17.8 59.2 32.2 9.9-28.1c-12.6-12.3-36.5-17.9-63.4-21.9zm-15.6 44c-4.7 1.3-9.6 2.9-13.7 4.3-2.9 8.5-.5 18 1.7 29.8 22.3 3 37.9-8.3 54.6-18.5l-42.6-15.6z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/normal_view.svg

@@ -58,7 +58,7 @@
      id="path2" />
      id="path2" />
   <g
   <g
      class=""
      class=""
-     style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
+     style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
      transform="translate(0,0)"
      transform="translate(0,0)"
      id="g6">
      id="g6">
     <path
     <path

+ 3 - 3
jme3-core/src/com/jme3/gde/core/icons/ortho.svg

@@ -23,7 +23,7 @@
         <dc:format>image/svg+xml</dc:format>
         <dc:format>image/svg+xml</dc:format>
         <dc:type
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
+        <dc:title />
       </cc:Work>
       </cc:Work>
     </rdf:RDF>
     </rdf:RDF>
   </metadata>
   </metadata>
@@ -44,7 +44,7 @@
      showgrid="true"
      showgrid="true"
      showguides="false"
      showguides="false"
      inkscape:zoom="29.5"
      inkscape:zoom="29.5"
-     inkscape:cx="6.9401069"
+     inkscape:cx="0.66892046"
      inkscape:cy="11.554132"
      inkscape:cy="11.554132"
      inkscape:window-x="42"
      inkscape:window-x="42"
      inkscape:window-y="0"
      inkscape:window-y="0"
@@ -63,6 +63,6 @@
      id="path2" />
      id="path2" />
   <path
   <path
      id="rect827-1-81"
      id="rect827-1-81"
-     style="opacity:0.98999999;fill:none;fill-opacity:1;stroke:#48baff;stroke-width:4.51200008;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     style="opacity:0.98999999;fill:none;fill-opacity:1;stroke:#48baff;stroke-width:14.112;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
      d="m 416,416 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m -64,384 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m -64,384 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m -64,384 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m -64,384 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 V 96 H 160 Z M 96,416 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 V 96 H 96 Z M 32,416 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z M 32,32 H 96 V 96 H 32 Z" />
      d="m 416,416 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m -64,384 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m -64,384 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m -64,384 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m -64,384 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 v 64 h -64 z m 0,-64 h 64 V 96 H 160 Z M 96,416 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 v 64 H 96 Z m 0,-64 h 64 V 96 H 96 Z M 32,416 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z m 0,-64 h 64 v 64 H 32 Z M 32,32 H 96 V 96 H 32 Z" />
 </svg>
 </svg>

File diff suppressed because it is too large
+ 0 - 0
jme3-core/src/com/jme3/gde/core/icons/palette.svg


+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/play-button.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M106.854 106.002a26.003 26.003 0 0 0-25.64 29.326c16 124 16 117.344 0 241.344a26.003 26.003 0 0 0 35.776 27.332l298-124a26.003 26.003 0 0 0 0-48.008l-298-124a26.003 26.003 0 0 0-10.136-1.994z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M106.854 106.002a26.003 26.003 0 0 0-25.64 29.326c16 124 16 117.344 0 241.344a26.003 26.003 0 0 0 35.776 27.332l298-124a26.003 26.003 0 0 0 0-48.008l-298-124a26.003 26.003 0 0 0-10.136-1.994z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/race-car.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M408.29 262.879a35.125 35.125 0 1 0 35.125 35.125 35.17 35.17 0 0 0-35.125-35.125zm0 62.873a27.736 27.736 0 1 1 27.736-27.737 27.736 27.736 0 0 1-27.736 27.748zm8.876-27.737a8.876 8.876 0 1 1-8.876-8.875 8.876 8.876 0 0 1 8.876 8.875zm-265.538 0a35.125 35.125 0 1 0-35.126 35.126 35.17 35.17 0 0 0 35.126-35.126zm-35.126 27.737a27.736 27.736 0 1 1 27.737-27.737 27.736 27.736 0 0 1-27.737 27.748zm345.452-21.823a53.997 53.997 0 1 0-107.617-5.925 53.665 53.665 0 0 0 5.447 23.61H165.008a53.986 53.986 0 1 0-101.849-15.211C37.542 295.64 21 278.033 21 250.186c0-28.846 86.87-69.418 142.122-71.327v34.094a24.83 24.83 0 0 0 24.83 24.83h47.517a24.774 24.774 0 0 0 24.409-20.758s-1.62-21.668-6.813-25.518l3.407-2.54 24.474 28.08h94.104c63.994-.022 115.95 23.42 115.95 52.266 0 13.314-10.973 25.396-29.046 34.616zm-336.576-5.925a8.876 8.876 0 1 1-8.876-8.876 8.876 8.876 0 0 1 8.876 8.887z" fill="#48baff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M408.29 262.879a35.125 35.125 0 1 0 35.125 35.125 35.17 35.17 0 0 0-35.125-35.125zm0 62.873a27.736 27.736 0 1 1 27.736-27.737 27.736 27.736 0 0 1-27.736 27.748zm8.876-27.737a8.876 8.876 0 1 1-8.876-8.875 8.876 8.876 0 0 1 8.876 8.875zm-265.538 0a35.125 35.125 0 1 0-35.126 35.126 35.17 35.17 0 0 0 35.126-35.126zm-35.126 27.737a27.736 27.736 0 1 1 27.737-27.737 27.736 27.736 0 0 1-27.737 27.748zm345.452-21.823a53.997 53.997 0 1 0-107.617-5.925 53.665 53.665 0 0 0 5.447 23.61H165.008a53.986 53.986 0 1 0-101.849-15.211C37.542 295.64 21 278.033 21 250.186c0-28.846 86.87-69.418 142.122-71.327v34.094a24.83 24.83 0 0 0 24.83 24.83h47.517a24.774 24.774 0 0 0 24.409-20.758s-1.62-21.668-6.813-25.518l3.407-2.54 24.474 28.08h94.104c63.994-.022 115.95 23.42 115.95 52.266 0 13.314-10.973 25.396-29.046 34.616zm-336.576-5.925a8.876 8.876 0 1 1-8.876-8.876 8.876 8.876 0 0 1 8.876 8.887z" fill="#48baff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/railway.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M18 112v39h38v-39zm102 0v39h48v-39zm112 0v39h48v-39zm112 0v39h48v-39zm112 0v39h38v-39zM18 169v30h476v-30zm0 48v78h38v-78zm102 0v78h48v-78zm112 0v78h48v-78zm112 0v78h48v-78zm112 0v78h38v-78zM18 313v30h476v-30zm0 48v39h38v-39zm102 0v39h48v-39zm112 0v39h48v-39zm112 0v39h48v-39zm112 0v39h38v-39z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M18 112v39h38v-39zm102 0v39h48v-39zm112 0v39h48v-39zm112 0v39h48v-39zm112 0v39h38v-39zM18 169v30h476v-30zm0 48v78h38v-78zm102 0v78h48v-78zm112 0v78h48v-78zm112 0v78h48v-78zm112 0v78h38v-78zM18 313v30h476v-30zm0 48v39h38v-39zm102 0v39h48v-39zm112 0v39h48v-39zm112 0v39h48v-39zm112 0v39h38v-39z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/run.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M372.97 24.938c-8.67.168-17.816 3.644-26.69 10.28-12.618 9.44-24.074 25.203-30.5 44.844-6.424 19.642-6.48 39.12-1.874 54.157 4.608 15.036 13.375 25.225 24.97 29 11.593 3.772 24.724.72 37.343-8.72 12.618-9.44 24.074-25.234 30.5-44.875 6.424-19.642 6.512-39.12 1.905-54.156-4.607-15.038-13.404-25.196-25-28.97-2.9-.944-5.88-1.465-8.938-1.563-.573-.018-1.14-.01-1.718 0zm-155.69 69.78c-21.696.024-43.394 2.203-65.093 7.094-24.91 29.824-43.848 60.255-52.875 98.47l37.376 17.812c8.273-30.735 21.485-53.817 43.375-77 22.706-7.844 45.418-6.237 68.125 1.5-74.24 65.137-51.17 120.676-80.344 226.47-42.653 17.867-85.098 20.53-123.25-.002L23 415.625c59.418 27.09 125.736 29.818 190.844 0 20.368-43.443 27.214-88.603 25-132.906C295.31 354.663 323.11 398.2 338.78 498.56h57.94c-3.12-14.706-6.21-28.394-9.345-41.218-22.522-92.133-47.263-139.63-100.22-198.406 9.695-36.13 22.143-59.665 52.44-74.282 11.167 19.767 29.982 36.682 51.092 48.906l97.375 1.563.47-41.03L402 191.968c-8.05-5.556-14.925-11.73-20.75-18.314-14.886 9.08-32.024 12.563-48.156 7.313-18.422-5.997-31.143-21.962-37.063-41.282-3.482-11.37-4.742-24.05-3.686-37.25-25.017-4.884-50.047-7.746-75.063-7.72z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M372.97 24.938c-8.67.168-17.816 3.644-26.69 10.28-12.618 9.44-24.074 25.203-30.5 44.844-6.424 19.642-6.48 39.12-1.874 54.157 4.608 15.036 13.375 25.225 24.97 29 11.593 3.772 24.724.72 37.343-8.72 12.618-9.44 24.074-25.234 30.5-44.875 6.424-19.642 6.512-39.12 1.905-54.156-4.607-15.038-13.404-25.196-25-28.97-2.9-.944-5.88-1.465-8.938-1.563-.573-.018-1.14-.01-1.718 0zm-155.69 69.78c-21.696.024-43.394 2.203-65.093 7.094-24.91 29.824-43.848 60.255-52.875 98.47l37.376 17.812c8.273-30.735 21.485-53.817 43.375-77 22.706-7.844 45.418-6.237 68.125 1.5-74.24 65.137-51.17 120.676-80.344 226.47-42.653 17.867-85.098 20.53-123.25-.002L23 415.625c59.418 27.09 125.736 29.818 190.844 0 20.368-43.443 27.214-88.603 25-132.906C295.31 354.663 323.11 398.2 338.78 498.56h57.94c-3.12-14.706-6.21-28.394-9.345-41.218-22.522-92.133-47.263-139.63-100.22-198.406 9.695-36.13 22.143-59.665 52.44-74.282 11.167 19.767 29.982 36.682 51.092 48.906l97.375 1.563.47-41.03L402 191.968c-8.05-5.556-14.925-11.73-20.75-18.314-14.886 9.08-32.024 12.563-48.156 7.313-18.422-5.997-31.143-21.962-37.063-41.282-3.482-11.37-4.742-24.05-3.686-37.25-25.017-4.884-50.047-7.746-75.063-7.72z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/sight-disabled.svg

@@ -1 +1 @@
-<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M405.822 78.899l24.444 24.444L100.485 433.1 76.04 408.657zM168.32 255.677a87.704 87.704 0 0 1 117.196-82.575l43.402-43.402A236.362 236.362 0 0 0 256 118.452a239.715 239.715 0 0 0-84.454 15.616 270.752 270.752 0 0 0-38.861 18.59 293.179 293.179 0 0 0-34.816 23.821 311.884 311.884 0 0 0-29.423 26.507 336.397 336.397 0 0 0-22.681 25.355l-4.46 5.554-3.93 5.267c-2.443 3.204-4.518 6.224-6.2 8.678-1.683 2.455-2.974 4.541-3.85 5.855L26 255.758l1.325 2.063c.876 1.325 2.167 3.457 3.85 5.854 1.682 2.398 3.757 5.475 6.2 8.679l3.93 5.266 4.46 5.555a336.397 336.397 0 0 0 22.68 25.355 311.895 311.895 0 0 0 29.424 26.507q7.145 5.67 14.82 11.018l60.736-60.736a87.508 87.508 0 0 1-5.106-29.642zm316.367-2.086c-.876-1.337-2.166-3.515-3.85-5.889-1.682-2.374-3.756-5.509-6.2-8.736-2.443-3.457-5.255-6.995-8.39-10.867a339.52 339.52 0 0 0-22.68-25.459 311.768 311.768 0 0 0-29.423-26.564 306.188 306.188 0 0 0-17.587-12.954l-59.375 59.375a87.692 87.692 0 0 1-114.35 114.35l-43.31 43.31A240.015 240.015 0 0 0 256 392.913a236.834 236.834 0 0 0 84.454-15.258 269.046 269.046 0 0 0 38.861-18.544 290.32 290.32 0 0 0 34.816-23.822 311.768 311.768 0 0 0 29.423-26.564 339.52 339.52 0 0 0 22.681-25.458c3.146-3.884 5.947-7.457 8.39-10.868 2.443-3.227 4.518-6.247 6.2-8.736 1.683-2.49 2.974-4.61 3.85-5.89L486 255.69z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #777777;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M405.822 78.899l24.444 24.444L100.485 433.1 76.04 408.657zM168.32 255.677a87.704 87.704 0 0 1 117.196-82.575l43.402-43.402A236.362 236.362 0 0 0 256 118.452a239.715 239.715 0 0 0-84.454 15.616 270.752 270.752 0 0 0-38.861 18.59 293.179 293.179 0 0 0-34.816 23.821 311.884 311.884 0 0 0-29.423 26.507 336.397 336.397 0 0 0-22.681 25.355l-4.46 5.554-3.93 5.267c-2.443 3.204-4.518 6.224-6.2 8.678-1.683 2.455-2.974 4.541-3.85 5.855L26 255.758l1.325 2.063c.876 1.325 2.167 3.457 3.85 5.854 1.682 2.398 3.757 5.475 6.2 8.679l3.93 5.266 4.46 5.555a336.397 336.397 0 0 0 22.68 25.355 311.895 311.895 0 0 0 29.424 26.507q7.145 5.67 14.82 11.018l60.736-60.736a87.508 87.508 0 0 1-5.106-29.642zm316.367-2.086c-.876-1.337-2.166-3.515-3.85-5.889-1.682-2.374-3.756-5.509-6.2-8.736-2.443-3.457-5.255-6.995-8.39-10.867a339.52 339.52 0 0 0-22.68-25.459 311.768 311.768 0 0 0-29.423-26.564 306.188 306.188 0 0 0-17.587-12.954l-59.375 59.375a87.692 87.692 0 0 1-114.35 114.35l-43.31 43.31A240.015 240.015 0 0 0 256 392.913a236.834 236.834 0 0 0 84.454-15.258 269.046 269.046 0 0 0 38.861-18.544 290.32 290.32 0 0 0 34.816-23.822 311.768 311.768 0 0 0 29.423-26.564 339.52 339.52 0 0 0 22.681-25.458c3.146-3.884 5.947-7.457 8.39-10.868 2.443-3.227 4.518-6.247 6.2-8.736 1.683-2.49 2.974-4.61 3.85-5.89L486 255.69z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #777777;" data-darkreader-inline-fill=""></path></g></svg>

File diff suppressed because it is too large
+ 0 - 0
jme3-core/src/com/jme3/gde/core/icons/skeleton.svg


+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/sound.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M275.5 96l-96 96h-96v128h96l96 96V96zm51.46 27.668l-4.66 17.387c52.066 13.95 88.2 61.04 88.2 114.945 0 53.904-36.134 100.994-88.2 114.945l4.66 17.387C386.81 372.295 428.5 317.962 428.5 256c0-61.963-41.69-116.295-101.54-132.332zm-12.425 46.365l-4.658 17.387C340.96 195.748 362.5 223.822 362.5 256s-21.54 60.252-52.623 68.58l4.658 17.387C353.402 331.552 380.5 296.237 380.5 256c0-40.238-27.098-75.552-65.965-85.967zm-12.424 46.363l-4.657 17.387C307.55 236.49 314.5 245.547 314.5 256s-6.95 19.51-17.047 22.217l4.658 17.387c17.884-4.792 30.39-21.09 30.39-39.604 0-18.513-12.506-34.812-30.39-39.604z" fill="#48baff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M275.5 96l-96 96h-96v128h96l96 96V96zm51.46 27.668l-4.66 17.387c52.066 13.95 88.2 61.04 88.2 114.945 0 53.904-36.134 100.994-88.2 114.945l4.66 17.387C386.81 372.295 428.5 317.962 428.5 256c0-61.963-41.69-116.295-101.54-132.332zm-12.425 46.365l-4.658 17.387C340.96 195.748 362.5 223.822 362.5 256s-21.54 60.252-52.623 68.58l4.658 17.387C353.402 331.552 380.5 296.237 380.5 256c0-40.238-27.098-75.552-65.965-85.967zm-12.424 46.363l-4.657 17.387C307.55 236.49 314.5 245.547 314.5 256s-6.95 19.51-17.047 22.217l4.658 17.387c17.884-4.792 30.39-21.09 30.39-39.604 0-18.513-12.506-34.812-30.39-39.604z" fill="#48baff" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/speaker.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M275.5 96l-96 96h-96v128h96l96 96V96zm51.46 27.668l-4.66 17.387c52.066 13.95 88.2 61.04 88.2 114.945 0 53.904-36.134 100.994-88.2 114.945l4.66 17.387C386.81 372.295 428.5 317.962 428.5 256c0-61.963-41.69-116.295-101.54-132.332zm-12.425 46.365l-4.658 17.387C340.96 195.748 362.5 223.822 362.5 256s-21.54 60.252-52.623 68.58l4.658 17.387C353.402 331.552 380.5 296.237 380.5 256c0-40.238-27.098-75.552-65.965-85.967zm-12.424 46.363l-4.657 17.387C307.55 236.49 314.5 245.547 314.5 256s-6.95 19.51-17.047 22.217l4.658 17.387c17.884-4.792 30.39-21.09 30.39-39.604 0-18.513-12.506-34.812-30.39-39.604z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M275.5 96l-96 96h-96v128h96l96 96V96zm51.46 27.668l-4.66 17.387c52.066 13.95 88.2 61.04 88.2 114.945 0 53.904-36.134 100.994-88.2 114.945l4.66 17.387C386.81 372.295 428.5 317.962 428.5 256c0-61.963-41.69-116.295-101.54-132.332zm-12.425 46.365l-4.658 17.387C340.96 195.748 362.5 223.822 362.5 256s-21.54 60.252-52.623 68.58l4.658 17.387C353.402 331.552 380.5 296.237 380.5 256c0-40.238-27.098-75.552-65.965-85.967zm-12.424 46.363l-4.657 17.387C307.55 236.49 314.5 245.547 314.5 256s-6.95 19.51-17.047 22.217l4.658 17.387c17.884-4.792 30.39-21.09 30.39-39.604 0-18.513-12.506-34.812-30.39-39.604z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/sun-cloud.svg

@@ -57,7 +57,7 @@
      id="path2" />
      id="path2" />
   <g
   <g
      class=""
      class=""
-     style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
+     style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none"
      transform="translate(0,0)"
      transform="translate(0,0)"
      id="g6">
      id="g6">
     <path
     <path

+ 3 - 3
jme3-core/src/com/jme3/gde/core/icons/terrain.svg

@@ -23,7 +23,7 @@
         <dc:format>image/svg+xml</dc:format>
         <dc:format>image/svg+xml</dc:format>
         <dc:type
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
+        <dc:title />
       </cc:Work>
       </cc:Work>
     </rdf:RDF>
     </rdf:RDF>
   </metadata>
   </metadata>
@@ -43,7 +43,7 @@
      id="namedview10"
      id="namedview10"
      showgrid="false"
      showgrid="false"
      inkscape:zoom="29.5"
      inkscape:zoom="29.5"
-     inkscape:cx="7.0188446"
+     inkscape:cx="8.0423957"
      inkscape:cy="9.2533103"
      inkscape:cy="9.2533103"
      inkscape:window-x="551"
      inkscape:window-x="551"
      inkscape:window-y="256"
      inkscape:window-y="256"
@@ -57,7 +57,7 @@
      data-darkreader-inline-fill=""
      data-darkreader-inline-fill=""
      id="path2" />
      id="path2" />
   <path
   <path
-     style="fill:#f8e71c;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     style="fill:#f8e71c;stroke:#000000;stroke-width:5.12;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
      d="m 18,400 73.118643,-134.23729 41.220337,70.50848 98.71187,-165.96611 64,167.05085 L 406.77966,65.084746 494,361 v 39"
      d="m 18,400 73.118643,-134.23729 41.220337,70.50848 98.71187,-165.96611 64,167.05085 L 406.77966,65.084746 494,361 v 39"
      id="path837"
      id="path837"
      inkscape:connector-curvature="0" />
      inkscape:connector-curvature="0" />

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/uncertainty.svg

@@ -1 +1 @@
-<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M257.78 19.438c-127.92.016-231.75 103.855-231.75 231.78 0 55.734 19.71 106.776 52.532 146.72L57.75 434.094h132.406l-66.312-114.72-22.375 39c-20.9-30.478-33.064-67.442-33.064-107.155 0-104.523 84.854-189.376 189.375-189.376 104.523 0 189.408 84.853 189.408 189.375 0 39.108-11.68 75.664-32 105.874l-21.875-37.72L327 434.095h132.406l-21.594-37.47c32.225-39.78 51.75-90.253 51.75-145.405 0-127.927-103.827-231.766-231.75-231.782h-.03zm-.655 75.468c-49.528-.047-110.474 29.232-128.406 104.938l60.75 14.312c26.965-76.242 90.87-70.824 113.31-28.625 26.775 50.346-89.687 107.283-84.124 190.407h77.688c6.49-98.144 118.973-123.49 59.562-229.53C337.963 114.38 301 96.572 261.876 95.03V95c-1.573-.062-3.153-.092-4.75-.094zM258.5 395.97c-26.95 0-48.594 21.644-48.594 48.592 0 26.95 21.645 48.594 48.594 48.594 26.95 0 48.594-21.645 48.594-48.594 0-26.948-21.645-48.593-48.594-48.593z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<svg style="height: 16px; width: 16px;" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:1;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M257.78 19.438c-127.92.016-231.75 103.855-231.75 231.78 0 55.734 19.71 106.776 52.532 146.72L57.75 434.094h132.406l-66.312-114.72-22.375 39c-20.9-30.478-33.064-67.442-33.064-107.155 0-104.523 84.854-189.376 189.375-189.376 104.523 0 189.408 84.853 189.408 189.375 0 39.108-11.68 75.664-32 105.874l-21.875-37.72L327 434.095h132.406l-21.594-37.47c32.225-39.78 51.75-90.253 51.75-145.405 0-127.927-103.827-231.766-231.75-231.782h-.03zm-.655 75.468c-49.528-.047-110.474 29.232-128.406 104.938l60.75 14.312c26.965-76.242 90.87-70.824 113.31-28.625 26.775 50.346-89.687 107.283-84.124 190.407h77.688c6.49-98.144 118.973-123.49 59.562-229.53C337.963 114.38 301 96.572 261.876 95.03V95c-1.573-.062-3.153-.092-4.75-.094zM258.5 395.97c-26.95 0-48.594 21.644-48.594 48.592 0 26.95 21.645 48.594 48.594 48.594 26.95 0 48.594-21.645 48.594-48.594 0-26.948-21.645-48.593-48.594-48.593z" fill="#f8e71c" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>

File diff suppressed because it is too large
+ 0 - 0
jme3-core/src/com/jme3/gde/core/icons/wire-mesh.svg


File diff suppressed because it is too large
+ 0 - 0
jme3-core/src/com/jme3/gde/core/icons/wireframe-globe.svg


+ 1 - 4
jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/JmeLight.java

@@ -31,12 +31,9 @@
  */
  */
 package com.jme3.gde.core.sceneexplorer.nodes;
 package com.jme3.gde.core.sceneexplorer.nodes;
 
 
-import com.jme3.gde.core.filters.AbstractFilterNode;
 import com.jme3.gde.core.icons.IconList;
 import com.jme3.gde.core.icons.IconList;
 import com.jme3.gde.core.scene.SceneApplication;
 import com.jme3.gde.core.scene.SceneApplication;
-import com.jme3.gde.core.util.PropertyUtils;
 import com.jme3.light.Light;
 import com.jme3.light.Light;
-import com.jme3.math.ColorRGBA;
 import com.jme3.scene.Spatial;
 import com.jme3.scene.Spatial;
 import java.awt.Image;
 import java.awt.Image;
 import java.io.IOException;
 import java.io.IOException;
@@ -60,7 +57,7 @@ public class JmeLight extends AbstractSceneExplorerNode {
 
 
     private Spatial spatial;
     private Spatial spatial;
     private Light light;
     private Light light;
-    private static Image smallImage = IconList.light.getImage();
+    private static Image smallImage = IconList.lightYellow.getImage();
 
 
     public JmeLight() {
     public JmeLight() {
     }
     }

+ 1 - 1
jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/JmeVector3f.java

@@ -62,7 +62,7 @@ import org.openide.util.actions.SystemAction;
 @SuppressWarnings({"unchecked", "rawtypes", "OverridableMethodCallInConstructor", "LeakingThisInConstructor"})
 @SuppressWarnings({"unchecked", "rawtypes", "OverridableMethodCallInConstructor", "LeakingThisInConstructor"})
 public class JmeVector3f extends JmeSpatial {
 public class JmeVector3f extends JmeSpatial {
 
 
-    private static Image smallImage = IconList.wireBox.getImage();
+    private static Image smallImage = IconList.track.getImage();
     private JmeVector3fChildren parent;
     private JmeVector3fChildren parent;
     private JmeMotionPath jmeMotionPath;
     private JmeMotionPath jmeMotionPath;
     private Vector3f v;
     private Vector3f v;

+ 70 - 1
jme3-scenecomposer/src/com/jme3/gde/scenecomposer/icons/pause-button.svg

@@ -1 +1,70 @@
-<svg style="height: 32px; width: 32px;" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000000" fill-opacity="0" style="--darkreader-inline-fill: #000000;" data-darkreader-inline-fill=""></path><g class="" style="stroke:#000000;stroke-opacity:1;opacity:0.95;stroke-width:4.192;stroke-miterlimit:4;stroke-dasharray:none" transform="translate(0,0)"><path d="M120.16 45A20.162 20.162 0 0 0 100 65.16v381.68A20.162 20.162 0 0 0 120.16 467h65.68A20.162 20.162 0 0 0 206 446.84V65.16A20.162 20.162 0 0 0 185.84 45h-65.68zm206 0A20.162 20.162 0 0 0 306 65.16v381.68A20.162 20.162 0 0 0 326.16 467h65.68A20.162 20.162 0 0 0 412 446.84V65.16A20.162 20.162 0 0 0 391.84 45h-65.68z" fill="#76df76" fill-opacity="1" style="--darkreader-inline-fill: #8b8104;" data-darkreader-inline-fill=""></path></g></svg>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   style="height: 24px; width: 32px;"
+   width="32px"
+   height="32px"
+   viewBox="0 0 512 512"
+   version="1.1"
+   id="svg8"
+   sodipodi:docname="pause-button.svg"
+   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
+  <metadata
+     id="metadata14">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs12" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="800"
+     inkscape:window-height="480"
+     id="namedview10"
+     showgrid="false"
+     inkscape:zoom="7.375"
+     inkscape:cx="16"
+     inkscape:cy="16"
+     inkscape:window-x="42"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg8" />
+  <path
+     d="M0 0h512v512H0z"
+     fill="#000000"
+     fill-opacity="0"
+     style="--darkreader-inline-fill: #000000;"
+     data-darkreader-inline-fill=""
+     id="path2" />
+  <g
+     class=""
+     style="opacity:0.95;stroke:#000000;stroke-width:4.19199991;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     transform="matrix(1.0010571,0,0,0.71716716,-0.27062948,71.484393)"
+     id="g6">
+    <path
+       d="M 120.16,45 A 20.162,20.162 0 0 0 100,65.16 V 446.84 A 20.162,20.162 0 0 0 120.16,467 h 65.68 A 20.162,20.162 0 0 0 206,446.84 V 65.16 A 20.162,20.162 0 0 0 185.84,45 Z m 206,0 A 20.162,20.162 0 0 0 306,65.16 V 446.84 A 20.162,20.162 0 0 0 326.16,467 h 65.68 A 20.162,20.162 0 0 0 412,446.84 V 65.16 A 20.162,20.162 0 0 0 391.84,45 Z"
+       style="fill:#76df76;fill-opacity:1"
+       data-darkreader-inline-fill=""
+       id="path4"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>

Some files were not shown because too many files changed in this diff