FlxTilemapExt: Fix Slope Deadzone - #489
Open
MTUnixic wants to merge 2 commits into
Open
Conversation
Member
|
Looks promising, will give it a try |
Contributor
|
I will be VERY happy if this works
On Tuesday, Jul 28, 2026, 6:02 PM, wrote:
*Geokureli* left a comment (HaxeFlixel/flixel-addons#489)
<#489 (comment)>
Looks promising, will give it a try
@chosencharacters <https://github.com/chosencharacters> will be very happy
if this works
—
Reply to this email directly, view it on GitHub
<#489?email_source=notifications&email_token=AFNKA4DHLHFLPETZHCCNXZT5HEPIBA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMJRGAYTINZQGUY2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-5110147051>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNKA4H4MUJW3POCC6EX4DL5HEPIBAVCNFSNUABEKJSXA33TNF2G64TZHMYTCMRRG42TMNB3JFZXG5LFHM2TAMBTGI3DKMBXG2QXMAQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Author
tried it out myself and it seemed to work fine for me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes the annoying bug where the tip of north slopes are count as out of bounds and are not collide-able at all, leading to some weird errors when moving to the tip of a slope and especially when you stand between two which cancels collision on both slopes and lets u fall right through.