Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ async () => {
|
|
| 6 |
const script = document.createElement("script");
|
| 7 |
script.onload = () => console.log("module loaded") ;
|
| 8 |
script.type="module";
|
| 9 |
-
script.src = "https://
|
| 10 |
document.head.appendChild(script)
|
| 11 |
}"""
|
| 12 |
game_js="""
|
|
|
|
| 6 |
const script = document.createElement("script");
|
| 7 |
script.onload = () => console.log("module loaded") ;
|
| 8 |
script.type="module";
|
| 9 |
+
script.src = "https://cdn.jsdelivr.net/npm/phaser@3.11.0/dist/phaser.js";
|
| 10 |
document.head.appendChild(script)
|
| 11 |
}"""
|
| 12 |
game_js="""
|