Replace spawn marker with box-based figure

This commit is contained in:
sudhir
2026-04-30 23:34:14 +05:30
parent f375861439
commit 1dc9ea0ba8
3 changed files with 6 additions and 6 deletions
@@ -91,7 +91,7 @@ export function SpawnPanel() {
const storedRotationDegrees = Math.round((node.rotation * 180) / Math.PI)
return (
<PanelWrapper icon="/icons/spawn-point.svg" onClose={handleClose} title="Spawn Point" width={300}>
<PanelWrapper icon="/icons/site.png" onClose={handleClose} title="Spawn Point" width={300}>
<PanelSection title="Position">
<SliderControl
label="X"
@@ -54,7 +54,7 @@ export const SpawnTreeNode = memo(function SpawnTreeNode({
alt=""
className="object-contain"
height={14}
src="/icons/spawn-point.svg"
src="/icons/site.png"
width={14}
/>
}