2021-05-20 08:58:05 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<script src="http://play.workadventure.localhost/iframe_api.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="playerMovement"></div>
|
|
|
|
<script>
|
2021-06-23 11:32:11 +02:00
|
|
|
WA.player.onPlayerMove(console.log);
|
2021-05-20 08:58:05 +02:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|