Added assets
10
_index.toml
|
@ -14,6 +14,8 @@
|
||||||
# include."path" = "label"
|
# include."path" = "label"
|
||||||
include."planet" = "planet"
|
include."planet" = "planet"
|
||||||
include."star" = "star"
|
include."star" = "star"
|
||||||
|
include."ship" = "ship"
|
||||||
|
include."effect" = "effect"
|
||||||
|
|
||||||
# Only the root _index.toml may contain config.
|
# Only the root _index.toml may contain config.
|
||||||
[config]
|
[config]
|
||||||
|
@ -27,11 +29,3 @@ path = "error.png"
|
||||||
[[texture]]
|
[[texture]]
|
||||||
name = "starfield"
|
name = "starfield"
|
||||||
path = "starfield.png"
|
path = "starfield.png"
|
||||||
|
|
||||||
[[texture]]
|
|
||||||
name = "ship::gypsum"
|
|
||||||
path = "gypsum.png"
|
|
||||||
|
|
||||||
[[texture]]
|
|
||||||
name = "ship::dolomite"
|
|
||||||
path = "dolomite.png"
|
|
||||||
|
|
After Width: | Height: | Size: 128 KiB |
After Width: | Height: | Size: 128 KiB |
After Width: | Height: | Size: 128 KiB |
After Width: | Height: | Size: 128 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
[[texture]]
|
||||||
|
name = "flare"
|
||||||
|
path = "0.png"
|
|
@ -0,0 +1,7 @@
|
||||||
|
[[texture]]
|
||||||
|
name = "gypsum"
|
||||||
|
path = "gypsum.png"
|
||||||
|
|
||||||
|
[[texture]]
|
||||||
|
name = "dolomite"
|
||||||
|
path = "dolomite.png"
|
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |