restructured assets directory

This commit is contained in:
Leon van Kammen 2025-08-14 10:40:01 +02:00
parent 7a95d4ffbf
commit 3e32831665
7 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

BIN
assets/template/website.glb Normal file

Binary file not shown.

Binary file not shown.

1
example/assets/website.glb Symbolic link
View file

@ -0,0 +1 @@
../../assets/template/website.glb

View file

@ -13,7 +13,7 @@
]; ];
shellHooks = '' shellHooks = ''
export NIX_SHELL_XRSH=1 export NIX_SHELL_XRF=1
echo -e "\n run: './make build' to build all (haxe parser + js)\n" echo -e "\n run: './make build' to build all (haxe parser + js)\n"
echo -e "\n run: './make build javascript' to build js\n" echo -e "\n run: './make build javascript' to build js\n"
''; '';