Added title.

This commit is contained in:
Sander Schobers 2019-12-29 23:29:34 +01:00
parent 88a02f0f9b
commit 72aab5509e

View File

@ -25,7 +25,7 @@ type game struct {
}
func (g *game) initUI(disp *allg5.Display, cons *gut.Console, fps *gut.FPS) error {
disp.SetWindowTitle("Krampushack '19 - Title TBD - by Tharro")
disp.SetWindowTitle("Krampushack '19 - Sokodragon - by Tharro")
ui := alui.NewUI(disp, &g.main)
ui.SetPalette(alui.Palette{
Icon: allg5.NewColor(0x21, 0x21, 0x21),