diff options
author | chai <chaifix@163.com> | 2018-11-21 08:39:28 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-21 08:39:28 +0800 |
commit | f440f7fb52ca62715504e4a3c7076456de40f7b8 (patch) | |
tree | 16d6bbaa9a6d42c6c57c193556ea0e1a881128a0 /src/lua/modules/graphics/je_lua_spritesheet.cpp | |
parent | 9474767c68c48eff2618df80433b0b81ebf529c6 (diff) |
*更新动画
Diffstat (limited to 'src/lua/modules/graphics/je_lua_spritesheet.cpp')
-rw-r--r-- | src/lua/modules/graphics/je_lua_spritesheet.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lua/modules/graphics/je_lua_spritesheet.cpp b/src/lua/modules/graphics/je_lua_spritesheet.cpp index a1652e0..8454321 100644 --- a/src/lua/modules/graphics/je_lua_spritesheet.cpp +++ b/src/lua/modules/graphics/je_lua_spritesheet.cpp @@ -53,6 +53,12 @@ namespace JinEngine return 1; } + // {} = newSprites + LUA_IMPLEMENT int l_newSprites(lua_State* L) + { + + } + LUA_EXPORT void luaopen_SpriteSheet(lua_State* L) { luaL_Reg methods[] = { |