Skip to content

First Person Starter 1.3

Latest
Compare
Choose a tag to compare
@Whimfoome Whimfoome released this 25 Apr 09:37
· 4 commits to main since this release

Restructured Player. Instead of one big file, it's split into 3 files: MovementController, Head, Sprint.
This is more modular approach.

There is a Player scene which combines all the files. It's inherited from MovementController, added Head as inherited scene, added Node with the Sprint script.

This way if somebody doesn't need one of these functionalities, it can be easily removed. That also makes the code cleaner and every file does exactly what it needs to.