From f19fd7c84d48319777c02233c8f1b1d0d63f4ede Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 16 Aug 2020 18:20:56 +0200 Subject: [PATCH] Add 2 more helper scripts. --- editor.sh | 2 +- ged.sh | 6 ++++++ play.sh | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100755 ged.sh create mode 100755 play.sh 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/