Add third person view

This commit is contained in:
BlockMen
2014-01-08 13:47:53 +01:00
parent e149d1ad9a
commit a1db9242ec
19 changed files with 270 additions and 22 deletions

View File

@@ -231,6 +231,9 @@ class ObjectRef : public ModApiBase {
// override_day_night_ratio(self, type, list)
static int l_override_day_night_ratio(lua_State *L);
// set_local_animation(self, {stand/ilde}, {walk}, {dig}, {walk+dig}, frame_speed)
static int l_set_local_animation(lua_State *L);
public:
ObjectRef(ServerActiveObject *object);