High-performance • Beautiful • Feature-rich
|
|
| Key | Action |
|---|---|
| F2 | Toggle Inventory |
| Drag & Drop | Move items |
| Shift + Click | Quick transfer |
| Ctrl + Click | Drag half stack |
| Right Click | Drag half stack |
| Ctrl + Right Click | Drag single item |
| Shift + Right Click | Split stack dialog |
| Middle Click | Use item (hotbar) |
💡 Tip: Use
buninstead ofnpmfor faster installs and builds!
cd ui
bun run dev # Vite dev server on http://localhost:5173cd ui
bun run build # Optimized production buildEdit ui/src/styles/theme.ts:
export const colors = {
primary: {
main: '#0FC6A6', // Teal accent
},
secondary: {
main: '#0C1826', // Dark background
},
// Rarity colors
rarityColors: {
1: '#8685EF', // Common
2: '#4A90E2', // Uncommon
3: '#9C27B0', // Rare
4: '#FF9800', // Epic
5: '#F44336', // Legendary
}
}|
Blake FiveForge Studios |
Tyh & Yarn Interface Design |
Alzar Mythic Framework |


