Making the Player Class

 The Player Class:



What does it contain?

It contains all the functionality of the player. This includes(but not limited to) movement, animation, powerups, health, etc.

The Player class:


After this you got to call the Load function of your player class from the load function of your game1 class.
The update function of your player class from the update function of your game1 class
The draw function of your player class from the draw function of your game1 class.




Comments

Popular posts from this blog

Tile map collisions

Introduction

Loading the tile map