texturing works, next will be images

This commit is contained in:
2019-08-30 00:50:45 -07:00
parent a2de3557f0
commit 3f14555c99
7 changed files with 178 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ impl Sprite {
position: position,
size: size,
color: (0.0, 0.0, 0.0, 0.0),
textured: false,
textured: true,
texture_handle: Some(texture_handle.clone())
}
}