Minor edit
This commit is contained in:
parent
8ae584b87e
commit
5b4c483849
@ -313,4 +313,9 @@ impl SpriteAutomaton {
|
||||
fade: self.current_edge_progress / self.current_edge_duration,
|
||||
};
|
||||
}
|
||||
|
||||
/// Get the sprite this automaton is using
|
||||
pub fn get_sprite(&self) -> SpriteHandle {
|
||||
self.sprite
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user