Added index files
This commit is contained in:
parent
7cb6719498
commit
0d7b579674
22
_index.toml
Normal file
22
_index.toml
Normal 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
3
planet/_index.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[[texture]]
|
||||
name = "earth"
|
||||
path = "earth.png"
|
3
star/_index.toml
Normal file
3
star/_index.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[[texture]]
|
||||
name = "star"
|
||||
path = "B-09.png"
|
Loading…
x
Reference in New Issue
Block a user