This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What I had in mind:
The first two changes are quite trivial:
local methods = { ... ["SetJustifyH"] = function(self, justification) self.label:SetJustifyH(justification) end, ["SetJustifyV"] = function(self, justification) self.label:SetJustifyV(justification) end }
I'm especially interested in the justification personally.
To post a comment, please login or register a new account.