Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Application = mvc.EventListener(co.Define(&applicationComponent{}))
View Source
var IntroScreen = co.Define(&introScreenComponent{})
View Source
var PlayScreen = co.Define(&playScreenComponent{})
Functions ¶
This section is empty.
Types ¶
type IntroScreenData ¶
type IntroScreenData struct {
AppModel *model.Application
}
type PlayScreenData ¶
type PlayScreenData struct {
AppModel *model.Application
}
Click to show internal directories.
Click to hide internal directories.