From cfd72afad5716a0035ced687da517e572212a4ac Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 10 Apr 2015 12:10:52 -0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ec422df..325f09b 100644 --- a/Home.md +++ b/Home.md @@ -46,7 +46,6 @@ Be it by fixing issues or taking one of the "fun" and "not so fun" tasks. Before #### Engine -* [Changing Scenes](tutorial_changing_scenes) * [Viewports](tutorial_viewports) * [Multiple Screen Resolutions](tutorial_multires) * [Input Events & Actions](tutorial_input_events) @@ -59,6 +58,7 @@ Be it by fixing issues or taking one of the "fun" and "not so fun" tasks. Before * [Handling Quit Request](tutorial_quit) * [Pausing The Game](tutorial_pause) * [SSL Certificates](tutorial_ssl) +* [Changing Scenes (Advanced)](tutorial_changing_scenes) * ~~[Basic Networking (TCP&UDP)](tutorial_basic_networking)~~ * ~~[GamePad/Keyboard-Controlled GUIs](tutorial_gp_gui)~~