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
Hoy el archivo index.html de game tiene estas dependencias:
index.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/p5.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/addons/p5.sound.js"></script> <title>Wollok Game</title> <script ...> </head> <body> ... <script type="module"> import { io } from "https://cdn.socket.io/4.4.1/socket.io.esm.min.js";
Hay que bajar
de la misma manera que lo hicimos para el diagrama dinámico.
The text was updated successfully, but these errors were encountered:
Esto implica
./scripts/download-libs.sh
Sorry, something went wrong.
ivojawer
Successfully merging a pull request may close this issue.
Hoy el archivo
index.html
de game tiene estas dependencias:Hay que bajar
de la misma manera que lo hicimos para el diagrama dinámico.
The text was updated successfully, but these errors were encountered: