tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Bug fixes #294

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago
  1. Camera was not properly positioned after a room transition.
  2. Character speaking was missed after fade in, in the first room of the game.
  3. Removed "Say" and additional blocking APIs as those will not work as desired in some cases and are inferior to the async APIs which will always properly work.