doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-04-25 14:00:31 +02:00
parent fcbe50befa
commit a485d862f1
622 changed files with 840 additions and 630 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="BackBufferCopy" inherits="Node2D" category="Core" version="3.1">
<class name="BackBufferCopy" inherits="Node2D" category="Core" version="3.1.1">
<brief_description>
Copies a region of the screen (or the whole screen) to a buffer so it can be accessed with [code]SCREEN_TEXTURE[/code] in the [code]texture()[/code] function.
</brief_description>