Robin

Results 18 comments of Robin

I use it because the imports look better in the code. As an example: ```js import Example from '../../../scenes/Example' ``` would look like this with the alias `@scenes`: ```js import...

I've already tried deleting everything and then pressing enter, but it stays blank and in the generated JS file it stays too, just with no value.

It is an Expression. I just checked again and it works for the others.

That would be great! But if the value is empty, the component is generated like this in the code: ```js const gameObjectComponent = new Component(gameObject); gameObjectComponent.someValue; ``` Is this really...

@adrian17 I am using the latest nightly version. ![image](https://user-images.githubusercontent.com/23118399/190911890-7621d8ca-3ef3-4358-b15b-b8df581e71cb.png) Here is the SWF file I use: [PanfuOriginal.zip](https://github.com/ruffle-rs/ruffle/files/9594167/PanfuOriginal.zip)

I tried to remove the part of the code and the error still occurs. Ruffle says the error happens in ApplicationLoader. But seems to be somewhere else?

Is there anywhere to track the development on it? I'd like to try Ruffle with my SWF, but without the implementation of LoaderInfo it won't load further.

Fixed with the latest Ruffle nightly version. Thanks for your hard work!