From c6ab7cff886a294dfbb3ce5e472f3e95abdcebae Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 23 Mar 2015 17:09:14 -0300 Subject: [PATCH] Updated tutorial_android_module (markdown) --- tutorial_android_module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial_android_module.md b/tutorial_android_module.md index 465cf22..ec1e191 100644 --- a/tutorial_android_module.md +++ b/tutorial_android_module.md @@ -220,9 +220,9 @@ c:\godot> scons p=android c:\godot\platform\android\java> ant release ``` -### Using the SDK +### Using the Module -To use the SDK from GDScript, first enable the singleton by adding the following line to engine.cfg: +To use the Module from GDScript, first enable the singleton by adding the following line to engine.cfg: ``` [android]