The font atlas loader read the bundled Noto Sans Mono from a cwd-relative path with system-font fallbacks, so launching the editor from outside the repo root could pick a different font or fail. The bundled font is now embedded with #load; EditorMono.ttf remains an optional on-disk override, and the system fallback paths are gone. Together with the embedded shaders this makes the binary fully self-contained. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets/fonts | ||
| shaders | ||
| buffer.odin | ||
| daemon_client.odin | ||
| editor.odin | ||
| gpu_renderer.odin | ||
| main.odin | ||
| sdl_app.odin | ||