Search found 1 match

by theapple0
Tue Oct 14, 2014 2:17 pm
Forum: General
Topic: ents.objpath doesnt work well
Replies: 1
Views: 1143

ents.objpath doesnt work well

Hi there :) I got an error But I dont know what to do with this ents = {} ents.objects = {} ents.objpath = "entities/" local register = {} local id = 0 function ents.Startup() register["box"] = love.filesystem.load( ents.objpath "box" ) end function ents.Derive(name) re...