Fencepost error!
Also the title is visible.
This commit is contained in:
@ -54,7 +54,7 @@ func main() {
|
||||
type prompt struct{}
|
||||
|
||||
func (prompt) Title(p *cardsim.Player[*SmokeTestCollection]) cardsim.Message {
|
||||
return cardsim.MsgStr("Prompt title -- should not be visible?")
|
||||
return cardsim.MsgStr("Smoke Test")
|
||||
}
|
||||
|
||||
func (prompt) Info(p *cardsim.Player[*SmokeTestCollection]) ([]cardsim.Message, error) {
|
||||
|
Reference in New Issue
Block a user