more precise magic sync for waves, not in center tho
This commit is contained in:
parent
69271a6c1f
commit
5a270b10dd
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ void Combat::doMahWaves(bool p){
|
|||
//else w->setPosition(512-512*anterior,500);
|
||||
w->setPosition(anterior,200);
|
||||
if(i<notes.size()) {
|
||||
if(!p) anterior += 176*notes[i+1];
|
||||
else anterior -= 176*notes[i+1];
|
||||
if(!p) anterior += 184*notes[i+1];
|
||||
else anterior -= 184*notes[i+1];
|
||||
}
|
||||
waves.push_back(w);
|
||||
}
|
||||
|
|
Reference in a new issue