diff options
author | chai <chaifix@163.com> | 2018-08-01 08:41:00 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-01 08:41:00 +0800 |
commit | 5f9dc5209d621d6ce7d27936a24b23589142d0ae (patch) | |
tree | 905301682972c92a819ee746948ba9bea4da3ffe /newton/init.lua | |
parent | 0efe3cf55bde25c0627899b36dbe1694dd338234 (diff) |
*update
Diffstat (limited to 'newton/init.lua')
-rw-r--r-- | newton/init.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newton/init.lua b/newton/init.lua new file mode 100644 index 0000000..47781ff --- /dev/null +++ b/newton/init.lua @@ -0,0 +1,7 @@ +local newton = {} + +newton.update = function(dt) + +end + +return newton
\ No newline at end of file |