EL NIINIOOO
This commit is contained in:
parent
1c2a691638
commit
da94565c3e
@ -132,7 +132,7 @@ void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tr
|
|||||||
Shooting = !Shooting;
|
Shooting = !Shooting;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "shooting : " << current.states.shooting << " jumping : " << current.states.jumping << " jumpshot : " << current.states.jumpshot << " running : " << current.states.running << " still : " << current.states.still << " dead : " << current.states.dead << " hit : " << current.states.hit << std::endl;
|
//std::cout << "shooting : " << current.states.shooting << " jumping : " << current.states.jumping << " jumpshot : " << current.states.jumpshot << " running : " << current.states.running << " still : " << current.states.still << " dead : " << current.states.dead << " hit : " << current.states.hit << std::endl;
|
||||||
|
|
||||||
if (angle >= 0.75) //Face - side positif
|
if (angle >= 0.75) //Face - side positif
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user