From 0d345b8cd53ceeb8ba236b9b14c9bb942a4dcd48 Mon Sep 17 00:00:00 2001 From: n00b87 Date: Sat, 1 Nov 2025 23:01:51 -0500 Subject: [PATCH] Fixed a typo in CreateSprite() documentation --- doc/files/createsprite.txt | 2 +- doc/files/setactorshapeex.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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