Documentation
¶
Overview ¶
Package ds1editorapp assembles the standalone DS1 authoring tool. It is intentionally separate from clientapp: maps are content artifacts, not a running game session.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultOutputDirectory ¶
DefaultOutputDirectory provides a user-owned location outside mounted game data when the command has not received an explicit --output path.
func MountedRoots ¶
MountedRoots resolves comma-separated source mounts for write protection.
Types ¶
type Options ¶
type Options struct {
Content *content.FS
OutputDirectory string
ReadOnlyRoots []string
WindowWidth int
WindowHeight int
Borderless bool
OutputPalette string
DisableNativeAudio bool
}
Options names the authoring-only policy supplied by tools/ds1-editor. Content remains mounted read-only; OutputDirectory is the only write root.
Click to show internal directories.
Click to hide internal directories.