Added Sprite Physics and Joints

This commit is contained in:
n00b
2024-10-27 23:24:37 -04:00
parent d49b9f5d58
commit 8f1b72a8e2
125 changed files with 9264 additions and 1223 deletions

View File

@@ -10,6 +10,9 @@
#include "rc_sprite2D.h"
#include "rc_gfx_core.h"
#include "rc_sprite_physics.h"
#include "rc_joints.h"
#define RC_SPRITE_BASE_ANIMATION 0
int rc_createSpriteAnimation(int spr_id, int anim_length, double fps)