Skip to content

Commit

Permalink
adjust sim mode text
Browse files Browse the repository at this point in the history
  • Loading branch information
liqMix committed Jul 16, 2024
1 parent e9fe6c6 commit 7c27590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/game/gamepre.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (s *GameStatePre) Begin(g *Game) {
g.EnableSim()
}
s.sim.onHover = func() {
s.info.SetText("Non-interactive mode where your dudes never die and never escape.")
s.info.SetText("Minimal-interactive mode where your dudes never die and never escape.")
}
s.sim.text.SetText("simulation")

Expand Down

0 comments on commit 7c27590

Please sign in to comment.