add cartridge system
This commit is contained in:
parent
ff698730f1
commit
98ca54e920
25 changed files with 968 additions and 315 deletions
|
|
@ -65,4 +65,4 @@ void pxl8_vfx_rain(pxl8_particle_system* sys, i32 width, f32 wind);
|
|||
void pxl8_vfx_smoke(pxl8_particle_system* sys, i32 x, i32 y, u8 color);
|
||||
void pxl8_vfx_snow(pxl8_particle_system* sys, i32 width, f32 wind);
|
||||
void pxl8_vfx_sparks(pxl8_particle_system* sys, i32 x, i32 y, u32 color);
|
||||
void pxl8_vfx_starfield(pxl8_particle_system* sys, f32 speed, f32 spread);
|
||||
void pxl8_vfx_starfield(pxl8_particle_system* sys, f32 speed, f32 spread);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue