Search found 71 matches

by Le_juiceBOX
Sat Mar 26, 2016 3:11 pm
Forum: Support and Development
Topic: require not working
Replies: 3
Views: 1260

require not working

require "player.lua" <-- in console all the way at the bottom its says this is the problem, i do have another script called "player.lua"

function love.load()



end
function love.update()
player_move()


end
function love.draw()
player_draw()


end