work in progress
/ test (push) Successful in 4s
Details
/ test (push) Successful in 4s
Details
This commit is contained in:
parent
69c52fa999
commit
2fb2d4dcfd
5
make
5
make
|
@ -23,6 +23,11 @@ standalone(){
|
|||
}
|
||||
|
||||
dev(){
|
||||
test -d xrsh-apps || git clone https://forgejo.isvery.ninja/xrsh/xrsh-apps
|
||||
cd src
|
||||
ln -s ../xrsh-apps/app .
|
||||
ln -s ../xrsh-apps/com .
|
||||
cd -
|
||||
cd /tmp
|
||||
test -f redbean.com || wget "$REDBEAN_VERSION" -O redbean.com && chmod 755 redbean.com
|
||||
test -f cert.pem || openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
<a-sphere position="0 1.25 -5" radius="1.25" color="#EF2D5E"></a-sphere>
|
||||
<a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder>
|
||||
|
||||
<a-entity position=" 0 1.5 -1" rotation="0 20 0" app="uri: app/windowmanager.js; foo: bar"></a-entity>
|
||||
<a-entity position=" 0 1.5 -1" rotation="0 0 0" app="uri: app/helloworld.js; foo: bar"></a-entity>
|
||||
<a-entity position=" 0 1.5 -1" app="uri: app/helloworld.js; foo: bar"></a-entity>
|
||||
<a-entity app="uri: app/apptiler.js; foo: bar"></a-entity>
|
||||
|
||||
<a-entity id="player" wasd-controls look-controls>
|
||||
<a-entity id="left-hand" laser-controls="hand: left" raycaster="objects:.ray" blink-controls="cameraRig:#player; teleportOrigin: #camera; collisionEntities: #floor"></a-entity>
|
||||
|
|
Loading…
Reference in New Issue