edave64 / Doki-Doki-Dialog-Generator

A tool to create cusom dialogs in the style of Doki Doki Literature Club
https://edave64.github.io/Doki-Doki-Dialog-Generator/release/
MIT License
18 stars 7 forks source link

Add loading spinner and recover from asset failiure #4

Closed edave64 closed 5 years ago

edave64 commented 5 years ago

If an asset fails to load, currently the renderer just stalls and refuses to update anything. Preferably just show an empty image instead and report the error.

The loading spinner should be shown if a render takes longer then a frame. It should be next to the toolbox.

edave64 commented 5 years ago

Fixed