Added new market buttons: Close, Refresh Offers, and Reset Market.

* New refresh offers function.
* Fixed Market.reset function.
This commit is contained in:
BeniS
2012-08-15 23:56:29 +12:00
parent 2bd1e0f6c4
commit c4c29be272
5 changed files with 47 additions and 17 deletions

View File

@@ -5,4 +5,4 @@ function UIButton.create()
local button = UIButton.internalCreate()
button:setFocusable(false)
return button
end
end