diff --git a/src/components/ui/MissionNotification.tsx b/src/components/ui/MissionNotification.tsx index 7b64447..008df34 100644 --- a/src/components/ui/MissionNotification.tsx +++ b/src/components/ui/MissionNotification.tsx @@ -1,6 +1,11 @@ import { MISSION_NOTIFICATION_IMAGE_PATHS } from "@/data/gameplay/missionNotifications"; import type { RepairMissionId } from "@/types/gameplay/repairMission"; +// Reference aspect ratio of the original PNG mission notifications +// (589 × 211). Webm assets are square (2000 × 2000), so without this hint the +//