Let editor workaround a case of inconsistency in compound scenes

This commit is contained in:
Pedro J. Estébanez
2023-06-07 13:44:37 +02:00
parent 828ec2c5d0
commit 96c469a138
7 changed files with 70 additions and 1 deletions

View File

@ -179,6 +179,12 @@
Returns mesh previews rendered at the given size as an [Array] of [Texture2D]s.
</description>
</method>
<method name="mark_scene_as_unsaved">
<return type="void" />
<description>
Marks the current scene tab as unsaved.
</description>
</method>
<method name="open_scene_from_path">
<return type="void" />
<param index="0" name="scene_filepath" type="String" />