From 0e056e44bb578ed52421b89d17351688ef5d7a90 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 28 Oct 2017 01:50:05 -0700 Subject: [PATCH] Added symbolic link. --- demo/hill_noise.lua | 1 + demo/main.lua | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 120000 demo/hill_noise.lua 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)