Add icon for tumble event

This commit is contained in:
JoePfeiffer 2024-10-15 14:31:33 -06:00
parent 8581dd09e1
commit 2e170c52f0
2 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public class EventGraphics {
"pix/eventicons/event-recovery-device-deployment.png");
loadImage(EVENT_IMAGES, FlightEvent.Type.GROUND_HIT, "pix/eventicons/event-ground-hit.png");
loadImage(EVENT_IMAGES, FlightEvent.Type.SIMULATION_END, "pix/eventicons/event-simulation-end.png");
loadImage(EVENT_IMAGES, FlightEvent.Type.TUMBLE, "pix/eventicons/event-tumble.png");
loadImage(EVENT_IMAGES, FlightEvent.Type.EXCEPTION, "pix/eventicons/event-exception.png");
loadImage(EVENT_IMAGES, FlightEvent.Type.SIM_ABORT, "pix/eventicons/event-exception.png");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB