issues
search
ProgrammingPhilippines
/
project_rei
Community Game Project of PPH
6
stars
0
forks
source link
Isometric Player Input (base class)
#4
Open
hddnblde
opened
1 year ago
hddnblde
commented
1 year ago
A component that returns player input:
Must have an abstract property
movement
(Vector2) that signifies left/right (x-axis) and forward/back (y-axis) movements
Must have an abstract property
heading
(float) that signifies the direction of the character (e.g where will the character look at)
A component that returns player input:
movement
(Vector2) that signifies left/right (x-axis) and forward/back (y-axis) movementsheading
(float) that signifies the direction of the character (e.g where will the character look at)