more brainstorming on how spriting and computing is going to work

This commit is contained in:
2019-08-27 01:46:25 -07:00
parent be20f3ae2a
commit c39994a7ae
4 changed files with 120 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ pub struct Sprite {
texture_id: Option<String>,
}
impl Sprite {