pushing a star

This commit is contained in:
Yggdrasil75
2026-03-04 14:07:05 -05:00
parent 83989e955e
commit 4478bc1845
3 changed files with 133 additions and 9 deletions

View File

@@ -167,6 +167,9 @@ public:
if (ImGui::CollapsingHeader("Celestial Bodies")) {
///TODO: add controls for moon, star.
if (ImGui::Button("Add Star", ImVec2(-1, 40))) {
sim.addStar();
}
}
if (ImGui::CollapsingHeader("Fillings")) {