Added assets

master
Mark 2023-12-26 11:27:30 -08:00
parent 7b00da4f19
commit 48877f18b6
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
9 changed files with 12 additions and 8 deletions

View File

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

BIN
flare/0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
flare/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
flare/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
flare/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

3
flare/_index.toml Normal file
View File

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

7
ship/_index.toml Normal file
View File

@ -0,0 +1,7 @@
[[texture]]
name = "gypsum"
path = "gypsum.png"
[[texture]]
name = "dolomite"
path = "dolomite.png"

View File

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 180 KiB

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB