Fix README files, especially in Android IAP demos

This commit is contained in:
Aaron Franke
2020-11-28 21:53:22 -05:00
parent d38d18006b
commit fc54dd9c23
18 changed files with 37 additions and 24 deletions

View File

@@ -4,6 +4,6 @@ These demos showcase various ways to use the
[`Viewport`](https://docs.godotengine.org/en/stable/classes/class_viewport.html) node.
Languages: All have GDScript, Dynamic Split Screen has
[GDSL](https://docs.godotengine.org/en/latest/tutorials/shading/shading_reference/shading_language.html)
[GDSL](https://docs.godotengine.org/en/latest/tutorials/shaders/shader_reference/shading_language.html)
Renderers: 3D in 2D and GUI in 3D use GLES 3, the rest are GLES 2

View File

@@ -3,7 +3,7 @@
This sample project showcases an implementation of dynamic
split screen, also called Voronoi split screen.
Language: [GDSL](https://docs.godotengine.org/en/latest/tutorials/shading/shading_reference/shading_language.html) and GDScript
Language: [GDSL](https://docs.godotengine.org/en/latest/tutorials/shaders/shader_reference/shading_language.html) and GDScript
Renderer: GLES 2