Refactor structure

This commit is contained in:
2025-12-14 21:34:06 +08:00
parent 952f00261b
commit 27cb9fa32f
37 changed files with 712 additions and 486 deletions

3
scripts/deps.sh Executable file
View File

@@ -0,0 +1,3 @@
if ! (command -v rpgmaker-linux & > /dev/null 2>&1) then
wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/installgithub.sh" | bash
fi