Search found 2 matches

by pixelfixation
Sat Dec 07, 2019 6:17 pm
Forum: General
Topic: Lua function declarations
Replies: 6
Views: 5830

Re: Lua function declarations

Is there a different GUI Library you guys would recommend I use?
by pixelfixation
Sat Dec 07, 2019 12:31 am
Forum: General
Topic: Lua function declarations
Replies: 6
Views: 5830

Lua function declarations

Hey guys newbie question. In Lua what is the difference between these two function declarations. I'm trying to use Gspot (side note what is up with that name?!) to make some UI elements and I'm wondering if my errors are coming from this difference. love.load = function() and function = love.load() ...