mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 16:41:06 +01:00
Remove spaces on line 70 (71)
Actually delete the spaces this time.
This commit is contained in:
parent
50e6dd94b2
commit
9e73c2cd46
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ local axolotl = {
|
||||||
random = "mobs_mc_axolotl",
|
random = "mobs_mc_axolotl",
|
||||||
damage = "mobs_mc_axolotl_hurt",
|
damage = "mobs_mc_axolotl_hurt",
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
animation = {-- Stand: 1-20; Walk: 20-60; Swim: 61-81
|
animation = {-- Stand: 1-20; Walk: 20-60; Swim: 61-81
|
||||||
stand_start = 61, stand_end = 81, stand_speed = 15,
|
stand_start = 61, stand_end = 81, stand_speed = 15,
|
||||||
walk_start = 61, walk_end = 81, walk_speed = 15,
|
walk_start = 61, walk_end = 81, walk_speed = 15,
|
||||||
|
|
Loading…
Reference in a new issue