workadventure/maps/tests/Metadata/playerMove.html
2021-06-23 11:32:11 +02:00

12 lines
277 B
HTML

<!doctype html>
<html lang="en">
<head>
<script src="http://play.workadventure.localhost/iframe_api.js"></script>
</head>
<body>
<div id="playerMovement"></div>
<script>
WA.player.onPlayerMove(console.log);
</script>
</body>
</html>