forked from VoxeLibre/VoxeLibre
Merge pull request 'Fix rabbit rotation' (#1661) from jordan4ibanez/MineClone2:mineclone5 into mineclone5
Reviewed-on: MineClone2/MineClone2#1661
This commit is contained in:
commit
76acf26dcf
|
@ -7,7 +7,7 @@ local rabbit = {
|
||||||
spawn_class = "passive",
|
spawn_class = "passive",
|
||||||
passive = true,
|
passive = true,
|
||||||
reach = 1,
|
reach = 1,
|
||||||
|
rotate = 270,
|
||||||
hp_min = 3,
|
hp_min = 3,
|
||||||
hp_max = 3,
|
hp_max = 3,
|
||||||
xp_min = 1,
|
xp_min = 1,
|
||||||
|
|
Loading…
Reference in New Issue