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

Debug pointer accounts for FlxSprite opacity #3182

Conversation

EliteMasterEric
Copy link
Contributor

When using the debugger cursor, if an FlxSprite had an alpha of 0, it would still select it. You'd also select a sprite if you clicked one of its transparent pixels. Both of these were annoying when trying to use the cursor to select a specific sprite, this fixes both of those issues.

@Geokureli
Copy link
Member

Geokureli commented Jun 12, 2024

When making PRs please have your settings.json include the following, to avoid reformatting entire files:

"[haxe]":
{
    "editor.formatOnSaveMode": "modifications"
}

and make sure your hxFormat.json has this, or simply disable autoformatting, altogether

"indentation":
{
    "trailingWhitespace": true
}

@Geokureli
Copy link
Member

This doesn't work in my tests, closing for #3184

@Geokureli Geokureli closed this Jun 12, 2024
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

Successfully merging this pull request may close these issues.

3 participants