소스 검색

Update resources.rst to remove stray whitespace

Whitespace on line 216 was causing code to merge into the tab name
AtelierFerrofell 1 개월 전
부모
커밋
a531c1b7d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/scripting/resources.rst

+ 1 - 1
tutorials/scripting/resources.rst

@@ -213,7 +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