diff options
author | chai <chaifix@163.com> | 2018-08-08 21:42:33 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-08 21:42:33 +0800 |
commit | a03a35b6cfe6399ceaff86a1cc035f1131427955 (patch) | |
tree | ef20b98e6d74ca8a7c2d612b0ef8ad56f1f74a3b /bin/BeatEm/init.lua | |
parent | c302ed889e01dcca8fd15ccca34e9f23972c8704 (diff) |
*update
Diffstat (limited to 'bin/BeatEm/init.lua')
-rw-r--r-- | bin/BeatEm/init.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/BeatEm/init.lua b/bin/BeatEm/init.lua new file mode 100644 index 0000000..b9cab27 --- /dev/null +++ b/bin/BeatEm/init.lua @@ -0,0 +1,14 @@ +local BeatEm = { + _NAME = "BeatEm" + _AUTHOR = "Chai", + _DESCRIPTION = [[ +A Fighting game utility for Jin game framework. + ]], + _JIN_REVISION = 101, + _REVISION = 100 + _LISENCE = [[ + + ]] +} + +return BeatEm
\ No newline at end of file |