examples: sprite example working with object system
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
47a8a0d98c
commit
2529515cd8
3 changed files with 121 additions and 126 deletions
|
|
@ -4,7 +4,7 @@ const mach = @import("mach");
|
|||
// The set of Mach modules our application may use.
|
||||
const Modules = mach.Modules(.{
|
||||
mach.Core,
|
||||
mach.gfx.sprite_modules,
|
||||
mach.gfx.Sprite,
|
||||
@import("App.zig"),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue