Added index files

master
Mark 2023-12-24 16:18:46 -08:00
parent 7cb6719498
commit 0d7b579674
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
3 changed files with 28 additions and 0 deletions

22
_index.toml Normal file
View File

@ -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"

3
planet/_index.toml Normal file
View File

@ -0,0 +1,3 @@
[[texture]]
name = "earth"
path = "earth.png"

3
star/_index.toml Normal file
View File

@ -0,0 +1,3 @@
[[texture]]
name = "star"
path = "B-09.png"