-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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 px
suffix for TileSet separation
property
#80934
Conversation
You have several unrelated changes in your PR, please squash your commits into one, see here |
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.
Minus the cleaning of the commit history this looks good
godot/scene/resources/tile_set.cpp Line 4086 in 6758a7f
|
px
suffix for TileSet separation
property
aa38713
to
328fffc
Compare
Squashed unrelated commits |
Could you please amend your commit message? We don't use the "fix", "chore", etc prefixes as per the project's preferred style. Just dropping it would be fine.
Documentation says it's in "grid tiles". |
Add px suffix to TileSet separation value
328fffc
to
0044217
Compare
Thanks! And congrats on your first merged Godot PR! |
Add
px
suffix to TileMap > TileSet > Selection > Seperation. Visual change.Fixes #80869