diff --git a/assets b/assets index 711e4fd..8205d79 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 711e4fd58100ee31e41c3c27273f7caa706d8d91 +Subproject commit 8205d79e8aa9d7e4976fe8a7794e83819ec19688 diff --git a/content/textures.toml b/content/textures.toml index f7f2408..9bcbc3e 100644 --- a/content/textures.toml +++ b/content/textures.toml @@ -18,3 +18,9 @@ path = "projectile/blaster.png" [texture."ship::gypsum"] path = "ship/gypsum.png" + +[texture."ui::radar"] +path = "ui/radar.png" + +[texture."ui::blip"] +path = "ui/blip.png" diff --git a/src/consts.rs b/src/consts.rs index 893fffd..4e99ea8 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -32,4 +32,4 @@ pub const STARFIELD_TEXTURE_NAME: &'static str = "starfield"; pub const CONTENT_ROOT: &'static str = "./content"; /// Root directory of game textures -pub const TEXTURE_ROOT: &'static str = "./assets"; +pub const TEXTURE_ROOT: &'static str = "./assets/render";