erkyrath / quixe

A Glulx VM interpreter written in Javascript
http://eblong.com/zarf/glulx/
MIT License
169 stars 33 forks source link

Special case error for .glksave files #14

Closed erkyrath closed 8 years ago

erkyrath commented 8 years ago

It's not likely that a save file will get loaded into Quixe. But in the Lectrote app environment, the user could double-click or drag a save file in.

Right now the error message is "Blorb file contains no Glulx game!" We could be more specific.

erkyrath commented 8 years ago

Done.