Added progress bar

This commit is contained in:
Cooldude2606
2019-05-23 22:13:07 +01:00
parent 37cc34b392
commit bda4750871
6 changed files with 413 additions and 1 deletions

View File

@@ -42,6 +42,8 @@
LeftFrames._prototype:redraw(player) --- Redraws the frame by calling on_draw, will always clear the frame
LeftFrames._prototype:redraw_all(update_offline) --- Redraws the frame for all players, see redraw
LeftFrames._prototype:on_draw(player,frame) --- Use to draw your elements to the new frame
LeftFrames._prototype:on_update(player,frame) --- Use to edit your frame when there is no need to redraw it
LeftFrames._prototype:event_handler(action) --- Creates an event handler that will trigger one of its functions, use with Event.add
]]
local Gui = require 'expcore.gui.core'