Skip to content

Commit

Permalink
Added submodule install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrodwd committed Feb 26, 2025
1 parent aca700e commit 561bb9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions include/install.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions include/reason.txt

This file was deleted.

0 comments on commit 561bb9a

Please sign in to comment.