This commit is contained in:
2025-12-12 10:17:21 +01:00
parent 84b07bb433
commit a210638002
30 changed files with 3731 additions and 999 deletions

View File

@@ -30,18 +30,20 @@
### **JUTRI (Phase 23):**
**Estimated Time:** 2-3h
**STATUS:** ✅ COMPLETE! (12.12.2025)
#### **1. SOUND EFFECTS** (Priority: HIGH)
- [ ] Dig sound (till soil)
- [ ] Plant sound (seed drop)
- [ ] Harvest sound (crop collect)
- [ ] Build sound (placement)
- [ ] UI click sounds
- [ ] Ambient background music
#### **1. SOUND EFFECTS** (Priority: HIGH)
- [x] Dig sound (till soil)
- [x] Plant sound (seed drop)
- [x] Harvest sound (crop collect)
- [x] Build sound (placement)
- [x] UI click sounds
- [x] Ambient background music (already implemented)
**Files to modify:**
- `src/utils/SoundManager.js` (already exists)
- `assets/sounds/` (new folder)
**Files modified:**
- `src/systems/SoundManager.js` (+18 lines - UI click sound)
- `src/systems/FarmingSystem.js` (+15 lines - dig/plant/harvest sounds)
- `src/systems/BuildSystem.js` (+10 lines - build/UI sounds)
#### **2. INVENTORY HOTBAR** (Priority: MEDIUM)
- [ ] Q/E keys for quick tool swap