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

Inconsistent naming convention in code for glod-game tutorial #59

Open
Yttruire opened this issue May 11, 2023 · 0 comments · May be fixed by #67
Open

Inconsistent naming convention in code for glod-game tutorial #59

Yttruire opened this issue May 11, 2023 · 0 comments · May be fixed by #67
Assignees
Labels
Type: Bug Something isn't working

Comments

@Yttruire
Copy link
Contributor

List may not be exhaustive

  • Step 4 uses .x and .y variables, where as Step 5 uses .X and .Y
  • LoadTexture is used in step 3 when the shard name is load-texture. In subsequent steps, the shard is then renamed to LoadTexture. All should use load-texture to keep to the naming convention (kebab-case)
  • Step 5 uses .score in one part of the tutorial, then uses .Score in another
@Yttruire Yttruire added the Type: Bug Something isn't working label May 11, 2023
@Yttruire Yttruire self-assigned this May 11, 2023
@Yttruire Yttruire linked a pull request May 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant