The Mega Snivy Update (for realsies)
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-03-01 03:31:05 -05:00
parent 0f855f7125
commit 154bccb3d5

View File

@@ -90,7 +90,7 @@ namespace game::state
text.isEnabled = false;
isPostgame = saveData.isPostgame;
if (character.stage_get() >= character.stage_max_get()) isPostgame = true;
if (isPostgame) menu.isCheats = true;
if (game == NEW_GAME) isWindows = false;
@@ -170,8 +170,7 @@ namespace game::state
}
}
if (character.isJustStageFinal && !isEnd && !isPostgame)
isEnd = true;
if (character.isJustStageFinal && !isEnd && !isPostgame) isEnd = true;
if (isEnd)
{
@@ -255,7 +254,6 @@ namespace game::state
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
cursor.render(textureShader, rectShader, canvas);
canvas.unbind();
}
void Main::save(Resources& resources)