WAY better repulsion range button label and faster packet default speed

This commit is contained in:
Jack Kingsman
2026-01-19 17:11:32 -08:00
parent e267c4bde0
commit 4bc51f82da
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -952,7 +952,7 @@ export function PacketVisualizer({
const [chargeStrength, setChargeStrength] = useState(-200);
const [filterOldRepeaters, setFilterOldRepeaters] = useState(false);
const [letEmDrift, setLetEmDrift] = useState(true);
const [particleSpeedMultiplier, setParticleSpeedMultiplier] = useState(1);
const [particleSpeedMultiplier, setParticleSpeedMultiplier] = useState(3);
const [hideUI, setHideUI] = useState(false);
// Pan/zoom
@@ -1266,7 +1266,7 @@ export function PacketVisualizer({
className="mt-1 px-3 py-1.5 bg-primary/20 hover:bg-primary/30 text-primary rounded text-xs transition-colors"
title="Expand nodes apart then contract back - can help untangle the graph"
>
Expand & Contract
Oooh Big Stretch!
</button>
</div>
</>