Add dev-only teleportation debugging tool (M key)#4
Open
marcus-the-worm wants to merge 1 commit intoTanner253:mainfrom
Open
Add dev-only teleportation debugging tool (M key)#4marcus-the-worm wants to merge 1 commit intoTanner253:mainfrom
marcus-the-worm wants to merge 1 commit intoTanner253:mainfrom
Conversation
Contributor
|
@marcus-the-worm is attempting to deploy a commit to the Tanner Percival's projects Team on Vercel. A member of the Team first needs to authorize it. |
Implement quick travel teleport wheel (M key) for testing and debugging purposes. Only available in development mode (NODE_ENV !== 'production'). Allows instant travel to key locations with smart room transitions.
7feac83 to
af7abae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠️ Add Dev-Only Teleportation Debugging Tool
Overview
Adds a quick travel teleportation system for development and testing purposes only. This tool helps developers quickly navigate to key locations during testing without manual walking.
This feature is only available when
NODE_ENV !== 'production'and will not be accessible to production users.Features
Debug Locations
Usage (Dev Mode Only)
npm run dev)Why Dev-Only?
Technical Details
posRef,velRef, syncs with multiplayerFiles Changed
src/components/TeleportWheel.jsx- Teleport wheel componentsrc/VoxelWorld.jsx- Dev-only teleport logic, M key handler with env checkDEMO
teleportation_demo.mp4