Files
novafarma/docs/STATS_PANEL_PLAN.md
2025-12-13 01:29:24 +01:00

43 lines
674 B
Markdown

# 📋 STATS PANEL - Toggle System
**Plan**: Make stats panel toggleable and follow player
---
## 🎯 CHANGES TO MAKE
### **1. Toggle on/off**
- Press TAB to show/hide
- Not always visible
- Clean screen when not needed
### **2. Follow Player**
- Panel appears near player
- Not fixed to screen
- Moves with character
### **3. Better Design**
- Transparent background
- Smaller size
- Only essential info
---
## 🔧 IMPLEMENTATION
### **Key Binding:**
- TAB = Toggle stats panel
### **Position:**
- Above player character
- Offset: (-50, -100) from player
### **Content:**
- HP, Hunger, Thirst
- Level, XP
- Current tool
---
**Will implement this next!**