diff --git a/frontend/react/src/ui/panels/effectspawnmenu.tsx b/frontend/react/src/ui/panels/effectspawnmenu.tsx index 6056f0a9..74e08e7c 100644 --- a/frontend/react/src/ui/panels/effectspawnmenu.tsx +++ b/frontend/react/src/ui/panels/effectspawnmenu.tsx @@ -85,19 +85,21 @@ export function EffectSpawnMenu(props: { visible: boolean; compact: boolean; eff ); })} -
-
- + {!props.compact && ( +
+
+ +
+
+ Click on the map to generate an explosion effect. The type of explosion will be the one selected above. The possible explosion effects + are: +
  • High explosive: a normal explosion, like the one from a conventional bomb;
  • +
  • Napalm: an explosion with a longer lasting fire effect;
  • +
  • White phosphorous: an explosion with multiple white flares ejecting from the blast;
  • +
  • Fire: a long lasting static fire.
  • +
    -
    - Click on the map to generate an explosion effect. The type of explosion will be the one selected above. - The possible explosion effects are: -
  • High explosive: a normal explosion, like the one from a conventional bomb;
  • -
  • Napalm: an explosion with a longer lasting fire effect;
  • -
  • White phosphorous: an explosion with multiple white flares ejecting from the blast;
  • -
  • Fire: a long lasting static fire.
  • -
    -
    + )} )} {props.effect === "smoke" && ( @@ -136,9 +138,11 @@ export function EffectSpawnMenu(props: { visible: boolean; compact: boolean; eff
    -
    - Click on the map to generate a colored smoke effect. The color of the smoke will be the one selected above. -
    + {!props.compact && ( +
    + Click on the map to generate a colored smoke effect. The color of the smoke will be the one selected above. +
    + )}
    )}