This commit is contained in:
2020-07-29 21:48:12 -07:00
parent e861378fab
commit f1d60493f4
7 changed files with 68 additions and 34 deletions

View File

@@ -153,6 +153,7 @@ impl VkProcessor {
/// A hardcoded list of textures which can be preloaded from this function
pub fn preload_textures(&mut self) {
self.canvas_state.load_texture(String::from("ford2.jpg"));
self.canvas_state.load_texture(String::from("funky-bird.jpg"));
self.canvas_state.load_texture(String::from("button.png"));
self.canvas_state.load_texture(String::from("background.jpg"));