Changes in latest release:
- Added createDialog() and it will create a modal with up to two buttons (Cancel, Okay types). Callbacks can be set for both. Colors can be set for buttons, dialog background, fonts and easing animation when dialog shows/hides. If no buttons use method dialogClose() to terminate the dialog.
- Improvements and bug fixes.