From 0d7b5796746451257a5dd66325e49cbf76909f63 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 24 Dec 2023 16:18:46 -0800 Subject: [PATCH] Added index files --- _index.toml | 22 ++++++++++++++++++++++ planet/_index.toml | 3 +++ star/_index.toml | 3 +++ 3 files changed, 28 insertions(+) create mode 100644 _index.toml create mode 100644 planet/_index.toml create mode 100644 star/_index.toml diff --git a/_index.toml b/_index.toml new file mode 100644 index 0000000..9a7dfd1 --- /dev/null +++ b/_index.toml @@ -0,0 +1,22 @@ +include = ["planet", "star"] + +[config] +error = "error" +starfield = "starfield" + + +[[texture]] +name = "error" +path = "error.png" + +[[texture]] +name = "starfield" +path = "starfield.png" + +[[texture]] +name = "ship::gypsum" +path = "gypsum.png" + +[[texture]] +name = "ship::dolomite" +path = "dolomite.png" diff --git a/planet/_index.toml b/planet/_index.toml new file mode 100644 index 0000000..f23da16 --- /dev/null +++ b/planet/_index.toml @@ -0,0 +1,3 @@ +[[texture]] +name = "earth" +path = "earth.png" diff --git a/star/_index.toml b/star/_index.toml new file mode 100644 index 0000000..b6af620 --- /dev/null +++ b/star/_index.toml @@ -0,0 +1,3 @@ +[[texture]] +name = "star" +path = "B-09.png"