From 0949c2b14750c6cbf5a402b88c89a8518feac9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=82=B4=EB=A0=A4=EC=A3=BC=EC=84=B8=EC=9A=94?= <46598063+qwreey75@users.noreply.github.com> Date: Sun, 12 Sep 2021 21:54:16 +0900 Subject: [PATCH] removed beta feature (moved on other branch) --- src/dump.lua | 1 - src/style.lua | 13 ------------- src/tween.lua | 1 - 3 files changed, 15 deletions(-) delete mode 100644 src/dump.lua delete mode 100644 src/style.lua delete mode 100644 src/tween.lua diff --git a/src/dump.lua b/src/dump.lua deleted file mode 100644 index 26949c6..0000000 --- a/src/dump.lua +++ /dev/null @@ -1 +0,0 @@ --- we should add dumping gui to xml feature \ No newline at end of file diff --git a/src/style.lua b/src/style.lua deleted file mode 100644 index 98196ef..0000000 --- a/src/style.lua +++ /dev/null @@ -1,13 +0,0 @@ -local module = {}; - -function module.init(shared) - local new = {}; - - function shared.new(property) - - end - - return new; -end - -return module; \ No newline at end of file diff --git a/src/tween.lua b/src/tween.lua deleted file mode 100644 index b26664c..0000000 --- a/src/tween.lua +++ /dev/null @@ -1 +0,0 @@ --- this feature will depends on https://github.com/nofairTCM/AdvancedTween \ No newline at end of file