Przeglądaj źródła

Fix code block after 11b4a4a

Rémi Verschelde 5 lat temu
rodzic
commit
4567e5af9d
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      tutorials/plugins/android/android_plugin.rst

+ 1 - 3
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")