Removed texture index files

master
Mark 2023-12-30 10:55:38 -08:00
parent 3360f44d6a
commit 711e4fd581
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
6 changed files with 0 additions and 63 deletions

View File

@ -1,32 +0,0 @@
# TODO: proper documentation
# These are paths to subdirectories,
# each should contain another _index.toml.
#
# textures defined in subindices get a prefix,
# currently "{path}::"
#
# TODO: check all failure modes
# - this should always be a relative path
# - should we allow slashes?
# - error if there is no _index?
# include."path" = "label"
include."planet" = "planet"
include."star" = "star"
include."ship" = "ship"
include."flare" = "flare"
include."projectile" = "projectile"
# Only the root _index.toml may contain config.
[config]
error = "error"
starfield = "starfield"
[[texture]]
name = "error"
path = "error.png"
[[texture]]
name = "starfield"
path = "starfield.png"

View File

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

View File

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

View File

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

View File

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

View File

@ -1,11 +0,0 @@
[[texture]]
name = "star"
path = "B-09.png"
# TODO: Loading this takes a while.
# load lazily, or add a loading screen.
# (or both!)
#
#[[texture]]
#name = "nova"
#path = "nova.png"