Fix default values not showing up on virtual classes

This commit is contained in:
Aaron Franke
2022-11-06 13:27:24 -06:00
parent f814e15c7f
commit 3dc9474355
20 changed files with 84 additions and 70 deletions

View File

@@ -15,6 +15,7 @@
<link title="3D Viewport Scaling Demo">https://godotengine.org/asset-library/asset/586</link>
</tutorials>
<members>
<member name="resource_local_to_scene" type="bool" setter="set_local_to_scene" getter="is_local_to_scene" overrides="Resource" default="true" />
<member name="viewport_path" type="NodePath" setter="set_viewport_path_in_scene" getter="get_viewport_path_in_scene" default="NodePath(&quot;&quot;)">
The path to the [Viewport] node to display. This is relative to the scene root, not to the node which uses the texture.
</member>