@@ -0,0 +1,16 @@
|
||||
package widget
|
||||
|
||||
import (
|
||||
inkwell "git.teletypegames.org/engines/inkwell"
|
||||
"git.teletypegames.org/games/realworld/inc"
|
||||
)
|
||||
|
||||
func init() {
|
||||
Manager.Register(&inkwell.TopBar{
|
||||
Name: "topbar",
|
||||
When: whenPlaying,
|
||||
Height: TopBarH,
|
||||
TimeVar: inc.VarArmillaStrip,
|
||||
NoteVar: inc.VarNote,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user