1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Allow setting custom third person front view camera offset (#13686)

Co-authored-by: Muhammad Rifqi Priyo Susanto <muhammadrifqipriyosusanto@gmail.com>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
This commit is contained in:
Gregor Parzefall 2023-10-02 13:44:03 +02:00 committed by GitHub
parent 3a4bf14c20
commit 33cc29bbda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 41 additions and 22 deletions

View file

@ -358,7 +358,7 @@ private:
// get_local_animation(self)
static int l_get_local_animation(lua_State *L);
// set_eye_offset(self, firstperson, thirdperson)
// set_eye_offset(self, firstperson, thirdperson, thirdperson_front)
static int l_set_eye_offset(lua_State *L);
// get_eye_offset(self)