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"