Merge branch 'master' of github.com:ralucado/WaveGGJ17
This commit is contained in:
commit
69271a6c1f
2 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ void Character::update(float deltaTime){
|
||||||
if (timestamp >= frameTime){
|
if (timestamp >= frameTime){
|
||||||
timestamp = 0;
|
timestamp = 0;
|
||||||
|
|
||||||
//std::cout << "PLAYER" << playerNum << ": indexX: " << indexX << ", idleFrame: " << idleFrame << std::endl;
|
|
||||||
|
|
||||||
sf::IntRect rect = sf::IntRect(indexX*width, indexY*height, width, height);
|
sf::IntRect rect = sf::IntRect(indexX*width, indexY*height, width, height);
|
||||||
setTextureRect(rect);
|
setTextureRect(rect);
|
||||||
|
|
||||||
|
|
Binary file not shown.
Reference in a new issue