forked from unfa/liblast
Added a shell script for starting the game in editor quickly.
This commit is contained in:
parent
d6cf4e5707
commit
c3f523e302
1 changed files with 6 additions and 0 deletions
6
Liblast.sh
Executable file
6
Liblast.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ./Game
|
||||
../Godot/godot
|
||||
cd ..
|
||||
read
|
Loading…
Reference in a new issue