Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello! Thanks for the amazing work on this. I understand bitsy doesn't have a discord anymore so I'm coming here for help.
I'm making something for the LowRez Jam, and I was wondering what configurations or sections of the code I could change to get the text boxes to be at the same resolution as the game. If it's not an easy change I might end up just making every text box as an image and calling them up via dialog scripts

(+1)

hiya,  maybe the simplest solution would be to find or make a low rez bitsy font? maybe there is a bitsy hack for this also, but make sure to use files compatible with bitsy 3d https://github.com/seleb/bitsy-hacks/tree/v16.0.3/dist 

otherwise you will have to search through the bitsy codebase a little. i haven't worked with it for a couple of years so i can't really give you pointers to where exactly stuff is

(+1)

hiya,  maybe the simplest solution would be to find or make a low rez bitsy font? maybe there is a bitsy hack for this also, but make sure to use files compatible with bitsy 3d https://github.com/seleb/bitsy-hacks/tree/v16.0.3/dist 

otherwise you will have to search through the bitsy codebase a little. i haven't worked with it for a couple of years so i can't really give you pointers to where exactly stuff is