example: add top_down_lights
This commit is contained in:
parent
813f0323af
commit
125ead95a3
2 changed files with 346 additions and 0 deletions
|
|
@ -269,6 +269,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/shapes/splines_drawing.zig",
|
||||
.desc = "Renders a spline",
|
||||
},
|
||||
.{
|
||||
.name = "top_down_lights",
|
||||
.path = "examples/shapes/top_down_lights.zig",
|
||||
.desc = "Renders a sceen with shadows and a top down persepective",
|
||||
},
|
||||
.{
|
||||
.name = "sprite_anim",
|
||||
.path = "examples/textures/sprite_anim.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue