We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925f440 commit 37c16fdCopy full SHA for 37c16fd
itemanimation.lua
@@ -27,6 +27,8 @@ function itemanimation:update(dt)
27
self.timer = self.timer + dt
28
if self.timer >= mushroomtime then
29
self:spawn()
30
+ end
31
+ if self.instantdelete then
32
return true
33
end
34
0 commit comments