Update CLI help

This commit is contained in:
Tim Visée
2017-12-31 20:25:31 +01:00
parent 4776ca83b4
commit 316fb11b4c
6 changed files with 40 additions and 27 deletions

View File

@@ -39,13 +39,15 @@ impl ImageManager {
.collect()
);
// TODO: process the image slices
// We succeeded
println!("All images have been loaded successfully");
image_manager
}
/// Tick the image
/// Tick the image
pub fn tick(&mut self, canvas: &mut Canvas) {
// Get the image index bound
let bound = self.images.len();