Skip to content

Commit

Permalink
feat: Add a button from milestones to tech progression preferences.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleStan committed Oct 26, 2024
1 parent fa09f6d commit fd2c147
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Yafc/Windows/MilestonesPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ public override void Build(ImGui gui) {
MilestonesEditor.Show();
}

if (gui.BuildButton("Edit tech progression settings")) {
Close();
PreferencesScreen.ShowProgression();
}

if (gui.RemainingRow().BuildButton("Done")) {
Close();
}
Expand Down

0 comments on commit fd2c147

Please sign in to comment.