Added symbolic link.

This commit is contained in:
Bruce Hill 2017-10-28 01:50:05 -07:00
parent 45c0a7d75f
commit 0e056e44bb
2 changed files with 1 additions and 2 deletions

1
demo/hill_noise.lua Symbolic link
View File

@ -0,0 +1 @@
../hill_noise.lua

View File

@ -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 Noise = require "hill_noise"
local Histogram = require 'histogram' local Histogram = require 'histogram'
local DRAW_RES = love.window.toPixels(4) local DRAW_RES = love.window.toPixels(4)