forked from VoxeLibre/VoxeLibre
Adjust spacing in animation.lua
This commit is contained in:
parent
f38492bcb0
commit
024cf46307
|
@ -1,12 +1,12 @@
|
||||||
local math_pi = math.pi
|
local math_pi = math.pi
|
||||||
local math_sin = math.sin
|
|
||||||
local math_cos = math.cos
|
|
||||||
|
|
||||||
-- set defined animation
|
-- set defined animation
|
||||||
mobs.set_animation = function(self, anim, fixed_frame)
|
mobs.set_animation = function(self, anim, fixed_frame)
|
||||||
|
|
||||||
if not self.animation or not anim then
|
if not self.animation or not anim then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
if self.state == "die" and anim ~= "die" and anim ~= "stand" then
|
if self.state == "die" and anim ~= "die" and anim ~= "stand" then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue