Godot Version
4.4.1 Linux
Question
I would like to autostart my game. So far I have to start godot, open my project, press the play button in the top right corner. I would like to do this all fully automatic. Of course starting godot executable itself is easily done in an autostart shell script. But how can I tell the executable to take this and that project and to play it directly?
Thanks.