Posted November 19, 2020 by Gamevengers
Character Controller and Combat:
On 11/18/2020 I finished coding the basic movement and combat.
Using the arrow keys, I can make the player character move left and right, as well as jump.
In front of the placeholder cube is a sprite that shows the where the character can attack the enemies. When the left and right arrows are pressed, the character box rotates 180 degrees to face the opposite direction.
When the sprite and an enemy collide and the space button is pressed, the enemy will take damage. After the enemy is hit enough times, it will be deleted from the scene.
-Bryan Willis