Browse Source

Fix example code block for custom resources

nicolanore 3 tháng trước cách đây
mục cha
commit
b8867b0817
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tutorials/scripting/resources.rst

+ 1 - 0
tutorials/scripting/resources.rst

@@ -213,6 +213,7 @@ Attach a script to it named ``bot_stats.gd`` (or just create a new script, and t
 
 .. tabs::
   .. code-tab:: gdscript GDScript
+    
     class_name BotStats
     extends Resource