Asset reorganization
parent
48d1fc3093
commit
4f6a1b4bf7
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit 711e4fd58100ee31e41c3c27273f7caa706d8d91
|
||||
Subproject commit 8205d79e8aa9d7e4976fe8a7794e83819ec19688
|
|
@ -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"
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue