Editor Menu

This is the V2 editor landing page. Skills, items, collections, and world availability live as files first, while the editor pages give designers and developers a faster way into the same content.

Local server: 127.0.0.1:8000

Skills

World-specific skill trees, example taekwondo progression, and helper scripts live under V2/skills.

Items

Weapons and armor now have a clear distinction between front preview fit and side fight fit, with placeholder image references ready for later art passes.

Collections

Unique item families and obtainability live under V2/collections so they can be reviewed without opening code.

Worlds

Each world folder describes shops, collections, and what is obtainable there. Arctic and Taekwondo Temple are scaffolded now.

Editors

Skin editor is preserved as-is for now. Armor, item, and animation editors are available with V2-specific distinctions and cleaner developer-facing structure.

How to Run

Run python V2/main.py for V2 on port 8000. Legacy remains separate and can still be launched from the project root.