Releases: ericoporto/fancy
Releases · ericoporto/fancy
v0.7.5
v0.7.4
fix FancySay crashes with null error
v0.7.3
add a global Fancy9Piece in Fancy
global to allow modifying the default 9 piece to use when none is specified.
v0.7.2
more fancy say fixes
v0.7.1
fixes bugs in FancySay and FancySayTyped
v0.7.0
Adds FancySay and FancySayTyped
/// A Say alternative that support fancy strings
import void FancySay(this Character*, const string text, FancyConfig* config = 0, int width = FANCY_INFINITE_WIDTH, Fancy9Piece* f9p = 0);
/// A Say alternative that support fancy strings, it types it instead of readily drawing
import void FancySayTyped(this Character*, const string text, FancyConfig* config = 0, int width = FANCY_INFINITE_WIDTH, Fancy9Piece* f9p = 0);
v0.6.0
API refactor, removed redundant methods, standardized parameter order, and making things more consistent
v0.5.1
fix account outline width when creating textbox. Also allow add a padding to inside of it.
v0.5.0
full API redone, use FancyConfig* config
instead of using font and color with integers in API.
v0.4.3
fix parameter call order in room script too