From 62b67be7882dffebd6de0c8241d253d806a6905c Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 26 May 2017 19:14:27 +0200 Subject: Halfway through with moving to new OOP module --- not/Object.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 not/Object.lua (limited to 'not/Object.lua') diff --git a/not/Object.lua b/not/Object.lua new file mode 100644 index 0000000..fbc41e5 --- /dev/null +++ b/not/Object.lua @@ -0,0 +1,3 @@ +-- Wrapping library to game's hierarchy in a shameless way. +Object = require "lib.Object" +return Object -- cgit v1.1 From f525f386952506f7c14e241d087b7473f230235b Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 5 Jul 2017 17:00:07 +0200 Subject: Object lib added as git submodule --- not/Object.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'not/Object.lua') 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 -- cgit v1.1