Added new physics functions

* Added some new physics functions
* Added new documentation
* Added some auto checks for OS to rc_os_defines.h
* Fixed bugs on settting and getting position of sprites
This commit is contained in:
n00b
2024-11-15 20:42:08 -05:00
parent 3f4a1ce1cc
commit 40ca65cb3f
37 changed files with 1652 additions and 987 deletions

View File

@@ -0,0 +1,9 @@
#title SetSpriteDensity [RCBasic Doc]
#header sub SetSpriteDensity( spr_id, density )
Sets the density of a sprite. Higher density means a heavier sprite.
Density is used to calculate mass for a sprite.
#ref GetSpriteDensity