소스 검색

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,
   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