Edited include format

master
Mark 2023-12-25 08:16:54 -08:00
parent 66b7aab8af
commit fa116c0e40
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 3 additions and 3 deletions

View File

@ -6,14 +6,14 @@
# textures defined in subindices get a prefix, # textures defined in subindices get a prefix,
# currently "{path}::" # currently "{path}::"
# #
# TODO: rename "texture" to "sprite"
# TODO: check all failure modes # TODO: check all failure modes
# - this should always be a relative path # - this should always be a relative path
# - should we allow slashes? # - should we allow slashes?
# - error if there is no _index? # - error if there is no _index?
# - set different prefix?
include = ["planet", "star"]
# include."path" = "label"
include."planet" = "planet"
include."star" = "star"
# Only the root _index.toml may contain config. # Only the root _index.toml may contain config.
[config] [config]