Search found 3 matches

by willthewarlock
Tue Sep 01, 2009 8:37 pm
Forum: Support and Development
Topic: return table problem
Replies: 2
Views: 3478

Re: return table problem

Thanks
by willthewarlock
Tue Sep 01, 2009 8:32 pm
Forum: Support and Development
Topic: return table problem
Replies: 2
Views: 3478

return table problem

I'm making a GUI library and I get error LFrame is nil value. Frame is a table in a other file(which is included in the GUI library) Main Program: require('GUI.lua') function load() local var = love.graphics.newImage('test.gif') LFrame = GUI:Create('Frame') LFrame:SetPos(10,10) LFrame:SetSize(100,10...
by willthewarlock
Sun Feb 22, 2009 7:08 am
Forum: Support and Development
Topic: Physics
Replies: 2
Views: 2456

Physics

I was wondering if LOVE automatic does physics for you like if a speeding ball hits you it move you a bit. If it does, is there a way to change that off?