Added a shell script for starting the game in editor quickly.

This commit is contained in:
unfa 2021-09-17 21:12:28 +02:00
parent d6cf4e5707
commit c3f523e302

6
Liblast.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
cd ./Game
../Godot/godot
cd ..
read