mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Four new whiteboard drawings (#22218)
# Summary This PR adds four new whiteboard drawings: SCCV Horizon, Navigation chart, Task list and thrust diagram. *Mini Horizon my beloved.* ## Preview <img width="170" height="106" alt="Screenshot 2026-04-12 210202" src="https://github.com/user-attachments/assets/d7755f4c-7aca-40e1-b776-81c53c7beba5" /> <img width="167" height="96" alt="Screenshot 2026-04-12 210232" src="https://github.com/user-attachments/assets/0c790fe8-7c92-4892-bc72-1345c34770e3" /> <img width="170" height="99" alt="Screenshot 2026-04-12 210244" src="https://github.com/user-attachments/assets/a196ce31-3953-4d9d-84bc-3933540f630c" /> <img width="160" height="95" alt="Screenshot 2026-04-12 210218" src="https://github.com/user-attachments/assets/486cade4-a9df-43ac-bb6b-c937fba095e8" /> --------- Signed-off-by: FabianK3 <21039694+FabianK3@users.noreply.github.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -291,3 +291,19 @@ GLOBAL_LIST_EMPTY(whiteboard_overlay_cache)
|
||||
/singleton/whiteboard/archeological
|
||||
name = "Archeological"
|
||||
icon_state = "overlay_14"
|
||||
|
||||
/singleton/whiteboard/horizon
|
||||
name = "SCCV Horizon"
|
||||
icon_state = "overlay_15"
|
||||
|
||||
/singleton/whiteboard/thrust
|
||||
name = "Thrust diagram"
|
||||
icon_state = "overlay_16"
|
||||
|
||||
/singleton/whiteboard/navchart
|
||||
name = "Navigation chart"
|
||||
icon_state = "overlay_17"
|
||||
|
||||
/singleton/whiteboard/tasks
|
||||
name = "Task list"
|
||||
icon_state = "overlay_18"
|
||||
|
||||
Reference in New Issue
Block a user