Create icon for simulation exceptions, so they can be seen in plots.

For the moment I've just copied the simulation_end icon; it should really be something else
This commit is contained in:
JoePfeiffer 2023-03-05 18:53:18 -07:00
parent 3571ebad68
commit 9c148b5149
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

View File

@ -57,6 +57,7 @@ public class EventGraphics {
"pix/eventicons/event-recovery-device-deployment.png");
loadImage(FlightEvent.Type.GROUND_HIT, "pix/eventicons/event-ground-hit.png");
loadImage(FlightEvent.Type.SIMULATION_END, "pix/eventicons/event-simulation-end.png");
loadImage(FlightEvent.Type.EXCEPTION, "pix/eventicons/event-exception.png");
}
private static void loadImage(FlightEvent.Type type, String file) {