ooh, nice and jiggly - looks to me like an issue with console buffer size (the buffer is too big for the window in which the game is rendered). Try this:
right-click on the window title bar
go to Properties>>Font
decrease the size of the font a bit
grab the bottom-right corner of the window and enlarge it as much as possible
I'll try to find a way to check for the screen size and automatically adjust the console buffer and font...
I added a function that will reset the size of the window to default after resize, which I think should help after you change the font size. I'll look for a more robust way of handling buffer/window/font sizes, but for now let me know if that helped?
thanks a ton for your feedback btw, appreciate it! <3
← Return to game
Comments
Log in with itch.io to leave a comment.
Game doesn't display properly at all. This is what it looks like:
ooh, nice and jiggly - looks to me like an issue with console buffer size (the buffer is too big for the window in which the game is rendered). Try this:
I'll try to find a way to check for the screen size and automatically adjust the console buffer and font...
Thanks for the suggestion. That stopped the jiggling but...
ok, I uploaded a fix (v1.1.2)
I added a function that will reset the size of the window to default after resize, which I think should help after you change the font size. I'll look for a more robust way of handling buffer/window/font sizes, but for now let me know if that helped?
thanks a ton for your feedback btw, appreciate it! <3
The new version works perfectly! Thanks!
yaayy!