Victor Karp
|
72b304711a
|
Add missing closing quotation marks in GDScript format strings (#5583)
|
2022-02-05 21:23:29 +01:00 |
|
Hugo Locurcio
|
4f6fdbc710
|
Fix various spacing and capitalization issues
|
2020-05-18 09:54:32 +02:00 |
|
corrigentia
|
674d24192b
|
Update gdscript_format_string.rst
|
2018-12-06 14:11:13 +02: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 |
|
Alexander Holland
|
17e8ca3d2c
|
added code view in table and added a new example for "no index"
|
2018-08-20 16:29:40 +02:00 |
|
Omicron
|
7cc76159f8
|
Missing bracket
|
2018-04-28 23:04:18 +02:00 |
|
Michael Alexsander Silva Dias
|
e173600c79
|
Various fixes to the "Scripting -> GDScript" to respect the GDScript style guide.
|
2018-04-23 02:31:55 -03:00 |
|
Michael Alexsander Silva Dias
|
175aea267b
|
Fixed small mistake on the "GDScript format strings" page.
|
2018-03-09 11:17:45 -03:00 |
|
Neil Moore
|
bd35996903
|
Adds examples of using String.format
Used examples provided by @AlexHolly in #1080
|
2018-03-08 20:28:22 -05:00 |
|
Nathan
|
18f889b6a4
|
Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
|
2018-01-25 08:54:27 +01:00 |
|