Minor fixes in getting started #8129
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey everyone,
I just started exploring Godot and went through the Getting Started part. I noticed a few thing that I think should be changed:
Dodge the Creeps!string was not consistent through the page.\nshould be removed from the Label Text because the Label should do the wrapping.new_game()call with only a few lines in between.asyncmethod in C# should probably return aTaskinstead ofvoid. I am not 100% sure about this, as I didn't dig into how the method is actually called. Also I think this is fine if done intentionally to not confuse users who are new not just to Godot but to coding in general.As someone who is new to game development I must say I really liked the Getting Started docs! A big thanks to all the contributors!