@@ -12,7 +12,7 @@ Pigeon.states.walk = {
loop = true,
speed = .85,
mix = {
- walk = 1
+ walk = .2
}
@@ -41,7 +41,6 @@ end
function Spear:collideWith(other)
if isa(other, Map) then
- print('asdf')
ctx.projectiles:remove(self)
end