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

Typo in the Quick Start: Making your first 2D Game #2905

Closed
deftfitf opened this issue May 19, 2024 · 1 comment
Closed

Typo in the Quick Start: Making your first 2D Game #2905

deftfitf opened this issue May 19, 2024 · 1 comment

Comments

@deftfitf
Copy link

deftfitf commented May 19, 2024

The type of a block after a block with the type of BlockType.BT_STONE should always be BlockType.BT_STONE.

It might be

The type of a block after a block with the type of BlockType.BT_NONE should always be BlockType.BT_STONE.

ref:

- The type of a block after a block with the type of `BlockType.BT_STONE` should always be `BlockType.BT_STONE`.

@MrKylinGithub
Copy link
Contributor

fixed, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants