The Mega Snivy Update (for realsies)
Some checks failed
Build / Build Game (push) Has been cancelled
Some checks failed
Build / Build Game (push) Has been cancelled
This commit is contained in:
@@ -90,7 +90,7 @@ namespace game::state
|
|||||||
text.isEnabled = false;
|
text.isEnabled = false;
|
||||||
|
|
||||||
isPostgame = saveData.isPostgame;
|
isPostgame = saveData.isPostgame;
|
||||||
|
if (character.stage_get() >= character.stage_max_get()) isPostgame = true;
|
||||||
if (isPostgame) menu.isCheats = true;
|
if (isPostgame) menu.isCheats = true;
|
||||||
|
|
||||||
if (game == NEW_GAME) isWindows = false;
|
if (game == NEW_GAME) isWindows = false;
|
||||||
@@ -170,8 +170,7 @@ namespace game::state
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (character.isJustStageFinal && !isEnd && !isPostgame)
|
if (character.isJustStageFinal && !isEnd && !isPostgame) isEnd = true;
|
||||||
isEnd = true;
|
|
||||||
|
|
||||||
if (isEnd)
|
if (isEnd)
|
||||||
{
|
{
|
||||||
@@ -255,7 +254,6 @@ namespace game::state
|
|||||||
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
|
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
|
||||||
cursor.render(textureShader, rectShader, canvas);
|
cursor.render(textureShader, rectShader, canvas);
|
||||||
canvas.unbind();
|
canvas.unbind();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Main::save(Resources& resources)
|
void Main::save(Resources& resources)
|
||||||
|
|||||||
Reference in New Issue
Block a user