Massive update

- Reworked half of the program
 - Added more features than I be bothered listing
This commit is contained in:
Openarl
2016-08-11 19:27:04 +10:00
parent 33a429386f
commit cfdb7c0198
73 changed files with 14464 additions and 4634 deletions

View File

@@ -66,6 +66,7 @@ function launch:OnFrame()
end
end
end
SetDrawLayer(1000)
if self.promptMsg then
local r, g, b = unpack(self.promptCol)
self:DrawPopup(r, g, b, "^0%s", self.promptMsg)