Bläddra i källkod

Update resources.rst

removed unnecessary wording
bitbutter 6 år sedan
förälder
incheckning
b893737557
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      getting_started/step_by_step/resources.rst

+ 1 - 1
getting_started/step_by_step/resources.rst

@@ -135,7 +135,7 @@ returns the root node of the scene. You can then add it as a child of any other
 node.
 node.
 
 
 The approach has several advantages. As the :ref:`PackedScene.instance()
 The approach has several advantages. As the :ref:`PackedScene.instance()
-<class_PackedScene_method_instance>` function is pretty fast, you can create new
+<class_PackedScene_method_instance>` function is fast, you can create new
 enemies, bullets, effects, etc. without having to load them again from disk each
 enemies, bullets, effects, etc. without having to load them again from disk each
 time. Remember that, as always, images, meshes, etc. are all shared between the
 time. Remember that, as always, images, meshes, etc. are all shared between the
 scene instances.
 scene instances.