Browse Source

Remove unnecessary python role definition

Jeff Knox 9 years ago
parent
commit
c32b2a6485
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tutorials/step_by_step/simple_2d_game.rst

+ 0 - 1
tutorials/step_by_step/simple_2d_game.rst

@@ -55,7 +55,6 @@ is defined, then input methods that trigger it are added.
 Open the project properties dialog again, but this time move to the
 Open the project properties dialog again, but this time move to the
 "Input Map" tab.
 "Input Map" tab.
 
 
-.. role:: python(code)
 On it, add 4 actions:
 On it, add 4 actions:
 ``left_move_up``, ``left_move_down``, ``right_move_up``, ``right_move_down``.
 ``left_move_up``, ``left_move_down``, ``right_move_up``, ``right_move_down``.
 Assign the keys that you desire. A/Z (for the left player) and Up/Down (for the right player) as keys
 Assign the keys that you desire. A/Z (for the left player) and Up/Down (for the right player) as keys