This is the official repository for Future Tense Overlay. This overlay is still a work in progress and undergoing constant changing. Unstable or other issues expected.
- Basic Components
- Combo Counter (Combo / Breakdown)
- Score Counter (Score / Acc / PP / Mods)
- Metadata Display (Song cover / Song title / Artist / Mapper / Length / Progress / Difficulty + Name / BG)
- Health Display
- Key Overlay
- More components
- Accuracy Meter
- Leaderboards
- Result Screen Components (Comming soon)
This template should help get you started developing with Vue 3 in Vite.
VS Code + Vue (Official) (and disable Vetur).
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
See Vite Configuration Reference.
npm installnpm run devnpm run build