1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Fix some issues with animations, and allow non-looped animations to be defined

This commit is contained in:
MirceaKitsune 2015-02-21 23:38:53 +02:00 committed by est31
parent 622918d8a8
commit 660fa516bf
10 changed files with 59 additions and 25 deletions

View file

@ -111,7 +111,7 @@ private:
// get_physics_override(self)
static int l_get_physics_override(lua_State *L);
// set_animation(self, frame_range, frame_speed, frame_blend)
// set_animation(self, frame_range, frame_speed, frame_blend, frame_loop)
static int l_set_animation(lua_State *L);
// get_animation(self)