Karl
ccae0397d7
Fix wrong command in command line tutorial.
2018-04-08 22:32:31 +02:00
GetLocalPlayer
90079ae39b
Update ui_main_menu.rst
2018-04-07 13:08:40 +04:00
GetLocalPlayer
3701e5119a
Update ui_introduction_to_the_ui_system.rst
...
There's no TextureFrame class in Godot 3. I think it should be TextureRect.
2018-04-06 17:11:25 +04:00
Max Hilbrunner
b480728219
Scripting: Revert typo
2018-04-04 18:48:24 +02:00
Max Hilbrunner
3fce7b854c
Scripting signals intro: Remove illegible warning
2018-04-04 18:47:13 +02:00
Lamonte
753e45479d
Added C# examples & info for the Your First Game example ( #1297 )
...
* Added C# examples & information for the your first game example
2018-04-04 18:08:22 +02:00
GetLocalPlayer
b426f42ff0
Update ui_introduction_to_the_ui_system.rst
...
Misspalling
2018-04-04 17:12:19 +04:00
Neil Moore
97c3d0c975
Document how to create and use custom iterators
2018-04-04 01:06:37 -04:00
GetLocalPlayer
c6a77c68af
Update ui_introduction_to_the_ui_system.rst
...
Not all stretch modes of TextureRect was described.
2018-04-03 20:55:16 +04:00
Fahmy Radifan Muhammad
e5b7b94188
Fix link
...
The link for "main menu tutorial" was pointing at the current page instead of the tutorial
2018-04-02 13:58:28 +07:00
skyace65
de729de2f0
Add C# to Scene Tree Page
2018-03-31 13:16:43 -04:00
Poommetee Ketson
2cf560bc8a
Fix typos with codespell
2018-03-29 12:38:45 +07:00
Max Hilbrunner
207c95c9c4
UI/Code a lifebar: Fix image caption
2018-03-28 23:16:17 +02:00
Max Hilbrunner
5d2e32e1ff
Merge pull request #1267 from YeldhamDev/import_process_typos
...
Fixed small typos in the "Import process" page
2018-03-28 22:23:48 +02:00
Michael Alexsander Silva Dias
3a2ac800cc
Fixed small typos in the "Import process" page.
2018-03-28 16:35:01 -03:00
Max Hilbrunner
c57d25d573
Merge pull request #1263 from xpvpc/master
...
fix typo
2018-03-27 13:13:22 +02:00
xpvpc
171ea0d26f
fix typo
2018-03-27 10:22:32 +02:00
Joseph Kelly
a53af02a96
Revert changes to ui_main_menu.rst
2018-03-26 19:03:12 -07:00
Joseph Kelly
4b6e76148e
Step by step fixes ( #1261 )
...
* Fix image description
* Fix MarginContainer tutorial
Fixed the values for the right and bottom margins of margin container. They should be negative.
Moved the Layout -> Full Rect step to before setting the margins because selecting a layout removes the margins you've already described.
2018-03-27 02:03:49 +02:00
kn00tcn
9c8893f33f
cleaner language on 'exporting for UWP' doc page
...
fixed malformed sentence, cleaner grammar scattered across the page, changed the final paragraph into a note
2018-03-25 20:31:41 -04:00
Josh
ccc7a3b400
Update gdscript_advanced.rst
...
Typo
2018-03-23 09:29:23 -05:00
Xavier Cho
7a57180b05
Fix wrong command line option (-lang) / improve code example ( #1243 )
...
* Fix wrong command line option to set locale
* Minor code clean up regarding variable scope
Code example should follow best practices, like using a global variable only when it's necessary.
2018-03-20 18:04:11 +01:00
Max Hilbrunner
46681bc4c5
CLI tutorial: Update paths, exporting, fix #1079
2018-03-18 17:54:56 +01:00
Max Hilbrunner
5a62228fff
CLI tutorial: Change -export to --export ( #1238 )
2018-03-18 16:09:00 +01:00
Max Hilbrunner
42fa8a4ac6
Merge pull request #1237 from Rubonnek/replace-select-mode-tool
...
Replaced using the select mode tool by changing the Size property
2018-03-16 11:46:45 +01:00
Wilson E. Alvarez
24e48cc033
Replaced using the select mode tool by changing the Size property
2018-03-15 19:12:55 -04:00
Wilson E. Alvarez
2ba0a3c146
Added missing steps for the CenterContainer
2018-03-15 16:05:14 -04:00
Max Hilbrunner
9d77a478e6
Merge pull request #1234 from ZX-WT/editor-tutor-improvement
...
improve 3d workspace intro (added description about the [perspective] button)
2018-03-15 12:58:22 +01:00
Max Hilbrunner
6e991e8b91
Merge pull request #1233 from Rubonnek/master
...
Removed unnecessary download link. Highlighted Layout keyword
2018-03-15 12:57:30 +01:00
Bashar Abdullah
8b96338cf2
Small fixes ( #1232 )
...
* Add missing C# text to list of Godot script languages
* Bug Fix: Add instruction to initialize animated_health to 0 at the begin of the script.
Without it user will get "Invalid type in built-in function 'round'. Cannot convert argument 1 from Nil to float"
2018-03-15 12:56:16 +01:00
ZX-WT
dc55491f79
improve 3d workspace intro
2018-03-15 13:27:44 +08:00
Wilson E. Alvarez
0264416563
Removed unnecessary download link. Highlighted Layout keyword
2018-03-15 00:22:44 -04:00
Michael Alexsander Silva Dias
6351046ee5
Uncapitalized "icon_export_settings.PNG" extension.
2018-03-13 16:41:19 -03:00
Max Hilbrunner
4a649c7b4e
Fix #958
2018-03-13 19:08:21 +01:00
Max Hilbrunner
8d879a8a45
Add JDK links to exporting for Android
2018-03-13 18:50:24 +01:00
mhilbrunner
4759e8fc5e
Editing pass on windows icon tutorial
2018-03-13 18:32:53 +01:00
ZX-WT
6bac464f97
Added windows_icon tutorial ( #1223 )
2018-03-13 18:06:15 +01:00
mhilbrunner
77013222b3
Remove outdated 2D/3D keybinds page, fixes #1225
2018-03-12 22:06:29 +01:00
Andrew Huang
d8481378af
"artifact" was misspelled as "arctifact"
2018-03-10 21:57:43 +08:00
Paul Nicholas
f33c54092d
Fixed screenshots & doc references to old signal name ( #1220 )
...
* Fixed screenshots that referenced wrong signal name
* Corrected "took_damage" references to "health_changed"
2018-03-10 13:56:36 +01:00
Michael Alexsander Silva Dias
175aea267b
Fixed small mistake on the "GDScript format strings" page.
2018-03-09 11:17:45 -03:00
Max Hilbrunner
8acfe8cdaf
Merge pull request #1175 from JPTeasdale/master
...
Update export to iOS Steps
2018-03-09 10:22:08 +01:00
John Teasdale
166788a769
Typo
2018-03-08 19:54:04 -08: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
John Teasdale
ddc8b88c31
Fix sentence grammar
2018-03-07 21:38:10 -08:00
John Teasdale
eb03564585
Change I to you
2018-03-07 19:52:52 -08:00
Michael Alexsander Silva Dias
a5ae251e1a
Fixed small mistake in "Your First Game" page.
2018-03-07 16:26:08 -03:00
Max Hilbrunner
556040b7fe
Manual copy of changes in PR #1207 for master
2018-03-07 15:42:09 +01:00
Max Hilbrunner
70f5109f13
Merge pull request #1208 from sdfgeoff/export_commandline
...
Added note on exporting from command line
2018-03-07 12:14:52 +01:00
Geoffrey
acc66d15da
Added note on exporting from command line
2018-03-07 10:50:33 +01:00