add example "sprite_anim"

This commit is contained in:
Jordan O'Leary 2023-03-23 12:18:15 -04:00
parent 1e06706bff
commit aa3f77d736
3 changed files with 96 additions and 0 deletions

View file

@ -50,6 +50,11 @@ pub fn build(b: *Builder) void {
.path = "examples/core/2d_camera.zig",
.desc = "Shows the functionality of a 2D camera",
},
.{
.name = "sprite_anim",
.path = "examples/textures/sprite_anim.zig",
.desc = "Animate a sprite",
},
// .{
// .name = "models_loading",
// .path = "examples/models/models_loading.zig",