1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-05 08:22:19 +08:00

work in progress

This commit is contained in:
2025-05-22 20:23:44 +08:00
parent 66b3e174b6
commit e1c1d9d8bd
2 changed files with 133 additions and 5 deletions

View File

@@ -290,7 +290,7 @@ public static class UIConfigWindow
y = 10f;
wnd.AddButton(x, y, 300f, tab4, "Complete Dyson Sphere shells instantly", 16, "button-complete-dyson-sphere-shells-instantly", DysonSphereFunctions.CompleteShellsInstantly);
y += 36f;
wnd.AddButton(x, y, 300f, tab4, "Generate tricky dyson shells", 16, "button-generate-tricky-dyson-shells", DysonSphereFunctions.CreatePossibleFramesAndShells);
wnd.AddButton(x, y, 300f, tab4, "Generate tricky dyson shells", 16, "button-generate-tricky-dyson-shells", DysonSphereFunctions.CreatePossibleFramesAndShells2);
y += 36f;
wnd.AddButton(x, y, 300f, tab4, "Remove low production dyson shells", 16, "button-remove-low-production-dyson-shells", () => DysonSphereFunctions.RemoveLowProductionShells());
y += 30f;