Search found 2 matches

by Ibispi
Sat Feb 17, 2018 9:51 am
Forum: Libraries and Tools
Topic: theAbsoluteWorstClicker - a UI module
Replies: 2
Views: 2736

Re: theAbsoluteWorstClicker - a UI module

KayleMaster wrote: Sat Feb 17, 2018 7:27 am Seen at the bottom of the ReadMe:
require "theAbsoluteWorstClicker.lua"
Don't put .lua extension in require
Oh oops! I'll fix it immediately, thanks KayleMaster!
by Ibispi
Fri Feb 16, 2018 7:16 pm
Forum: Libraries and Tools
Topic: theAbsoluteWorstClicker - a UI module
Replies: 2
Views: 2736

theAbsoluteWorstClicker - a UI module

I made a UI module with a demo about how it works. https://github.com/ibispi/the-absolute-worst-clicker The way it works is similar to how love.graphics.canvas works in the sense that you have ui canvases and then set them in order to assign buttons, sliders and similar to it. It may not be very use...