diff --git a/getting_started/first_2d_game/05.the_main_game_scene.rst b/getting_started/first_2d_game/05.the_main_game_scene.rst index d1fcc692a..48ca4ec95 100644 --- a/getting_started/first_2d_game/05.the_main_game_scene.rst +++ b/getting_started/first_2d_game/05.the_main_game_scene.rst @@ -47,7 +47,7 @@ see some new buttons at the top of the editor: Select the middle one ("Add Point") and draw the path by clicking to add the points at the corners shown. To have the points snap to the grid, make sure "Use -Grid Snap" and "Use Snap" are both selected. These options can be found to the +Grid Snap" and "Use Smart Snap" are both selected. These options can be found to the left of the "Lock" button, appearing as a magnet next to some dots and intersecting lines, respectively. diff --git a/getting_started/first_2d_game/img/grid_snap_button.png b/getting_started/first_2d_game/img/grid_snap_button.png index 1714069ff..f5d78f9b4 100644 Binary files a/getting_started/first_2d_game/img/grid_snap_button.png and b/getting_started/first_2d_game/img/grid_snap_button.png differ