Pixel Brush
Pixel Brush
Help
___________________________________________ ############################################################################################ FATAL ERROR in action number 1 of Step Event0 for object obj_htme: local variable inst_object(100007, -2147483648) not set before reading it. at gml_Script_htme_syncSingleVarGroup (line 119) - buffer_write(self.buffer, buffer_u16,...
Different parts of the train get culled, resulting in different parts of it getting stretched all around, making the train incredibly confusing to use.
 # Base: Add emoji 👞 - U+1F45E MANS SHOE 👟 - U+1F45F ATHLETICS SHOE 👠 - U+1F460 HIGH-HEELED SHOE 🕴 - U+1F574 MAN IN BUSINESS SUIT LEVITATING
Updated the Default Snake Sprite to something fancier, as suggested by [cubiclove](https://github.com/cubiclove) on Discord. ### Before  ### After  I've tried to maintain the original charm of the old...
 # Base: Add Emoji 🥿 - U+1F97F FLAT SHOE 🫀 - U+1FAC0 ANATOMICAL HEART 🪔 - U+1FA94 DIYA LAMP 🧫 - U+1F9EB PETRI DISH 🚷 - U+1F6B7 NO PEDESTRIANS
This is a relatively straight-forward commit, allowing programs to export APNG files, with a custom frame duration, blend mode, etc. This is also my first non-image commit for SerenityOS! (Woohoo!)...
### Describe the Bug The Train rubberbands all over the place, seemingly jumping forward and backward at ludicrous speeds, sometimes killing passengers on rare occasions. ### Reproduction Steps 1. Construct...
### Describe the Bug  There should be several trains on this map, not just one. This used to work, but now just doesn't anymore, even after removing other mods...
Passing a string such as `foo\nbar\n\n` or `foo\n\nbar` into `ClearSignAsync` and then the output of this into `VerifyClearAsync `returns a false. This is true for any consecutive newlines. **Example:** ```csharp...
### Summary When, for example, `background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url();` is used on a body element, it only darkens the initially loaded section, while everything...