Skip to content
Snippets Groups Projects
Commit 49d3ccd9 authored by Anbak98's avatar Anbak98
Browse files

Make tutorial directory

parent 9b4748a6
Branches tutorial
No related tags found
No related merge requests found
Pipeline #8802 passed
const config = {
type: Phaser.AUTO,
parent: 'app',
width: 800,
height: 600,
physics: {
default: 'arcade',
arcade: {
gravity: { y: 200 },
},
},
scene: [BasicWebGame]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment