add example "sprite_anim"
This commit is contained in:
parent
1e06706bff
commit
aa3f77d736
3 changed files with 96 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue