======= Editors ======= Naucto provides four built-in editors that work together to help you create games. Each editor handles a different aspect of your project, and all changes are synchronized in real time when collaborating with others. +-------------------+-------------------------------------------------------+ | Editor | Purpose | +===================+=======================================================+ | Sprite Editor | Draw and manage your game's pixel art sprites | +-------------------+-------------------------------------------------------+ | Map Editor | Paint tile-based levels and backgrounds | +-------------------+-------------------------------------------------------+ | Code Editor | Write Lua scripts that power your game logic | +-------------------+-------------------------------------------------------+ | Sound Editor | Compose music and sound effects | +-------------------+-------------------------------------------------------+ .. toctree:: :maxdepth: 2 sprite-editor map-editor code-editor sound-editor