minigame 4 80% done

This commit is contained in:
2026-04-30 14:27:22 +00:00
parent d8b1fd8c6b
commit 2ad5401d28
18 changed files with 1446 additions and 38 deletions
+4
View File
@@ -19,4 +19,8 @@ PLAQUE="$DST/Game/public/img/quiz-carry-plaque-assets"
mkdir -p "$PLAQUE"
chown www-data:www-data "$PLAQUE"
chmod 2775 "$PLAQUE"
GA="$DST/Game/public/img/gauntlet-assets"
mkdir -p "$GA"
chown www-data:www-data "$GA"
chmod 2775 "$GA"
echo "OK: deployed $SRC -> $DST (node_modules on server untouched)"