Added index files
parent
7cb6719498
commit
0d7b579674
|
@ -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"
|
|
@ -0,0 +1,3 @@
|
||||||
|
[[texture]]
|
||||||
|
name = "earth"
|
||||||
|
path = "earth.png"
|
|
@ -0,0 +1,3 @@
|
||||||
|
[[texture]]
|
||||||
|
name = "star"
|
||||||
|
path = "B-09.png"
|
Loading…
Reference in New Issue