Added radio buttons to extent check boxs

This commit is contained in:
Cooldude2606
2019-05-11 21:00:43 +01:00
parent 0559bade9c
commit 35a3d11f58
5 changed files with 138 additions and 44 deletions

View File

@@ -29,7 +29,10 @@ function Button.new_button(name)
style=mod_gui.button_style,
type='button'
}
},{__index=Button._prototype})
},{
__index=Button._prototype,
__call=function(element) return Button.config[uid]:draw_to(element) end
})
Button.config[uid] = self
if name then