Spawn different objects withing level
This commit is contained in:
@@ -33,7 +33,7 @@ Player::Player(glm::vec3 position, float speed) :
|
||||
Player::~Player() {
|
||||
}
|
||||
|
||||
void Player::update(
|
||||
void Player::updateInput(
|
||||
Level* level,
|
||||
PlayerInput& input,
|
||||
float delta) {
|
||||
|
||||
Reference in New Issue
Block a user