Commit Graph

77 Commits

Author SHA1 Message Date
PeterDavidCarter 1e9db1ea79 Update tutorial
Basic grammar and specificity edit. Slight improvement to overall ease of reading.
2016-11-29 15:50:12 +00:00
Lucas Popenke 244f8c94da Fixed missing variables
Replicated fix to other parts of text that mention same part of code.
(cherry picked from commit d4b398900f)
2016-11-20 16:31:30 +01:00
Lucas Popenke 05f20f80b3 Add missing variable from code examples
Ball direction variable definition was missing in the code examples, making the game avoided collision. All credits to my friend @Nixsm who helped me with this.
(cherry picked from commit 1eb6750a04)
2016-11-20 16:31:22 +01:00
Rémi Verschelde 6f87572d67 Comment formatting fixes from 2.1 2016-11-20 09:21:00 +01:00
Avril 41e4cbbcaa fix-7160-broken-code-blocks 2016-11-20 04:37:05 +01:00
Rémi Verschelde bade822e92 Merge pull request #277 from StraToN/pong-rewrite
Rewritten some parts of pong tutorial to make them clearer (hopefully).
2016-11-11 10:25:21 +01:00
Julian Murgia 9f9e183f7e Removed some useless lines which cause repetitions.
Corrected some mistakes, thanks @akien-mga and @merumelu
2016-11-09 23:29:20 +01:00
Rémi Verschelde e6274452f5 Merge pull request #294 from Qard/patch-2
Minor grammar improvement
2016-11-09 11:25:19 +01:00
Stephen Belanger b30a4680b4 Minor grammar improvement 2016-11-05 13:16:12 -07:00
Stephen Belanger 4f659864db Fixed some typos 2016-11-05 12:50:16 -07:00
Tim Roes 49ca537713 Fix small typo in SceneTree docs 2016-10-30 13:34:15 +01:00
Julian Murgia faea70955d Rewritten some parts of pong tutorial to make them clearer (hopefully). 2016-10-22 16:55:08 +02:00
Rémi Verschelde 747a3721bb Merge pull request #264 from timhberry/master
minor tweaks to clarify things for new users
2016-10-22 12:29:12 +02:00
Andrew Conrad 888d369ed4
Remove mention of resources tab 2016-10-21 21:37:27 -05:00
Tim Berry b674f6b245 minor tweaks to clarify things for new users 2016-10-07 22:17:54 +01:00
Tim Berry 9f412d130c updated for UI changes
changed text and images for instancing tutorial, due to change in child
instancing button in UI
2016-10-05 23:38:54 +01:00
Asier Iturralde Sarasola 9fa73471f0 Fix #250: Small error in the tutorial Scripting (continued) > Processing 2016-09-26 21:12:36 +02:00
Azmat AlJamhoor 4fd51cc879 Possible Type 2016-09-14 23:46:10 +05:00
David Saltares 5f394141f9 Fixes typos in GUI tutorial 2016-08-13 10:23:21 +01:00
Landon Kirk fd602f6a88 -Updated the "Scripting" module for the "Step-by-step" tutorial to account for recent changes in the editor interface 2016-08-10 16:52:11 -04:00
Adham 21652f6b7e Update animations.rst
Added note about Godot 2.x removal of animation pen button.
2016-07-08 10:08:22 +10:00
Juan Pablo Moreno 4f1a49e410 misspelling a word
I've corrected a misspelling in a  single Word in this page.
2016-07-03 17:21:04 -05:00
Rémi Verschelde c2fc1b22bd Fix some typos from previous commit 2016-06-16 14:40:21 +02:00
steevm 9ad79b7b1c Update singletons_autoload.rst
General phrasing for readability
2016-06-02 02:29:02 +02:00
Bonfi96 702949104c Corrected a typo
At line 49, from "This means, that a for a singleton named "playervariables", any node can
access it by requesting" to "This means, that for a singleton named "playervariables", any node can
access it by requesting"
2016-06-01 15:05:45 +02:00
jmintb 3beec61d7c Changed "are" to "as" in the tutorial "Instancing (Continued)" 2016-05-29 22:44:37 +02:00
Rémi Verschelde fa3d07bb1e Merge pull request #136 from NickelGhost/master
Minor English mistake fixed ("it's" to "its")
2016-05-01 15:06:56 +02:00
NickelGhost abe35859be Minor English mistake fixed ("it's" to "its") 2016-05-01 15:02:46 +02:00
Jeff Knox c32b2a6485 Remove unnecessary python role definition 2016-04-28 23:36:44 -07:00
Jeff Knox 26f12b58c4 Grammar and link fixes for "InputEvent" and "Simple 2D Game"
simple_2d_game.rst had a broken link, so I updated it along with inputevent.rst
2016-04-23 20:08:52 -07:00
Roger Erens e4c477aada Update scripting.rst
Fixing some typos
2016-04-18 23:19:17 +02:00
Rémi Verschelde e4013a4a49 Merge pull request #98 from BlaXpirit/patch-2
Fix formatting
2016-03-17 21:30:16 +01:00
Oleh Prypin bbd1372770 Fix list formatting in Scripting doc 2016-03-17 22:23:41 +02:00
Oleh Prypin 9e5a187ea1 Clarify how to change resolution 2016-03-17 22:12:24 +02:00
RegalMedia 905b1dd28c Fixed typos/misspellings 2016-03-06 11:29:09 -06:00
RegalMedia f1f8078126 Updated to include a bit more guidance for new comers.
When I first went through this I kept trying to import the images as textures.  Then read the note on the import dialog and noticed I could simply add these to the project folder directly.
2016-03-06 10:42:31 -06:00
HER0_01 aef74f0a91 Clarification + link in "Input Event" tutorial 2016-03-02 08:46:25 -06:00
Andrew Conrad 951764ac09 Spelling corrections in "Singletons (AutoLoad)" 2016-03-01 11:48:44 -06:00
Andrew Conrad bc395b4f1b Grammar and spelling fixes in "Resources" tutorial 2016-03-01 00:44:42 -06:00
Rémi Verschelde 466da56c7f Merge pull request #40 from her001/patch-2
Correct possessive its in "Scene Tree" tutorial
2016-03-01 07:22:56 +01:00
Andrew Conrad 39f96e3784 Correct possessive its in "Scene Tree" tutorial 2016-02-29 23:45:42 -06:00
Andrew Conrad ebc4e32a8e Correct full to fool in "File system" 2016-02-29 23:21:58 -06:00
Andrew Conrad 24f8f111c1 Add a link + grammar fixes to "Animations" 2016-02-29 00:56:50 -06:00
Rémi Verschelde abcb731ae4 Merge pull request #35 from her001/patch-2
Remove unnecessary comma in "Splash screen"
2016-02-29 07:39:34 +01:00
Andrew Conrad 6f2df42c07 Remove unnecessary comma in "Splash screen" 2016-02-28 22:26:11 -06:00
Andrew Conrad 6456af35e4 Add missing paren + spelling fixes in "GUI Tutorial" 2016-02-28 22:14:16 -06:00
Andrew Conrad 2eae4a3961 Add links and other fixes to "Simple 2D Game" 2016-02-28 11:54:06 -06:00
Rémi Verschelde ffff82ece5 Merge pull request #31 from daafu/patch-4
Update filesystem.rst
2016-02-28 03:38:36 +01:00
Rémi Verschelde 01b3d2188b Merge pull request #30 from her001/patch-4
Grammar fixes in "Scripting" tutorial
2016-02-28 03:35:52 +01:00
Rémi Verschelde 1dee9362a9 Merge pull request #29 from her001/patch-3
Grammar fix and small changes to "Instancing (Continued)"
2016-02-28 03:35:25 +01:00