Closed jintiao closed 9 years ago
https://github.com/ejoy/ejoy2d/blob/master/lib/lsprite.c#L69-L73 label.space_w = (int)lua_tointeger(L, 5); const char * align = lua_tostring(L,5);
fixed, https://github.com/ejoy/ejoy2d/commit/ebb2b6146fb497d2f08a5d425686ea2deab1082d
https://github.com/ejoy/ejoy2d/blob/master/lib/lsprite.c#L69-L73 label.space_w = (int)lua_tointeger(L, 5); const char * align = lua_tostring(L,5);