borb
borb
i'm fine either way. Maybe leaning towards "0 radius drawing 1px dot", **only** because that's how it has worked previously, and changing the behaviour would change how some old cartridges...
I can confirm this as well. Trying to stream 1.0.2164 to Discord results in weird visual glitches, 0.90.1723 was completely fine
Big agree! Also, while we're at it, make ESC go to console in devmode instead of code editor, like it used to be. These minor changes in workflow have basically...
> I simply don't think the dev mode is either useful or necessary Dev mode is necessary! For so many TIC-80 users, "press ESC to go to console" is deeply...
> At least make dev mode easy to toggle imo, it IS easy to toggle. `menu` -> options > dev mode
Oops, I was drawing the lines with `tri()` instead of `line()`. My bad! Anyway, here's a short code that produces very different results on 1.0 and 0.90. ``` t=0 a=60...
I need `tri()` because i want to make the lines thicker on other end when the scanner is rotated, so using `line()` in this case is unfortunately out of the...
@joshgoebel here ya go: a clock example with `tri()` drawn on top of `trib()`. I think it would make sense that `tri()` would draw the exact same shape as `trib`,...
No, you can start making the selection before starting to scroll. Here're the steps to reproduce: 1) Go to map editor, to the upper left room 2) Try to select...
removed looping map? nooo, please don't! i'm making a game with a looping map and it's pretty much impossible to develop it without a looping map editor (or, at the...