Bastien Sevajol 3 years ago
parent
commit
c28ac4a71b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.rs

+ 1 - 1
src/main.rs View File

124
         Ok(())
124
         Ok(())
125
     }
125
     }
126
 }
126
 }
127
-
127
+// TODO: spite i par objet, fabrication des sprite_info qu'une fois; channel pour modifs des objets ds update
128
 pub fn main() -> GameResult {
128
 pub fn main() -> GameResult {
129
     let resource_dir = if let Ok(manifest_dir) = env::var("CARGO_MANIFEST_DIR") {
129
     let resource_dir = if let Ok(manifest_dir) = env::var("CARGO_MANIFEST_DIR") {
130
         let mut path = path::PathBuf::from(manifest_dir);
130
         let mut path = path::PathBuf::from(manifest_dir);