Add icon for tumble event
This commit is contained in:
parent
8581dd09e1
commit
2e170c52f0
@ -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");
|
||||
}
|
||||
|
BIN
swing/src/main/resources/pix/eventicons/event-tumble.png
Normal file
BIN
swing/src/main/resources/pix/eventicons/event-tumble.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Loading…
x
Reference in New Issue
Block a user