diff --git a/editor.sh b/editor.sh index ce9ff0cf..502fad63 100755 --- a/editor.sh +++ b/editor.sh @@ -3,4 +3,4 @@ cp -u ./engine/bin/godot.x11.opt.tools.64 ./engine/bin/run.godot.x11.opt.tools.64 export LD_LIBRARY_PATH=`pwd`/engine/bin/ -./engine/bin/run.godot.x11.opt.tools.64 -v +./engine/bin/run.godot.x11.opt.tools.64 -v diff --git a/ged.sh b/ged.sh new file mode 100755 index 00000000..ae20bae7 --- /dev/null +++ b/ged.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cp -u ./engine/bin/godot.x11.opt.tools.64 ./engine/bin/run.godot.x11.opt.tools.64 + +export LD_LIBRARY_PATH=`pwd`/engine/bin/ +./engine/bin/run.godot.x11.opt.tools.64 -v -e --path ./game/ diff --git a/play.sh b/play.sh new file mode 100755 index 00000000..6f916f0c --- /dev/null +++ b/play.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cp -u ./engine/bin/godot.x11.opt.tools.64 ./engine/bin/run.godot.x11.opt.tools.64 + +export LD_LIBRARY_PATH=`pwd`/engine/bin/ +./engine/bin/run.godot.x11.opt.tools.64 -v --path ./game/