Browse Source

Update ui_code_a_life_bar.rst

Jonathan 7 years ago
parent
commit
eea0997b97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/ui_code_a_life_bar.rst

+ 1 - 1
getting_started/step_by_step/ui_code_a_life_bar.rst

@@ -220,7 +220,7 @@ less convenient than doing it from the code.
     You can optionally connect nodes from the code. But doing it from the editor has two advantages:
 
     1. Godot can write new callback functions for you in the connected script
-    1. An emitter icon appears next to the node that emits the signal in the Scene dock
+    2. An emitter icon appears next to the node that emits the signal in the Scene dock
 
 At the bottom of the window you will find the path to the node you
 selected. We're interested in the second row called "Method in Node".