Skip to content
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

Add refresher tips for how to do tasks, explanations, minor style changes #10500

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

y-almannaee
Copy link

This pull request changes the following things on the "Creating the enemy" page under the "Your first 2D game" tutorial:

  • Explains how to change scenes, reminds the user to save their new Mob scene
  • Adds a tip to remind users how to group a node with its children
  • Explains what the Layer and Mask selections do in the CollisionObject2D
  • Adds a tip to remind users how to add animation sprites
  • Adds a comment for other contributors to update a code section with changes to match the example project
  • Adds a tip to remind users how to connect signals to nodes
  • Adds a note on how users can learn what an unknown function does in the Script Editor
  • Minor style updates, manually wrap lines

Please review some of the additions for verbosity. Thank you!

…nges

This changes the following things:

- Explains how to change scenes, reminds the user to save their new Mob scene

- Adds a tip to remind users how to group a node with its children

- Explains what the Layer and Mask selections do in the CollisionObject2D

- Adds a tip to remind users how to add animation sprites

- Adds a comment for other contributors to update a code section with changes to match the example project

- Adds a tip to remind users how to connect signals to nodes

- Adds a note on how users can learn what an unknown function does in the Script Editor
@AThousandShips AThousandShips added enhancement discussion area:getting started Issues and PRs related to the Getting Started section of the documentation labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:getting started Issues and PRs related to the Getting Started section of the documentation discussion enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants