Releases: kingdcreations/react-raycaster
Releases · kingdcreations/react-raycaster
Release 0.1.1
Game object now usable from context that leads to joystick compatibility with following methods:
- game.joystickMove(x, y)
- game.joystickCamera(x)
Full Changelog: v0.1.0...v0.1.1
Release 0.1.0
- Handling camera rotation with mouse !
- Fixing ceiling
- Improving floor and ceiling shading
- Fixing unloaded textures
Full Changelog: v0.1.0...v0.1.0
Release 0.0.4
- Adding run animation
- Using key codes instead of key names
- Bumping deps
Full Changelog: v0.0.3...v0.0.4
Release 0.0.3
Customizable inputs, custom resolution instead of raystep divider
Full Changelog: v0.0.2...v0.0.3
Release 0.0.2
Map throwing error if not valid and speed correction according to framerate
Full Changelog: v0.0.1...v0.0.2
Release 0.0.1
First version ! Now fully functional and usable.