From fa116c0e4056200ad945d241a9980e49ada293fc Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 25 Dec 2023 08:16:54 -0800 Subject: [PATCH] Edited include format --- _index.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_index.toml b/_index.toml index c17628f..af58a0d 100644 --- a/_index.toml +++ b/_index.toml @@ -6,14 +6,14 @@ # 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"] +# include."path" = "label" +include."planet" = "planet" +include."star" = "star" # Only the root _index.toml may contain config. [config]