Paul
Paul
Unless I misunderstood something, this can now be done in the dev branch by multiplying a channel of `scale_xy` by -1.
This might be a dupe of #991
Maybe adding a callable validator argument to labels would be a good idea?
Remember, beginners are one of the core audiences for arcade. Requiring them to learn regex may overwhelm them if they're still struggling with the fundamentals of Python.
@Ibrahim2750mi I took some more time to think about this. I agree that we should have some form of support for regex. However, I think callables are the best option...
I updated the ticket with example code and better screenshots to demonstrate the issue. GUI widgets should be examined closely to see if they also have a similar problem. If...
This is still relevant in 2023, but the nature of the problem has changed since itch's embed handling appears to have changed. Example: | Vertical view | Horizontal view |...
> even though the gamepad is only supported on touch devices. It should be possible to make it work on desktop since the [browser gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API/Using_the_Gamepad_API) has been supported fairly...
Is this still something @tobiasvl will be looking at? I think Octo might meet [linguist's language addition guidelines](https://github.com/github/linguist/blob/master/CONTRIBUTING.md#adding-a-language): - [x] A supported grammar under one of the [permitted licenses](https://github.com/github/linguist/blob/9b1023ed5d308cb3363a882531dea1e272b59977/vendor/licenses/config.yml#L4-L15): https://github.com/hoovercj/vscode-octo...
> is this even still relevant? Text objects or spritesheet with numbers should do the job. Agreed! > Using the gui just to display some numbers I think is very...