Finished sped potion, began work on regen potion and brewing tutorial
This commit is contained in:
parent
f34ebde15b
commit
960982e4ab
10 changed files with 108 additions and 16 deletions
|
@ -322,7 +322,7 @@ int main() {
|
|||
offsetY = 0;
|
||||
|
||||
if(shouldRenderDebug){
|
||||
sprintf(fpsstr, "FPS: %.0f X:%d Y:%d E:%d %d", sf2d_get_fps(), player.x, player.y, eManager.lastSlot[currentLevel], player.p.strengthTimer);
|
||||
sprintf(fpsstr, "FPS: %.0f X:%d Y:%d E:%d %d", sf2d_get_fps(), player.x, player.y, eManager.lastSlot[currentLevel], player.p.speedTimer);
|
||||
drawText(fpsstr, 2, 225);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue