♫Alex Swan

Results 7 issues of ♫Alex Swan

The JS13k game jam is coming up soon, and BabylonJS is an option for creating games. https://js13kgames.com/webxr It would be nice if the editor were able to make builds that...

question

I was getting this error, caused by installing the latest version of connect: Caught exception: TypeError: undefined is not a function TypeError: undefined is not a function at Manager. (/Users/aswan/myproject/lib/socket-io-server.js:10:17)...

### Is your feature request related to a problem? Please describe It seems the goal is to get this project moved over to Vue at some point. Some simple components...

Feature Request

### Feature When I tap a card, I would like to play a 60 second white noise file on repeat indefinitely. ### User perspective The simplest way I imagine could...

enhancement
future3

### Feature My kid has a toy tablet with a button that plays music. Pressing the button once starts one of five songs, and when the song is over it...

enhancement
future3

Re: https://forum.babylonjs.com/t/request-api-doc-index-sidebar-filter/15682/6 The idea is to have a text input at the top of each class page that when typed in will remove visibility of the properties/methods that don't match...

enhancement

I believe this is what is happening. I have this code in the player script that is called when an enemy is able to attack the player. ``` on playerHit...