2
0
bjorn 10 жил өмнө
parent
commit
53892ae572

+ 1 - 1
data/animation/pigeon.lua

@@ -12,7 +12,7 @@ Pigeon.states.walk = {
   loop = true,
   speed = .85,
   mix = {
-    walk = 1
+    walk = .2
   }
 }
 

+ 0 - 1
spear.lua

@@ -41,7 +41,6 @@ end
 
 function Spear:collideWith(other)
   if isa(other, Map) then
-    print('asdf')
     ctx.projectiles:remove(self)
   end
 end