From 4567e5af9dfa285e1b8a214911deb357e947ff65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 13 Mar 2020 17:49:26 +0100 Subject: [PATCH] Fix code block after 11b4a4a --- tutorials/plugins/android/android_plugin.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tutorials/plugins/android/android_plugin.rst b/tutorials/plugins/android/android_plugin.rst index 4d078f076..25ba2d2b5 100644 --- a/tutorials/plugins/android/android_plugin.rst +++ b/tutorials/plugins/android/android_plugin.rst @@ -92,9 +92,7 @@ Loading and using a Android plugin Once you have access to the plugin ``aar`` file, move it to the Godot project ``res://android/plugins`` directory. -From your script: - -.. code-block:: +From your script:: if Engine.has_singleton("MyPlugin"): var singleton = Engine.get_singleton("MyPlugin")