blah
This commit is contained in:
parent
ebaa668382
commit
0aae9de92b
|
@ -41,9 +41,14 @@ namespace GameLogic
|
||||||
********************************************************/
|
********************************************************/
|
||||||
void Respawn(Oyster::Math::Float3 spawnPoint);
|
void Respawn(Oyster::Math::Float3 spawnPoint);
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
void Rotate(float x, float y);
|
void Rotate(float x, float y);
|
||||||
=======
|
=======
|
||||||
|
=======
|
||||||
|
void rotate(float x, float y);
|
||||||
|
|
||||||
|
>>>>>>> blah
|
||||||
/********************************************************
|
/********************************************************
|
||||||
* Collision function for player, this is to be sent to physics through the subscribe function with the rigidbody
|
* Collision function for player, this is to be sent to physics through the subscribe function with the rigidbody
|
||||||
* Will be called when the physics detect a collision
|
* Will be called when the physics detect a collision
|
||||||
|
|
Loading…
Reference in New Issue