diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2020-10-01 04:34:47 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2020-10-01 23:57:21 -0400 |
commit | 439be614f4706705331669a58ce03f14c34ca52f (patch) | |
tree | 5d314dc0e0d5d40355bcda7882892d3c88ebe278 /doc/classes/Camera2D.xml | |
parent | 5e726d8d2025f1bc52299894230d94ef5972cea4 (diff) |
Link to demos from within the class reference
Diffstat (limited to 'doc/classes/Camera2D.xml')
-rw-r--r-- | doc/classes/Camera2D.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Camera2D.xml b/doc/classes/Camera2D.xml index ad49216b34..c7ee915109 100644 --- a/doc/classes/Camera2D.xml +++ b/doc/classes/Camera2D.xml @@ -9,6 +9,9 @@ Note that the [Camera2D] node's [code]position[/code] doesn't represent the actual position of the screen, which may differ due to applied smoothing or limits. You can use [method get_camera_screen_center] to get the real position. </description> <tutorials> + <link title="2D Platformer Demo">https://godotengine.org/asset-library/asset/120</link> + <link title="2D Isometric Demo">https://godotengine.org/asset-library/asset/112</link> + <link title="2D HDR Demo">https://godotengine.org/asset-library/asset/110</link> </tutorials> <methods> <method name="align"> |