Open Dejaku51 opened 1 day ago
I start to feel there should be a new dm file that has compile flags only...
I know compile_options.dm
is a thing, but it's not that simple.
is setting debug flags or whatever coderwords realy more convinent then just using the start-now verb?
is setting debug flags or whatever coderwords realy more convinent then just using the start-now verb?
when you compile game almost every minute and gotta start-now, observe, select-equipment, debug equipment every single time? yes.
About The Pull Request
QOL for all contributors adds a define thats lets you quickly start the game. specifically:
Why It's Good For The Game
Allows coders to quickly go into the round without any clicks, making it easier when you keep resetting the round while testing
Testing Photographs and Procedure
Screenshots&Videos
https://github.com/user-attachments/assets/4731b608-9125-4fbc-b355-1c671e535cdf Put screenshots and videos here with an empty line between the screenshots and the `Changelog
:cl: add: Added QUICKSTART define which lets developers quickly start the round /:cl: