organize headers, add icon/logo sprites to demo
This commit is contained in:
parent
553bf95c3b
commit
2a1a3f1768
21 changed files with 52 additions and 44 deletions
|
|
@ -1,9 +1,11 @@
|
|||
#include "pxl8_vfx.h"
|
||||
#include "pxl8_macros.h"
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#include "pxl8_macros.h"
|
||||
#include "pxl8_vfx.h"
|
||||
|
||||
void pxl8_vfx_plasma(pxl8_gfx_ctx* ctx, f32 time, f32 scale1, f32 scale2, u8 palette_offset) {
|
||||
if (!ctx || !ctx->framebuffer) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue