From 711e4fd58100ee31e41c3c27273f7caa706d8d91 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 30 Dec 2023 10:55:38 -0800 Subject: [PATCH] Removed texture index files --- _index.toml | 32 -------------------------------- flare/_index.toml | 3 --- planet/_index.toml | 7 ------- projectile/_index.toml | 3 --- ship/_index.toml | 7 ------- star/_index.toml | 11 ----------- 6 files changed, 63 deletions(-) delete mode 100644 _index.toml delete mode 100644 flare/_index.toml delete mode 100644 planet/_index.toml delete mode 100644 projectile/_index.toml delete mode 100644 ship/_index.toml delete mode 100644 star/_index.toml diff --git a/_index.toml b/_index.toml deleted file mode 100644 index e9b9b5a..0000000 --- a/_index.toml +++ /dev/null @@ -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" diff --git a/flare/_index.toml b/flare/_index.toml deleted file mode 100644 index 5db6834..0000000 --- a/flare/_index.toml +++ /dev/null @@ -1,3 +0,0 @@ -[[texture]] -name = "ion" -path = "1.png" diff --git a/planet/_index.toml b/planet/_index.toml deleted file mode 100644 index 07c08a2..0000000 --- a/planet/_index.toml +++ /dev/null @@ -1,7 +0,0 @@ -[[texture]] -name = "earth" -path = "earth.png" - -[[texture]] -name = "luna" -path = "luna.png" diff --git a/projectile/_index.toml b/projectile/_index.toml deleted file mode 100644 index 6d6cda9..0000000 --- a/projectile/_index.toml +++ /dev/null @@ -1,3 +0,0 @@ -[[texture]] -name = "blaster" -path = "blaster.png" diff --git a/ship/_index.toml b/ship/_index.toml deleted file mode 100644 index 71513be..0000000 --- a/ship/_index.toml +++ /dev/null @@ -1,7 +0,0 @@ -[[texture]] -name = "gypsum" -path = "gypsum.png" - -[[texture]] -name = "dolomite" -path = "dolomite.png" diff --git a/star/_index.toml b/star/_index.toml deleted file mode 100644 index 21aceba..0000000 --- a/star/_index.toml +++ /dev/null @@ -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"