From ea37b1bd624d8310065a3474caf4e64d2efc0357 Mon Sep 17 00:00:00 2001 From: e Date: Wed, 17 Apr 2024 21:36:10 -0300 Subject: [PATCH] fix extension in docs --- README.BBCode | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.BBCode b/README.BBCode index 65e5c39..12aafbf 100644 --- a/README.BBCode +++ b/README.BBCode @@ -102,12 +102,12 @@ Creates a screen overlay from a textbox with a fancy string using a 9-piece [font=Courier New][b]Button.Fancify[/b][/font] -[code]void Button.Fancify(this Button*, Fancy9Piece* normal, Fancy9Piece* mouse_over = 0, Fancy9Piece* pushed = 0);[/code] +[code]void Button.Fancify(Fancy9Piece* normal, Fancy9Piece* mouse_over = 0, Fancy9Piece* pushed = 0);[/code] Sets a button NormalGraphic and additional sprites from it's text, assumed as fancy string, and 9-piece. [font=Courier New][b]Button.UnFancify[/b][/font] -[code]void Button.UnFancify(this Button*);[/code] -Removes fancyness from button (clears any altered sprites). +[code]void Button.UnFancify();[/code] +Removes fancyness from button (clear any altered sprites) [size=12pt][b]Fancy[/b][/size]