- Create venv
python -m venv venv - Activate the venv:
- For windows:
venv/Scripts/activate - For Linux:
source venv/bin/activate
- For windows:
- Install the requirements using
pip install -r requirements.txt - Run
python main.py
- Floating Damage animation
- Skill animations
- On hover effects
- Skills cooldown animation + timer
