Skip to content

Commit ea3273a

Browse files
committed
set version 0.5.0
1 parent 41e23b6 commit ea3273a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.BBCode

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[size=14pt][b][color=maroon]F[/color][color=hotpink]a[/color][color=navy]n[/color][color=purple]c[/color][color=limegreen]y[/color][/b][/size] [color=gray][b]version 0.4.3 [/b][/color]
1+
[size=14pt][b][color=maroon]F[/color][color=hotpink]a[/color][color=navy]n[/color][color=purple]c[/color][color=limegreen]y[/color][/b][/size] [color=gray][b]version 0.5.0 [/b][/color]
22

3-
[url="https://github.com/ericoporto/fancy/releases/download/v0.4.3/fancy.scm"]Get Latest Release [b]fancy.scm[/b][/url] | [url="https://github.com/ericoporto/fancy"]GitHub Repo[/url] | [url="https://github.com/ericoporto/fancy/releases/download/v0.4.3/fancy_demo_windows.zip"]Project with Demo![/url]
3+
[url="https://github.com/ericoporto/fancy/releases/download/v0.5.0/fancy.scm"]Get Latest Release [b]fancy.scm[/b][/url] | [url="https://github.com/ericoporto/fancy"]GitHub Repo[/url] | [url="https://github.com/ericoporto/fancy/releases/download/v0.5.0/fancy_demo_windows.zip"]Project with Demo![/url]
44

55
[url="https://github.com/ericoporto/fancy/actions"][img]https://github.com/ericoporto/fancy/actions/workflows/main.yml/badge.svg[/img][/url]
66

@@ -37,7 +37,7 @@ I will improve this soon, for now some small examples
3737

3838
surf.DrawingColor = 10565;
3939
surf.DrawRectangle(48, 48, 248, 108);
40-
surf.DrawFancyStringWrapped(48, 48, 200, 22422, eFontSpeech, "Hello!\n[o:8560]Can you find me the [c:27647]blue cup [s:2041][/c][/o]?\nI lost it in the [c:red]dangerous [f:0]planet[/f][/c], somewhere.");
40+
surf.DrawFancyStringWrapped(48, 48, 200, FancyConfig.Create(eFontSpeech, 22422), "Hello!\n[o:8560]Can you find me the [c:27647]blue cup [s:2041][/c][/o]?\nI lost it in the [c:red]dangerous [f:0]planet[/f][/c], somewhere.");
4141
}[/code]
4242

4343
[i]Simple not-useful typed text example:[/i]
@@ -49,7 +49,7 @@ function room_AfterFadeIn()
4949
Fancy.AddAlias("red", 64493); // this should be at game_start
5050
Fancy.AddAlias("ico_bcup", 2041); // this should be at game_start
5151

52-
fttb.SetDrawingConfig(FancyDrawingConfig.Create(eFontSpeech, 22422));
52+
fttb.SetDrawingConfig(FancyConfig.Create(eFontSpeech, 22422));
5353
fttb.SetDrawingArea(48, 48, 200);
5454
fttb.Start("Hello!\n[o:8560]Can you find me the [c:27647]blue cup [s:ico_bcup][/c][/o]?\nI lost it in the [c:red]dangerous [f:0]planet[/f][/c], somewhere.");
5555
}

fancy_demo/Game.agf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4730,7 +4730,7 @@
47304730
<Name>fancy</Name>
47314731
<Description>module for fancy text in AGS</Description>
47324732
<Author>eri0o</Author>
4733-
<Version>0.4.3</Version>
4733+
<Version>0.5.0</Version>
47344734
<Key>722673531</Key>
47354735
<IsHeader>False</IsHeader>
47364736
</Script>

fancy_demo/fancy.ash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// fancy module header
22
// by eri0o
3-
// Version 0.4.3
3+
// Version 0.5.0
44

55
// internal abstraction
66
managed struct FancyTextToken {

0 commit comments

Comments
 (0)