Gave base part number options and more columns

This commit is contained in:
Willem Cazander 2022-02-14 00:52:12 +01:00
parent f0d78f3f4d
commit 4e2346a47b
2 changed files with 72 additions and 29 deletions

View file

@ -401,7 +401,7 @@ public class GDXAppMain extends Game {
if (ImGui.menuItem("ImGui Demo")) {
showImGuiDemo.set(true);
}
if (ImGui.menuItem("Exit")) {
if (ImGui.menuItem("Shutdown")) {
dispose();
System.exit(0);
}