mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 18:32:49 +01:00
counter screen and interval checking in main.go
This commit is contained in:
@@ -66,6 +66,10 @@ func (self *MultiLabel) SetText(text string) {
|
||||
|
||||
}
|
||||
|
||||
func (self *MultiLabel) DrawCenter(bold bool) {
|
||||
|
||||
}
|
||||
|
||||
func (self *MultiLabel) Draw() {
|
||||
font.SetBold(self.FontObj,false) // avoing same font tangling set_bold to others
|
||||
self.blit_text(self.CanvasHWND, self.Text,self.PosX,self.PosY,self.FontObj)
|
||||
|
||||
Reference in New Issue
Block a user