-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
[Community] [InkJS] Dialogue tree with InkJS #1158
Conversation
Edit gdjs authorization for InkJS extension
Edit gdjs authorization for InkJS extension
…into inkjs # Conflicts: # scripts/lib/ExtensionsValidatorExceptions.js
Demo project : https://gd.games/infokubarcade/ink-demo |
Thank you for submitting an extension. A few things before starting the review:
|
Hey - we would love to have this in the extension list. Is there any blocker or things we can help on, on the 3 points of the list written by @D8H? |
Hey, the only blocker is me not checking my Github account 😐 I'll do this right away so it will be ready for tomorrow morning 👌 |
MaintenanceInk source : https://github.com/inkle/ink Current support : Not supported : |
For now i don't know how to not use the minified version since it's the only accessible file i know. |
The library uses the Terser plugin of Rollup. I guess you can get a not minified version by removing these lines: |
Thank you for submitting an extension. It looks great already. I have a few questions and suggestion:
|
I could yes of course. I also know that EchoDangler is creating a template around it already.
If we are talking about a classic VN. Never.
I see what you mean, It's what you need to do with any other languages. I could make this auto yes. Just to be clear : the initial value is already set inside Ink, that's why there is no "Change" event thrown here.
It does it one way and a half.
Absolutely not handheld. You are right.
It's up to GDevelop.
Noted.
I'll look forward this. It will require for me to re-write the entire extension though. Side notes :
|
To save time, you can do a search and replace into the extension JSON file. But, it seems there is only one occurrence of |
I wonder if this shows that we should add an easier way to include entire JS files (and .d.ts TS definitions) to extensions. |
Please attach a new version of the demo. It will help with the review process. |
New demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks a lot! It should be very useful.
Edit gdjs authorization for InkJS extension and add Extension file