B. Kelly

Results 56 issues of B. Kelly

Right now, clicking a step in the spoiler map displays all locations that are in-logic for that sphere, but also reveals all items in those locations and the majors it...

### What did you expect to happen? `atuin search -i` should be only slightly slower than `atuin search -i somecommand` or `atuin search $QUERY`, at worst, and there should not...

bug

Animated GIFs have two big problems when used for this: - they are limited to 256 colours, which is not sufficient for games that use tricks like wiggling the palette...

- put a TIC-80 ROM somewhere that _isn't_ `~/.local/share/com.nesbox.tic/TIC-80/`, say, `/tmp/test.tic` - load it from the command line using `tic80 /tmp/test.tic` or `cd /tmp && tic80 test.tic` - save the...

At present, using F9 to record the screen records at whatever display resolution TIC-80 _originally started at_. So (e.g.) `tic80 --scale 4` will produce a 1024x576 (the 960x544 drawable area...

Using `export` to save the sprite or tile sheets to an external file, and then `import` to load them back in, does not preserve the sprite flags. Looking at the...