From 561bb9ab6e512cecd1100ca4bc7acb0edf06790a Mon Sep 17 00:00:00 2001 From: Cyrodwd Date: Wed, 26 Feb 2025 12:25:58 -0800 Subject: [PATCH] Added submodule install script --- include/install.sh | 10 ++++++++++ include/reason.txt | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 include/install.sh delete mode 100644 include/reason.txt diff --git a/include/install.sh b/include/install.sh new file mode 100644 index 0000000..9aab2df --- /dev/null +++ b/include/install.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# I didn't know if Kapendev would agree with changing “loadSound”, so I better make a game-specific modification. +# Literally “loadSound” has only one boolean field “loop” lmao. + +# Clone submodule +git clone https://github.com/Cyrodwd/parin cparin + +# Init and update submodule +git submodule update --init --recursive cparin diff --git a/include/reason.txt b/include/reason.txt deleted file mode 100644 index 68ab5e8..0000000 --- a/include/reason.txt +++ /dev/null @@ -1,2 +0,0 @@ -I didn't know if Kapendev would agree with changing “loadSound”, so I better make a game-specific modification. -Literally “loadSound” has only one boolean field “loop” lmao. \ No newline at end of file