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

@@ -1,8 +1,8 @@
# VisualScript Demos
These demos are written in [VisualScript](https://docs.godotengine.org/en/latest/getting_started/scripting/visual_script/index.html).
These demos are written in [VisualScript](https://docs.godotengine.org/en/latest/tutorials/scripting/visual_script/index.html).
Languages: All are [VisualScript](https://docs.godotengine.org/en/latest/getting_started/scripting/visual_script/index.html),
Languages: All are [VisualScript](https://docs.godotengine.org/en/latest/tutorials/scripting/visual_script/index.html),
Multitouch View has some GDScript
Renderers: All are GLES 2

View File

@@ -4,7 +4,7 @@ Demo of a simple game using visual script.
You must click the circles to "pop" them in
order to stop their invasion of the screen.
Language: [VisualScript](https://docs.godotengine.org/en/latest/getting_started/scripting/visual_script/index.html)
Language: [VisualScript](https://docs.godotengine.org/en/latest/tutorials/scripting/visual_script/index.html)
Renderer: GLES 2

View File

@@ -3,7 +3,7 @@
Simple debugger for multitouch input.
Shows red dots everywhere you press.
Language: [VisualScript](https://docs.godotengine.org/en/latest/getting_started/scripting/visual_script/index.html)
Language: [VisualScript](https://docs.godotengine.org/en/latest/tutorials/scripting/visual_script/index.html)
Renderer: GLES 2

View File

@@ -4,7 +4,7 @@ A simple Pong game. This demo shows best practices
for game development in Godot, including
[signals](https://docs.godotengine.org/en/latest/getting_started/step_by_step/signals.html).
Language: [VisualScript](https://docs.godotengine.org/en/latest/getting_started/scripting/visual_script/index.html)
Language: [VisualScript](https://docs.godotengine.org/en/latest/tutorials/scripting/visual_script/index.html)
Renderer: GLES 2