Commit Graph
20 Commits
Author SHA1 Message Date
Matthew c45a8d9617 Start to add C# to VR starter tutorial (#2065) 2019-03-10 11:22:20 +01:00
Rémi Verschelde 5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Rémi Verschelde 315e8f787f Merge pull request #2144 from corrigentia/patch-122
Fix punctuation and grammar in vr_primer
2019-01-16 22:56:26 +01:00
corrigentia 00cf87b778 Tweak vr_starter_tutorial
Fix punctuation, spelling, grammar and GDScript style guide compliance in vr_starter_tutorial. Remove duplication.
"a" becomes "an" before vowel sound.
Do **NOT** use ["different" after "various"](https://www.thefreedictionary.com/various)!
2019-01-16 21:17:08 +02:00
corrigentia bec0c16e51 Fix punctuation and grammar in vr_primer
Fix punctuation and grammar in vr_primer.
"then" < When?
"than" < Compared to what?

"acceptable" (adjective) = the nature of an object/thing;
"acceptably" (adverb)     = the nature of an action/process.
2019-01-16 10:47:13 +02:00
Rémi Verschelde 739ea5eeb9 Fix most Sphinx warnings 2019-01-07 12:14:46 +01:00
Rémi Verschelde a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
Rémi Verschelde 4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Hugo Locurcio 0ee39090cd Improve writing style in the VR starter tutorial 2018-11-15 20:53:12 +01:00
M. Huri 034bb63e84 Repaired mistyped of 'its'. 2018-10-19 19:39:49 +07:00
Frido 7fa9e9da19 Fixed grammar and typos in VR tutorial 2018-10-16 23:54:42 +02:00
Kevin Abellan 3af39ab3bd replace tabs with x4 spaces per PR specs 2018-09-22 09:28:27 -04:00
Kevin Abellan d60b05b480 Add missing if block to VR tutorial source example
Fixed formatting and corrected the example code to better reflect the intent of the tutorial text.
i.e.  "...The last thing we are doing in button_pressed is checking to see if the button pressed is 1..."
2018-09-21 18:44:14 -04:00
Rémi Verschelde e29dc58cbb Heading capitalization fixes + misc edits 2018-08-23 10:57:22 +02:00
TwistedTwigleg 5a4a4308f3 Added a starter VR tutorial. (#1545)
* Added a starter VR tutorial.

The VR tutorial covers the basics of making a VR game, along with making a teleportation system,
a RigidBody pick-up/drop system, and a few different special RigidBody nodes.
2018-07-10 14:00:19 +02:00
mhilbrunner f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Yuri Chornoivan 11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
skyace65 6212017e76 Add C# to ARVR page 2018-03-31 22:08:40 -04:00
Joe Sweeney 09fa52e5ac Fix spelling errors 2018-01-31 08:35:22 +01:00
Unknown 882b31d361 Restructuring 2018-01-26 16:28:20 +01:00