50
I finally managed to both make the new gui system good enough to replace the old one AND actually replace the old one. Note: I kind of abused the old gui system, which made replacing it not as easy as it should be.
Also, I found a bug where the buy button doesn't always get cleared. Luckily I know the cause, and that is me not cleaning up properly. Luckily I am building it in Rust so with a few modifications to the gui library I can make it impossible to forget that, and make it easier to use in the process as well
Next up: Fix that bug and document the functions/structs and traits that I use. After that, put it on crates.io and make a reddit post. Yes, it will be called mergui unless someone comes up with a better name. But, to be honest, I started to like it
.
https://lenscas.github.io/arena_keeper_quick/