diff options
author | Aki <nthirtyone@gmail.com> | 2017-03-17 18:35:54 +0100 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-03-17 18:35:54 +0100 |
commit | c16c1206f5884614157b8f5049e601ff77478d7f (patch) | |
tree | 68d0d82df3993b6695890b2a623a4b12aa98970c | |
parent | 84278ed41f61c586dbb38dd99c45ee33e2f58c77 (diff) | |
download | roflnauts-c16c1206f5884614157b8f5049e601ff77478d7f.zip roflnauts-c16c1206f5884614157b8f5049e601ff77478d7f.tar.gz roflnauts-c16c1206f5884614157b8f5049e601ff77478d7f.tar.bz2 |
Ray renamed and moved
-rw-r--r-- | not/Ray.lua (renamed from ray.lua) | 0 | ||||
-rw-r--r-- | not/World.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/not/World.lua b/not/World.lua index 5afc5bf..6d81918 100644 --- a/not/World.lua +++ b/not/World.lua @@ -8,7 +8,7 @@ require "not.Hero" require "not.Cloud" require "not.Effect" require "not.Decoration" -require "ray" +require "not.Ray" -- Metatable of `World` -- nils initialized in constructor |