Stefan Stojković

Results 6 comments of Stefan Stojković

You mean instead of ``` hlv.load('somedemo.dem') ``` to have something like ``` javascript const demBuffer = await xhr('somedemo.dem') const bspBuffer = await xhr('mapofsomedemo.bsp') ... hlv.load({ demo: demBuffer, bsp: bspBuffer, ......

I like the idea. Will be added.

Yes, but it will take time.

What exact constants do you mean?

I understand now. I'll change the way files are fetched.

Couldn't find any demo. Can you provide some sample demos for me?