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

@@ -17,7 +17,6 @@ local mod_gui = require 'mod-gui'
local Gui = require 'expcore.gui.core'
local Button = {
config={},
_prototype=Gui._prototype_factory{
on_click = Gui._event_factory('on_click'),
on_left_click = Gui._event_factory('on_left_click'),