Rémi Verschelde
76cf11c890
Merge branch 'master' into 3.2
2020-07-30 17:14:54 +02:00
Michael Alexsander
1f6d3995e4
Apply general code formatting to some pages in the tutorial section
2020-07-08 23:02:14 -03:00
Rémi Verschelde
d48ff2b0a1
Merge branch 'master' into 3.2
2020-07-06 14:30:28 +02:00
Robin Gustafsson
8cdd376e00
Update enum usage in "Import plugins"
...
The examples using the `Presets` enum don't work as-is. The enum key must be referenced with the enum name prefixed. According to [GDScript basics](https://docs.godotengine.org/en/stable/getting_started/scripting/gdscript/gdscript_basics.html ) this was changed in 3.1.
2020-07-04 15:59:43 +02:00
Marcel Admiraal
a865a960f7
Convert SpatialMaterial references to StandardMaterial3D.
2020-05-04 20:09:23 +01:00
Emil Mattsson
cb68a0bd90
Language improvements in Import Plugin tutorial ( #3090 )
2020-01-27 08:42:10 +01:00
Hugo Locurcio
733a3a0e2f
Improve "Audio buses", "Audio streams" and "Importing audio samples"
...
This improves writing style and formatting, and adds more links
to refer to other pages.
2019-09-01 17:00:50 +02: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
Rémi Verschelde
a0e32ac017
Fix mixed use of tabs and spaces in indented blocks
...
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
M. Huri
034bb63e84
Repaired mistyped of 'its'.
2018-10-19 19:39:49 +07:00
mhilbrunner
f215a0cf26
Proofing/review: Remove filler words, adhere to style guide
2018-05-06 05:23:37 +02:00
Michael Alexsander Silva Dias
23cb08ce0a
Fixes for the GDScript styling in various pages.
2018-02-05 20:12:52 -02:00
Nathan Lovato
96ee7418e9
Merge pull request #1028 from mhilbrunner/docs-structure
...
Restructuring update
2018-01-26 18:09:44 +01:00