微调textBox控件的clear方法
This commit is contained in:
@@ -868,11 +868,9 @@ function textBox:scroll(n)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
function textBox:clear()
|
function textBox:clear()
|
||||||
if not self.fix then
|
self.texts={}
|
||||||
self.texts={}
|
self.scrollPos=0
|
||||||
self.scrollPos=0
|
SFX.play("fall")
|
||||||
SFX.play("fall")
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
function textBox:draw()
|
function textBox:draw()
|
||||||
local x,y,w,h=self.x,self.y,self.w,self.h
|
local x,y,w,h=self.x,self.y,self.w,self.h
|
||||||
|
|||||||
Reference in New Issue
Block a user