Skip to content

Commit

Permalink
Update fancy.ash
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Apr 17, 2024
1 parent 52fece5 commit 02ef2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fancy_demo/fancy.ash
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import DynamicSprite* CreateFromFancyTextBox(static DynamicSprite, int color, Fo
import Overlay* CreateFancyTextual(static Overlay, int x, int y, int width, FontType font, int color, const string text);

/// Creates a screen overlay from a textbox with a fancy string using a 9-piece
import Overlay* CreateFancyTextBox(static Overlay, int x, int y, int width, FontType font, int color, const string text, Fancy9Piece* f9p = null);
import Overlay* CreateFancyTextBox(static Overlay, int x, int y, int width, FontType font, int color, const string text, Fancy9Piece* f9p);

builtin managed struct Fancy {
// allows adding a global alias to a tag-value. Ex: AddAlias("red", 63488) allows using [c:red] instead of [c:63488].
Expand Down

0 comments on commit 02ef2dc

Please sign in to comment.