diff options
author | Aki <nthirtyone@gmail.com> | 2017-07-05 17:00:07 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-07-05 17:00:07 +0200 |
commit | f525f386952506f7c14e241d087b7473f230235b (patch) | |
tree | 827d1f3fa721a70b862891a73f0801ac6ae897f9 /not/Object.lua | |
parent | b5c3f635128845baa6fdc738df44c5fe88b3db82 (diff) | |
download | roflnauts-f525f386952506f7c14e241d087b7473f230235b.zip roflnauts-f525f386952506f7c14e241d087b7473f230235b.tar.gz roflnauts-f525f386952506f7c14e241d087b7473f230235b.tar.bz2 |
Object lib added as git submodule
Diffstat (limited to 'not/Object.lua')
-rw-r--r-- | not/Object.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Object.lua b/not/Object.lua index fbc41e5..30b91b5 100644 --- a/not/Object.lua +++ b/not/Object.lua @@ -1,3 +1,3 @@ -- Wrapping library to game's hierarchy in a shameless way. -Object = require "lib.Object" +Object = require "lib.object.Object" return Object |