Search found 3 matches

by Ferseus
Mon Oct 20, 2014 8:32 pm
Forum: General
Topic: Using LUBE
Replies: 4
Views: 3881

Re: Using LUBE

Just apply some around your area. Me and my girlfriend uses LUBE all the time ;)
by Ferseus
Mon Oct 20, 2014 8:28 pm
Forum: General
Topic: love.update(dt)
Replies: 2
Views: 2373

Re: love.update(dt)

Okay I understand now, thanks for your help!
by Ferseus
Mon Oct 20, 2014 3:12 pm
Forum: General
Topic: love.update(dt)
Replies: 2
Views: 2373

love.update(dt)

Hi, I'm new to Love2d, and I have 2 questions. 1.Does love.update(dt) HAVE to be called in main.lua? 2. If it doesn't HAVE to then can I call the function love.update(dt) multiple times? like this: function love.load end function love.update(dt) end function love.update(dt) end function love.draw() ...