Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -204,9 +204,9 @@ function FloatingPanel({
|
|||||||
const tabs: { id: Tab; label: string; icon: string }[] = [
|
const tabs: { id: Tab; label: string; icon: string }[] = [
|
||||||
{ id: 'scene', label: 'Cena', icon: '🧩' },
|
{ id: 'scene', label: 'Cena', icon: '🧩' },
|
||||||
{ id: 'tools', label: 'Ferram.', icon: '🛠' },
|
{ id: 'tools', label: 'Ferram.', icon: '🛠' },
|
||||||
{ id: 'transform', label: 'Mover', icon: '↔' },
|
|
||||||
{ id: 'inspection', label: 'Inspeção', icon: '✓' },
|
{ id: 'inspection', label: 'Inspeção', icon: '✓' },
|
||||||
{ id: 'share', label: 'Compart.', icon: '📡' },
|
{ id: 'share', label: 'Compart.', icon: '📡' },
|
||||||
|
{ id: 'webxr', label: 'WebXR', icon: '⚙' },
|
||||||
];
|
];
|
||||||
const W = 0.5, H = 0.36;
|
const W = 0.5, H = 0.36;
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user