Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sneaking #65

Open
BenCheung0422 opened this issue Dec 31, 2024 · 0 comments
Open

Sneaking #65

BenCheung0422 opened this issue Dec 31, 2024 · 0 comments

Comments

@BenCheung0422
Copy link
Member

BenCheung0422 commented Dec 31, 2024

Original: MinicraftPlus/minicraft-plus-revived/#720 (deleted)

Background

To enhance the controls the player could use when moving, sneaking could be done for different kinds of control combinations. At the same time, it could slow down movement speed for more precise movement.

Details

When holding Shift (default key), the player's movement would be multiplied by a factor like about 0.3 according to Minecraft's implementation. More than this, perhaps this could be a modifier that could act in some hotkey combinations. There might be a change in the player's sprite like in Minecraft, but this could be complicated and may rely on the new skin system.

There could be some functionalities like "sneaking interactions" and attacking combinations. Besides, this would allow one more layer of using some like #7 and #16, such as using on a usable tile or entity. There are unlikely explicit tile boundaries, so there is no need to walk on edges. In addition, no or less stepping sound would be produced (if sound effect is added to normal walking).

See Also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment