Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Actually, you can define the preprocessor symbol DISABLE_SCREEN_FRAME, and it will get rid of the frame and use a black background.

You can use it by either defining the symbol from command line: tcc\tcc source\raycast.c source\dos.c -DDISABLE_SCREEN_FRAME or by adding it to the top of dos.c like this


Hopefully I’ll get around to writing documentation at some point- these things are almost impossible to find out right now.

Perfect, thank you :)