summaryrefslogtreecommitdiff
path: root/anim/anim.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-01 20:29:30 +0800
committerchai <chaifix@163.com>2018-08-01 20:29:30 +0800
commitb0a665f16aa241c2f8650d1040bab42faa2a75bc (patch)
tree0edb83f2a3495c7009927bc6c026c72f9db91247 /anim/anim.lua
parent5f9dc5209d621d6ce7d27936a24b23589142d0ae (diff)
*update
Diffstat (limited to 'anim/anim.lua')
-rw-r--r--anim/anim.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/anim/anim.lua b/anim/anim.lua
new file mode 100644
index 0000000..a1529c3
--- /dev/null
+++ b/anim/anim.lua
@@ -0,0 +1,11 @@
+local anim = {
+ _DESCRIPTION = [[
+
+ ]],
+ _AUTHOR = "Chai",
+ _JIN_REVISION = 101,
+
+}
+
+
+return anim \ No newline at end of file