浏览代码

Fix example code block for custom resources

nicolanore 2 月之前
父节点
当前提交
b8867b0817
共有 1 个文件被更改,包括 1 次插入0 次删除
  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