mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-21 06:55:14 +02:00
Change scale to fix upside-down head
This commit is contained in:
parent
e471a29b2d
commit
1247140faa
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ local axolotl = {
|
|||
head_bone_position = vector.new( 0, -1, 0 ), -- for minetest <= 5.8
|
||||
curiosity = 10,
|
||||
head_yaw="z",
|
||||
head_scale = vector.new(1,-1,-1),
|
||||
head_scale = vector.new(-1,-1,1),
|
||||
|
||||
armor = 100,
|
||||
rotate = 180,
|
||||
|
|
Loading…
Add table
Reference in a new issue