ソースを参照

Revert function name

Chris Bradfield 7 年 前
コミット
c1c634d923
1 ファイル変更1 行追加1 行削除
  1. 1 1
      getting_started/step_by_step/exporting.rst

+ 1 - 1
getting_started/step_by_step/exporting.rst

@@ -113,7 +113,7 @@ changed:
             $AnimatedSprite.animation = "up"
             $AnimatedSprite.flip_v = velocity.y > 0
 
-    func _on_player_body_entered(body):
+    func _on_Player_body_entered( body ):
         $Collision.disabled = true
         hide()
         emit_signal("hit")