PolarBearClan / Making-Games

0 stars 0 forks source link

Implement FPS-style controls #8

Open KristofLenard12 opened 2 hours ago

KristofLenard12 commented 2 hours ago

Overview Implement the basic controls to be used when controlling the player character.

User story As a Player, I want to be able to move around as expected from a first-person game.

Acceptance criteria

The controls for the four primary movement activities are usable. The camera follows the movements made.

Full task description

The four primary movement activities (refer to Design Document):

Movement Jump Crouch Sprint

It would be preferable to allow for these activities to be modified later by way of setting parameters (such as speed, distance, etc.). Use the new InputSystem for flexibility across input types.

KristofLenard12 commented 2 hours ago

Implement FPS-style controls