Merged
Conversation
currently breaks backdrop
Member
Author
|
Progress Update: Kooha-2025-08-29-17-57-24.webmStamp works, IDK how to fix the black blending artifacts though. |
scaling seems to not have been fully fixed by the last one
|
Are you still working on it, or have you already abandoned it? |
Member
Author
Just took a small break to work on ScratchBox, this is still going to be worked on. |
untest bc/ i can't get the pen option blocks to work
…nto pen-support
Still needs bottom screen support though. Also i made an initPen() function so the pen texture only gets created when needed
Member
Author
|
Oh, we're gonna need to resolve this conflicts locally (so we can move them to the |
this also slightly fixes some of the blending issue
it's not perfect but it's good enough for now, it seems SDL3 might have some blending stuff that can help but we're sadly locked to SDL2 for now.
NateXS
approved these changes
Oct 5, 2025
gradylink
commented
Oct 5, 2025
this fixes pen rendering on all platforms except switch and vita, we have no idea why
|
yeah ok |
Member
??? |
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.
This is pretty hard, because we need two entirely different implementations for 3DS and SDL2...
Note
Pen does not work on Switch and Vita and we have no idea why. If you know why it doesn't work, please tell us!