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

remotes/1705725415861086127/tmp_refs/heads/main
unfa 2021-09-17 21:12:28 +02:00
parent d6cf4e5707
commit c3f523e302
1 changed files with 6 additions and 0 deletions

6
Liblast.sh Executable file
View File

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