add: menu buttons for brun ritual obj and force start

This commit is contained in:
ALittlePatate
2022-10-04 12:29:18 +02:00
parent 2d9d2c95a8
commit da335438e3

View File

@@ -289,6 +289,14 @@ void DrawMiscTab() {
//Unlock Achievements
}
if (ImGui::Button("Burn a ritual object")) {
//burn a ritual object
}
if (ImGui::Button("Force start game")) {
//force start
}
ImGui::Checkbox("Unlock all", &settings::unlock_all);
ImGui::Checkbox("Spoof level", &settings::spoof_level);