Files
GameOfMoon/Audio/scripts/download_helper.sh
Rocky 514ed09825 首次提交: 时间囚笼游戏完整版本
- 实现了完整的Android游戏框架 (Kotlin + Jetpack Compose)
- 科技暗黑风格UI设计与终端风格界面组件
- 完整的故事系统 (主线+支线剧情)
- 固定底部操作区布局,解决选择按钮可见性问题
- 集成Gemini AI智能对话支持
- 游戏状态管理与存档系统
- 动态天气系统与角色状态跟踪
- 支持离线游戏,兼容Android 11+
2025-08-22 10:07:03 -07:00

35 lines
980 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 简化音频下载脚本
# 提供具体的下载步骤
echo "🎵 音频文件下载助手"
echo "===================="
echo ""
echo "📋 推荐下载顺序:"
echo ""
echo "1. 🔘 UI音效 (最重要)"
echo " - button_click.mp3"
echo " - notification_beep.mp3"
echo " - error_alert.mp3"
echo ""
echo "2. 🎭 事件音效"
echo " - discovery_chime.mp3"
echo " - time_distortion.mp3"
echo ""
echo "3. 🎼 背景音乐"
echo " - ambient_mystery.mp3"
echo " - electronic_tension.mp3"
echo ""
echo "🔗 推荐下载网站:"
echo " 1. Pixabay: https://pixabay.com/sound-effects/"
echo " 2. Freesound: https://freesound.org/"
echo ""
echo "📥 下载完成后:"
echo " 1. 重命名文件为准确的名称"
echo " 2. 移动到 app/src/main/res/raw/ 目录"
echo " 3. 运行: ./audio_rename.sh"
echo " 4. 验证: python3 verify_audio_names.py"
echo ""
echo "✨ 即使只下载3-5个核心文件音频系统也能正常工作"