WIP API updates for tutorial and more

This commit is contained in:
Benedicte Quimbert 2021-11-10 19:04:06 +01:00
parent 353577b1d7
commit 99dfd77600
7 changed files with 115 additions and 15 deletions

View file

@ -513,7 +513,9 @@ export class GameScene extends DirtyScene {
object.height,
object.visible,
allowApi ?? false,
""
"",
"map",
1
);
}
}