diff --git a/src/components/GravitySimulator/GravitySimulator.tsx b/src/components/GravitySimulator/GravitySimulator.tsx index bdd8470..5aaac96 100644 --- a/src/components/GravitySimulator/GravitySimulator.tsx +++ b/src/components/GravitySimulator/GravitySimulator.tsx @@ -747,7 +747,7 @@ export const GravitySimulator: React.FC = ({ setIsColorInverted((prev) => !prev); }} className="floating-panel floating-button" - whileHover={{ scale: 2.05 }} + whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} title="Invert Colors" > diff --git a/src/scenarios/defaults/pulsar.ts b/src/scenarios/defaults/pulsar.ts index 6e7d162..247030b 100644 --- a/src/scenarios/defaults/pulsar.ts +++ b/src/scenarios/defaults/pulsar.ts @@ -23,7 +23,7 @@ export const pulsar: Scenario = { particles: [ { id: "pulsar1", - position: { x: 520, y: 400 }, + position: { x: 220, y: 200 }, velocity: { x: 0, y: 80 }, mass: 1, outgoingForceRatio: 600000000, // Will exert force as if mass was 30000 @@ -34,7 +34,7 @@ export const pulsar: Scenario = { }, { id: "pulsar2", - position: { x: 500, y: 400 }, + position: { x: 200, y: 200 }, velocity: { x: 0, y: -80 }, mass: 1, outgoingForceRatio: 600000000, // Will exert force as if mass was 30000