Closed dbartolini closed 1 year ago
When given any .lua resource, like:
require "units/cat" function you_know() World.spawn_unit(w, "units/table") ... end
The data-compiler should able to figure out its two requirements: "units/cat" and "units/table".
Current status:
When given any .lua resource, like:
The data-compiler should able to figure out its two requirements: "units/cat" and "units/table".
Current status: