Added assets submodule
This commit is contained in:
parent
3d173b7486
commit
30971f64a7
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "assets"]
|
||||||
|
path = assets
|
||||||
|
url = ssh://git@git.betalupi.com:33/galactica/assets.git
|
1
assets
Submodule
1
assets
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0d7b5796746451257a5dd66325e49cbf76909f63
|
@ -12,7 +12,7 @@ pub struct TextureArray {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl TextureArray {
|
impl TextureArray {
|
||||||
const INDEX_PATH: &'static str = "assets.ignore";
|
const INDEX_PATH: &'static str = "assets";
|
||||||
|
|
||||||
pub fn get_starfield(&self) -> Texture {
|
pub fn get_starfield(&self) -> Texture {
|
||||||
return self.get_texture(&self.config.starfield);
|
return self.get_texture(&self.config.starfield);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user