-
-
Notifications
You must be signed in to change notification settings - Fork 2
Downloading projects #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,8 @@ | ||||||||||||||||
| ## Downloading Files | ||||||||||||||||
|
|
||||||||||||||||
| To download files in MakeCode (all PXT target), it is simple, just click the download button in the bottom-center corner which is between the project's title bar and GitHub's logo. If the editor you have does **not** contain the GitHub logo, it will still be in the same position, but without the logo. | ||||||||||||||||
| All files are downloaded in the whole project itself, **not** by **indepent files**. The file's data type is a .mkcd (makecode) file. | ||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "indepent" should be "independent". Also, "by indepent files" is slightly awkward; "as independent files" is clearer.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This line states that downloading in "all PXT target" editors produces a Useful? React with 👍 / 👎. |
||||||||||||||||
| When the file is done downloading, the compiler will show a picture frame of the game in that moment. | ||||||||||||||||
| This is mainly because it helps to easier identify that current frame that is happening to the game to make other users | ||||||||||||||||
| to understand what is cool in this project. This is more like an ad showing something intresting about what the game is about | ||||||||||||||||
| in that current frame. | ||||||||||||||||
|
Comment on lines
+5
to
+8
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Grammar and spelling improvements. "picture frame" is better described as a "screenshot" or "thumbnail". "easier identify" should be "more easily identify", and "intresting" is a typo.
Suggested change
|
||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammar and clarity improvements. "all PXT target" should be plural, and the sentence structure can be improved for better readability.