Reorganize info bar

This commit is contained in:
Zachary Yedidia
2019-01-01 22:36:12 -05:00
parent 78ce7a5f0f
commit c01995c1b6
8 changed files with 57 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
package action
var InfoBar *InfoPane
func InitGlobals() {
InfoBar = NewInfoBar()
}