diff --git a/doc/files/createsprite.txt b/doc/files/createsprite.txt index 44ad67d..5798598 100644 --- a/doc/files/createsprite.txt +++ b/doc/files/createsprite.txt @@ -1,5 +1,5 @@ #title CreateSprite [RCBasic Doc] -#header function CreateSprite( img ) +#header function CreateSprite( img, frame_w, frame_h ) This function returns a new sprite which you can place in a variable for use in your program. diff --git a/doc/files/setactorshapeex.txt b/doc/files/setactorshapeex.txt index b49191f..87c68f2 100644 --- a/doc/files/setactorshapeex.txt +++ b/doc/files/setactorshapeex.txt @@ -1,4 +1,6 @@ #title SetActorShapeEx [RCBasic Doc] #header sub SetActorShapeEx( actor, shape_type, mass, radius) +Sets actor shape and radius for capsule, cone, and sphere shapes +#ref SetActorShape