This commit is contained in:
marti.lloveras 2017-01-22 00:28:36 +01:00
parent 5a270b10dd
commit 4101691de1
2 changed files with 0 additions and 1 deletions

View file

@ -6,7 +6,6 @@ class Character : public sf::Sprite{
private:
//CONFIG
const double frameTime = BLACKVALUE/4.0f;
const int numFrames = 4;
const std::string spriteFile = WORK_DIR+"Resources/spreadsheet.png";
//POSICIO PLAYER 1
float posX1 = W_WIDTH*0.05f, posY1 = W_HEIGHT*0.5f;