update modules + specify iso in AFRAME markup
This commit is contained in:
parent
0713c43225
commit
538555903c
3 changed files with 2 additions and 6 deletions
4
make
4
make
|
|
@ -47,10 +47,6 @@ recordings(){ # compile vhs recordings
|
|||
test -z $1 || vhs $1
|
||||
}
|
||||
|
||||
deploy(){ # deploy to server(s)
|
||||
|
||||
}
|
||||
|
||||
usage(){
|
||||
echo "Usage:"
|
||||
awk '/\(\){ #/ { gsub(/\(\){ #/," <----",$0); print " ./make "$0 }' $0
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
<a-entity launcher="attach: #left-hand; fingerTip: #right-hand;" dom position="-0.017 -0.094 -0.085" rotation="133.19 -24.75 -203.1"></a-entity>
|
||||
|
||||
<a-entity launcher-optional="comps: cast,aframestats,paste,save,xrfragments,example/helloworld-iframe,example/helloworld-htmlform,example/helloworld-window,look-controls-toggle,wasd-controls-toggle"></a-entity>
|
||||
<a-entity isoterminal launch></a-entity>
|
||||
<a-entity isoterminal launch iso="com/isoterminal/images/buildroot-bzimage.bin"></a-entity>
|
||||
<a-entity helloworld></a-entity>
|
||||
<a-entity helloworld-window></a-entity>
|
||||
<a-entity save></a-entity>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 69a1760a113039b7224a3d880a69cb08ffe82e37
|
||||
Subproject commit fdc1d5563776453d5f7f956003e9f688dd23f88e
|
||||
Loading…
Add table
Reference in a new issue