<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-physics-system@v4.2.2/dist/aframe-physics-system.min.js"></script>
<a-scene physics="debug: true">
<img id="ground" crossorigin="anonymous" src="https://cdn.glitch.global/756a4aaf-b43f-4a95-998c-1c3ac912e721/ground.001.png?v=1725831593424">
<a-box position="0 -1 0" scale="100 1 100" static-body src="#ground" material="shader: flat"></a-box>
<a-sphere position="3 1 -10" static-body radius="2" color="blue">
<a-box position="-3 1.5 -10" static-body color="green" rotation="45 45 45" scale="2.5 2.5 2.5"></a-box>
<a-sky color="lightblue"></a-sky>
<a-sphere id="player" position="0 5 0" visible="false" player-controls>
<a-camera position="0 1.6 0" look-controls="pointerLockEnabled: true" wasd-controls="enabled: false" id="cam" ></a-camera>
<script src="/create/editor/editorScript.js"> </script>