You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught Moonshine run-time error: Could not parse interval from "1-8"
parseInterval [anim8/anim8/anim8.lua.json,anim8:72]
function [anim8/anim8/anim8.lua.json,anim8:83]
function [anim8/anim8/main.lua.json,anim8:12]
@js/boot.lua [./null:3]
The text was updated successfully, but these errors were encountered:
This is a bug with Moonshine's string.match implementation. I've opened an issue on the repo here: gamesys/moonshine#18
In the meantime, it should work if you modify line 72 in anim8 to look for commas instead of hyphens and then use 1,8. I'll leave this issue open so that I remember to bump moonshine when this gets fixed.
Uncaught Moonshine run-time error: Could not parse interval from "1-8"
parseInterval [anim8/anim8/anim8.lua.json,anim8:72]
function [anim8/anim8/anim8.lua.json,anim8:83]
function [anim8/anim8/main.lua.json,anim8:12]
@js/boot.lua [./null:3]
The text was updated successfully, but these errors were encountered: