master
Mark 2023-12-24 16:26:20 -08:00
parent 0d7b579674
commit 66b7aab8af
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 16 additions and 1 deletions

View File

@ -1,10 +1,25 @@
# TODO: proper documentation
# These are paths to subdirectories,
# each should contain another _index.toml.
#
# textures defined in subindices get a prefix,
# currently "{path}::"
#
# TODO: rename "texture" to "sprite"
# TODO: check all failure modes
# - this should always be a relative path
# - should we allow slashes?
# - error if there is no _index?
# - set different prefix?
include = ["planet", "star"]
# Only the root _index.toml may contain config.
[config]
error = "error"
starfield = "starfield"
[[texture]]
name = "error"
path = "error.png"