12 lines
270 B
HTML
12 lines
270 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.onPlayerMove(console.log);
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|