diff --git a/demo/hill_noise.lua b/demo/hill_noise.lua new file mode 120000 index 0000000..2f4bdce --- /dev/null +++ b/demo/hill_noise.lua @@ -0,0 +1 @@ +../hill_noise.lua \ No newline at end of file diff --git a/demo/main.lua b/demo/main.lua index e918a3b..42bd62d 100644 --- a/demo/main.lua +++ b/demo/main.lua @@ -1,5 +1,3 @@ --- Update the package path because noise.lua is in the parent directory: -package.path = package.path .. ";../hill_noise.lua" local Noise = require "hill_noise" local Histogram = require 'histogram' local DRAW_RES = love.window.toPixels(4)