We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Thank you for sharing and open sourcing your work. Not sure where to start, but here goes.
I did a git checkout. The Cloak/index.html seems to want FyreVMWeb.js - so trying to compile it.
cd fyrevm-web/projects/Cloak of Darkness/javascript
tsc FyreVMWeb.ts produces errors for me:
glulx-typescript/Output.ts(79,7): error TS2341: Property 'image' is private and only accessible within class 'Engine'.
I also note that
projects/stop-the-ifpress.fyrevm/FyreVMWeb.ts projects/Cloak of Darkness/javascript/FyreVMWeb.ts
Are not the same. I'm sure more questions coming. Just wanted to get the ball rolling. Thank you again.
The text was updated successfully, but these errors were encountered:
At this point, Cloak of Darkness is the latest working code. The other examples are incomplete at best.
Sorry, something went wrong.
I passed the error on to Thilo as that's in the glulx-typescript repo.
As a temp fix, you can change Engine.ts line 221 from: private image: UlxImage; to public image: UlxImage;
Until Thilo fixes is properly.
No branches or pull requests
Hi. Thank you for sharing and open sourcing your work. Not sure where to start, but here goes.
I did a git checkout. The Cloak/index.html seems to want FyreVMWeb.js - so trying to compile it.
cd fyrevm-web/projects/Cloak of Darkness/javascript
tsc FyreVMWeb.ts
produces errors for me:
glulx-typescript/Output.ts(79,7): error TS2341: Property 'image' is private and only accessible within class 'Engine'.
I also note that
Are not the same. I'm sure more questions coming. Just wanted to get the ball rolling. Thank you again.
The text was updated successfully, but these errors were encountered: