Search found 2 matches

by flyingjam
Sat Jul 19, 2014 7:37 am
Forum: Libraries and Tools
Topic: Quickie [was: Immediate Mode Gui]
Replies: 70
Views: 56456

Re: Quickie [was: Immediate Mode Gui]

You load the library by adding something like gui = require "Quickie" to the top of your main/game lua (in this case, move the folder with all the library files into where main.lua is and name it 'Quickie'.). From then on, you can just call the function to add a button or whatever form you...
by flyingjam
Fri Jul 11, 2014 12:00 pm
Forum: Support and Development
Topic: HardonCollider Bug? - Shapes "jittering" in another
Replies: 1
Views: 1984

HardonCollider Bug? - Shapes "jittering" in another

I was messing about trying to make a barebones platformer, but randomly the player shape, instead of being repelled when it collides into another, just "jitters" about inside it. It doesn't always happen when I run it, but if it does, then it'll happen for the rest of the time it's open. A...