Code: Select all
require "ex"
To say the same thing differently, when I installed "Lua for Windows," a Windows environment variable called LUA_PATH was created, but LOVE is ignoring my LUA_PATH variable. The book "Programming in Lua" makes it sound like all Lua programs should be aware of LUA_PATH. Is it normal for LOVE to ignore LUA_PATH, or am I doing something wrong?
BTW, I apologize for being an annoying newbie, but I couldn't find this question answered on this forum.