Asset reorganization

master
Mark 2023-12-31 17:56:43 -08:00
parent 48d1fc3093
commit 4f6a1b4bf7
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
3 changed files with 8 additions and 2 deletions

2
assets

@ -1 +1 @@
Subproject commit 711e4fd58100ee31e41c3c27273f7caa706d8d91
Subproject commit 8205d79e8aa9d7e4976fe8a7794e83819ec19688

View File

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

View File

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