Skip to content

Conversation

@ArtifactForms
Copy link
Owner

No description provided.

component

- Introduced new setter methods to customize movement keys:
  - `setLeftKey(Key leftKey)`
  - `setRightKey(Key rightKey)`
  - `setForwardKey(Key forwardKey)`
  - `setBackwardKey(Key backwardKey)`
- Updated JavaDoc for all methods to reflect the new functionality.
- Ensured consistent movement handling with customizable keys for better
flexibility and user experience.

This change allows developers to configure custom key mappings for
movement, making the ControlWASD component more adaptable to different
input schemes.
abstraction
    Introduced the TextureWrapMode enum to abstract texture wrapping
modes for the engine.
    Added support for CLAMP and REPEAT modes to handle how textures are
mapped when texture coordinates exceed the [0, 1] range.
@ArtifactForms ArtifactForms merged commit 564404a into master Jan 7, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants