mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Fix #125
This commit is contained in:
parent
9eca9e73ab
commit
a986bc926a
@ -251,6 +251,7 @@ function newobject:SetText(text)
|
|||||||
end
|
end
|
||||||
textobject:Remove()
|
textobject:Remove()
|
||||||
textobject.parent = self
|
textobject.parent = self
|
||||||
|
textobject.state = self.state
|
||||||
textobject.collide = false
|
textobject.collide = false
|
||||||
textobject:SetFont(self.font)
|
textobject:SetFont(self.font)
|
||||||
textobject:SetText(text)
|
textobject:SetText(text)
|
||||||
|
Loading…
Reference in New Issue
Block a user