소스 검색

Update 04.creating_the_enemy.rst (#10455)

* Update 04.creating_the_enemy.rst
iv0rye 8 달 전
부모
커밋
106ee4efca
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      getting_started/first_2d_game/04.creating_the_enemy.rst

+ 2 - 0
getting_started/first_2d_game/04.creating_the_enemy.rst

@@ -123,6 +123,8 @@ to the ``Mob`` and add this code:
         QueueFree();
     }
 
+``queue_free()`` is a function that essentially 'frees', or deletes, the node at the end of the frame.
+
 This completes the `Mob` scene.
 
 With the player and enemies ready, in the next part, we'll bring them together