Removed texture index files
parent
3360f44d6a
commit
711e4fd581
32
_index.toml
32
_index.toml
|
@ -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"
|
|
@ -1,3 +0,0 @@
|
|||
[[texture]]
|
||||
name = "ion"
|
||||
path = "1.png"
|
|
@ -1,7 +0,0 @@
|
|||
[[texture]]
|
||||
name = "earth"
|
||||
path = "earth.png"
|
||||
|
||||
[[texture]]
|
||||
name = "luna"
|
||||
path = "luna.png"
|
|
@ -1,3 +0,0 @@
|
|||
[[texture]]
|
||||
name = "blaster"
|
||||
path = "blaster.png"
|
|
@ -1,7 +0,0 @@
|
|||
[[texture]]
|
||||
name = "gypsum"
|
||||
path = "gypsum.png"
|
||||
|
||||
[[texture]]
|
||||
name = "dolomite"
|
||||
path = "dolomite.png"
|
|
@ -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"
|
Loading…
Reference in New Issue