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:
parent
622918d8a8
commit
660fa516bf
10 changed files with 59 additions and 25 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue