Skip to content
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

Fix extra code editor on Bibliotheca #204

Open
faloi opened this issue Oct 16, 2020 · 0 comments
Open

Fix extra code editor on Bibliotheca #204

faloi opened this issue Oct 16, 2020 · 0 comments
Labels

Comments

@faloi
Copy link
Contributor

faloi commented Oct 16, 2020

Currently, the extra code editor has two issues:

  • When definining a procedure, there is no way to set its name: it will always be "Hacer algo". Obviously, only one procedure could be defined because the second one will fail due to the duplicated name. Could be fixed by adding a property on gs-element-blockly that renders the text blocks on Bibliotheca.
  • When the defined procedure uses any of the game procedures, the default code editor breaks. Probably, this is related to a wrong initialization order (the editor starts without primitiveProcedures properly configured.
@faloi faloi added the bug label Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant