From 99d246aa9f42e7c04cc6bab57a5ae195bfc904df Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 11 Sep 2018 22:38:29 +0800 Subject: *update --- sprite/sprite.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sprite/sprite.lua (limited to 'sprite/sprite.lua') diff --git a/sprite/sprite.lua b/sprite/sprite.lua new file mode 100644 index 0000000..79a7c06 --- /dev/null +++ b/sprite/sprite.lua @@ -0,0 +1,15 @@ +local Sprite = { + x = 0, + y = 0, +} +Sprite.__index = Sprite + +function Sprite:update(dt) + +end + +function Sprite.draw(sp) + +end + +return Sprite \ No newline at end of file -- cgit v1.1-26-g67d0