schrum2 / EvoCraft-SCOPE

0 stars 0 forks source link

Command line parameter to keep world on exit #32

Closed schrum2 closed 2 years ago

schrum2 commented 2 years ago

The default is now to clear and reset the world (clear space, restore ground) whenever the program exits (even if it crashes). However, we should allow a command line parameter that disables this. Be sure to look carefully at how bool type command line parameters work now.

alejmedinajr commented 2 years ago

I created the new command line parameter and it keeps the world on exit when set to default value of false. When it is changed to true, The previous shapes remain on exit.