Also mixed into this commit: * Use returning drivers where possible * Make the credits screen returnable via click
7 lines
139 B
Go
7 lines
139 B
Go
package flow
|
|
|
|
func (f *Flow) linkLoadGame() {
|
|
// Load game
|
|
f.onClick(loadGame, "3.3", f.returnToLastDriver(loadGame)) // Cancel button
|
|
}
|