From f34a5f0a83bf234f45b0d4888226355d3fa561ab Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 2 Oct 2025 19:01:39 +0200 Subject: [PATCH] add mammouth icon --- oedb/resources/demo/static/event-types.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/oedb/resources/demo/static/event-types.js b/oedb/resources/demo/static/event-types.js index 91b068d..5d3aa6b 100644 --- a/oedb/resources/demo/static/event-types.js +++ b/oedb/resources/demo/static/event-types.js @@ -98,6 +98,24 @@ window.EVENT_TYPES = { label: 'Travaux routiers', category: 'Circulation', description: 'Travaux sur la chaussée' + }, + 'wildlife': { + emoji: '🦌', + label: 'Animal', + category: 'Vie sauvage', + description: 'Détection d\'animaux' + }, + 'traffic.mammoth': { + emoji: '🦣', + label: 'Mammouth laineux wohoooo! (évènement de test)', + category: 'Obstacle', + description: 'Un mammouth laineux bloque la route' + }, + 'hazard.piranha': { + emoji: '🐟', + label: 'Piranha dans la piscine', + category: 'Danger', + description: 'Des pirana attaquent dans cette piscine' } };