mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #10985 from nicolanore/fix-resources-code-tab
Fix example code block for custom resources
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user