Skip to content

Commit

Permalink
example fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Apr 21, 2024
1 parent c0d0397 commit c246ef2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fancy_demo/room1.asc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ function room_AfterFadeIn()
// using text base
fttb.FancyConfig.Font = eFontSpeechWithoutOutline;
fttb.FancyConfig.TextColor = 22422;
fttb.SetDrawingArea(48, 40, 200);
fttb.Start("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.");

fttb.SetDrawingArea(80, 140, 200);
fttb.Start("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.");
}

void repeatedly_execute_always()
Expand All @@ -34,7 +33,7 @@ void repeatedly_execute_always()
DrawingSurface* surf = Room.GetDrawingSurfaceForBackground();

surf.DrawingColor = 10565;
surf.DrawRectangle(48, 40, 248, 90);
surf.DrawRectangle(80, 140, 280, 195);

fttb.DrawTyped(surf);
}
Expand Down

0 comments on commit c246ef2

Please sign in to comment.