citylimits/world/help.go

21 lines
529 B
Go

package world
// HelpText lines must be 39 characters or less.
var HelpText = []string{`
Welcome to City Limits! (1/3)
Blah blah blah...1231231231231231231234
Testing, testing... Testing, testing...
How does this much text per page seem?
`, `
Yadda yadda yadda (2/3)
Do you like the game?
I hoped you would.
I spent a lot of time making it.
`, `
Oh no... More text?!? (3/3)
If I wanted to read, I would have
grabbed a book, not a game! I'm outta
here! *Door slam*... *Engine starting*
`,
}