package splashmenu import ( "cosmos/diego/groovy" "github.com/hajimehoshi/ebiten/v2" ) type MenuOption struct { Description string SelectionEvent groovy.SceneEvent Mapping ebiten.Key }