Merge branch 'master' of github.com:ralucado/WaveGGJ17
This commit is contained in:
commit
b42413dd77
2 changed files with 0 additions and 1 deletions
|
@ -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 - 15;
|
||||
|
|
Binary file not shown.
Reference in a new issue