-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support for Up/Down direction [Quest export] #13
Comments
That looks like a bug, because Trizbort.io does support up/down directions. It's exporting them wrong. You're welcome to contribute (see also issue #12). |
I can see that Trizbort at this point does not export up/down directions to quest. However, this information is available to export. If I could have a sample Quest XML snippet that shows what the code should look like, I can add the export. |
I'd be interested in the "secret sauce" to that myself. Am I right to assume |
@Happy-Ferret Yes. Trizbort thinks in terms of 16 directions. The cardinal ones (N,NE,E, ...) and also (NNE, NSE, ...). Any direction may be marked as special. That is, up/down or in/out or even something custom. For Tads 3 code generation, the Tads generator should have its own |
Up/down and in/out support is now available for all generators. |
Like for the gridborder parameter, I would like the up and down direction to be exported to Quest.
I saw how to specify it in trizbord, but when I exported, the cardinal indication was the thing exported (east / north / west / south)
Like for the other option, I could dig in the code to alter it and push a merge request, if you're interested.
The text was updated successfully, but these errors were encountered: