瀏覽代碼

Not much;

bjorn 10 年之前
父節點
當前提交
53892ae572
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      data/animation/pigeon.lua
  2. 0 1
      spear.lua

+ 1 - 1
data/animation/pigeon.lua

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

+ 0 - 1
spear.lua

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