Function game_logic::entrypoint[][src]

pub async fn entrypoint(force_recreate_savefiles: bool)
Expand description

This is the game logic entrypoint. Despite being async, this is expected to block the main thread for rendering and stuff.

Setting force_recreate_savefiles will cause the game to recreate its settings and savestate files.