fix: restore walkthrough collisions and spawn controls
This commit is contained in:
@@ -120,7 +120,7 @@ const SpawnTool = () => {
|
||||
|
||||
if (!activeLevelId) return null
|
||||
|
||||
return <CursorSphere color="#60a5fa" height={2.2} ref={cursorRef} />
|
||||
return <CursorSphere color="#818cf8" height={2.2} ref={cursorRef} />
|
||||
}
|
||||
|
||||
export default SpawnTool
|
||||
|
||||
Reference in New Issue
Block a user