From 9b454388f524702eb8a4ed17a19eae043f7ee561 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 19 Feb 2026 14:09:37 -0500 Subject: [PATCH] Constant Motion Added. --- .install/Constant Motion.sh | 7 +++++++ .launch/Constant Motion.game | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 .install/Constant Motion.sh create mode 100644 .launch/Constant Motion.game diff --git a/.install/Constant Motion.sh b/.install/Constant Motion.sh new file mode 100644 index 0000000..270afc2 --- /dev/null +++ b/.install/Constant Motion.sh @@ -0,0 +1,7 @@ +check_architecture x86_64 +installPath="${installPath:-${HOME}/.local/games}" +cache="${cache:-${XDG_CACHE_HOME:-$HOME/.cache}/linux-game-manager}" +download "https://samtupy.com/games/cm.tar.gz" +mkdir -p "${installPath}/Constant Motion" +tar -xzf "${cache}/cm.tar.gz" -C "${installPath}/Constant Motion" +chmod +x "${installPath}/Constant Motion/cm" diff --git a/.launch/Constant Motion.game b/.launch/Constant Motion.game new file mode 100644 index 0000000..78acdae --- /dev/null +++ b/.launch/Constant Motion.game @@ -0,0 +1,4 @@ +check_architecture x86_64 +gameExecutable="${installPath}/Constant Motion/cm" +pushd "${installPath}/Constant Motion" +${fex}"${gameExecutable}"