erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Support multiple inkjs versions #74

Closed erkyrath closed 7 years ago

erkyrath commented 7 years ago

The ink format is still in flux and inkjs tends not to support versions very far back. We will want to include multiple versions of ink.min.js and require() the appropriate one for a given story.

erkyrath commented 7 years ago

Added inkjs 1.3.0 for ink files version <= 14. Yes, this means they'll be missing some bug fixes, oh well.

(Really I just want to get the code structure in place for the next ink format change.)