add SoundPatch

This commit is contained in:
cuu
2018-12-26 07:00:37 +00:00
parent 325d57ac23
commit 30149a8f24
7 changed files with 257 additions and 10 deletions

View File

@@ -262,7 +262,7 @@ func (self *InfoPage) GenList() {
li.SetSmallText(v["value"])
self.MyList = append(self.MyList,li)
i+=1
}
}

View File

@@ -196,7 +196,7 @@ func (self *SoundSlider) StepBack() {
func (self *SoundSlider) Draw() {
self.BGpng.NewCoord(self.Width/2,self.Height/2)
fmt.Printf("%x\n",self.BGpng.Parent)
//fmt.Printf("%x\n",self.BGpng.Parent)
self.BGpng.Draw()
self.Scale.NewCoord(self.Width/2,self.Height/2)