From 5f64423fb8d70fbbe59162a6240431c7b46adb7a Mon Sep 17 00:00:00 2001 From: Aldrin John Olaer Manalansan <39627255+Aldrin-John-Olaer-Manalansan@users.noreply.github.com> Date: Sun, 2 Mar 2025 21:56:04 +0800 Subject: [PATCH] Update and rename SF_RENDER_DRAW_BOX.md to SF_RENDER_DRAW_BOX_NO_BORDER.md --- .../{SF_RENDER_DRAW_BOX.md => SF_RENDER_DRAW_BOX_NO_BORDER.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sa/docs/{SF_RENDER_DRAW_BOX.md => SF_RENDER_DRAW_BOX_NO_BORDER.md} (77%) diff --git a/sa/docs/SF_RENDER_DRAW_BOX.md b/sa/docs/SF_RENDER_DRAW_BOX_NO_BORDER.md similarity index 77% rename from sa/docs/SF_RENDER_DRAW_BOX.md rename to sa/docs/SF_RENDER_DRAW_BOX_NO_BORDER.md index c94b9679..71d62051 100644 --- a/sa/docs/SF_RENDER_DRAW_BOX.md +++ b/sa/docs/SF_RENDER_DRAW_BOX_NO_BORDER.md @@ -1,4 +1,4 @@ * coordx and coordy values must be in window screen coordinate system format. * coordx and coordy is found at the center of the rectangle. * color must be in 0xAARRGGBB format where A = Alpha, R = Red, G = Green B, = Blue. -* All Render commands will malfunction if coordx == coordy. \ No newline at end of file +* All Render commands will malfunction if coordx == coordy.