Răsfoiți Sursa

Rename Android guide to Quest guide oh no;

bjorn 4 ani în urmă
părinte
comite
1094a5a2db
3 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 0 0
      guides/Getting_Started_(Quest).md
  2. 2 2
      guides/Simple_Lighting.md
  3. 1 1
      guides/init.lua

+ 0 - 0
guides/Getting_Started_(Android).md → guides/Getting_Started_(Quest).md


+ 2 - 2
guides/Simple_Lighting.md

@@ -229,6 +229,6 @@ There's lots of playing around you can do - experiment with multiple lights, new
 
 [Complete source code for this tutorial can be found here.](https://barelyconsciousgames.com/lovr-phong.zip)
 
-This should work on your Quest, Go, or GearVR as well if you follow the instructions on the LÖVR website for [deploying to Android](https://lovr.org/docs/Getting_Started_(Android)). A moving, unlit sphere was added in the example to represent the light source to better visualize it.
+This should work on your Quest, Go, or GearVR as well if you follow the instructions on the LÖVR website for [deploying to Android](https://lovr.org/docs/Getting_Started_(Quest)). A moving, unlit sphere was added in the example to represent the light source to better visualize it.
 
-Have fun with LÖVR!
+Have fun with LÖVR!

+ 1 - 1
guides/init.lua

@@ -1,6 +1,6 @@
 return {
   'Getting_Started',
-  'Getting_Started_(Android)',
+  'Getting_Started_(Quest)',
   'Callbacks_and_Modules',
   'Simple_Lighting',
   'Vectors',