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

Lesson 18 breaks cell.y #838

Closed
MilesFarber opened this issue Jul 15, 2023 · 2 comments
Closed

Lesson 18 breaks cell.y #838

MilesFarber opened this issue Jul 15, 2023 · 2 comments
Labels
content Issues with the lessons, practices, including their code examples

Comments

@MilesFarber
Copy link

MilesFarber commented Jul 15, 2023

image

Using Cell.y is more desirable than using Number, because it uses less variables, and if the robot starts from the middle instead of the top, Number will cause it to go outside.

@MilesFarber MilesFarber added the bug Something isn't working as intended label Jul 15, 2023
@NathanLovato NathanLovato added content Issues with the lessons, practices, including their code examples and removed bug Something isn't working as intended labels Sep 29, 2023
@NathanLovato
Copy link
Contributor

Trying to write for cell.y is not valid GDScript code, hence the error you're seeing, "in" expected after identifier. I'll add the error explanation to the app. Thanks for the report

@NathanLovato
Copy link
Contributor

I just checked and the message is there in the latest version of the app. From the couple of opened issues I'm suspecting this might be linked to using an older desktop version from itch.io, i.e. issue #864.

Closing as this appears to be in the app already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues with the lessons, practices, including their code examples
Projects
None yet
Development

No branches or pull requests

2 participants