You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] 19:16:15 Error: ENOENT: no such file or directory, open '/app/node_modules/@geckos.io/phaser-on-nodejs/assets/tiles/map.json'
Error: ENOENT: no such file or directory, open '/app/node_modules/@geckos.io/phaser-on-nodejs/assets/tiles/map.json'
The full (correct) file path for the the asset is:
/app/src/assets/tiles/map.json
I tried calling this.load.setPath() at the top of Preloader.js#preload, thinking that I might just be able to reset the relative path, but that didn't have any effect.
I see the test for this behavior, but I wonder if it's passing because it also runs in the @geckos.io file path.
I'm using Phaser 3.52.0
`
The text was updated successfully, but these errors were encountered:
Im facing the same issue but In my case is not that simple. I need to load an asset pack, but due I cannot use the setUrl or setPath is not working :S. there is any chance to have this solved? ty!
I'm getting the following error
My code looks like this:
The full (correct) file path for the the asset is:
I tried calling
this.load.setPath()
at the top ofPreloader.js#preload
, thinking that I might just be able to reset the relative path, but that didn't have any effect.I see the test for this behavior, but I wonder if it's passing because it also runs in the
@geckos.io
file path.I'm using Phaser 3.52.0
`
The text was updated successfully, but these errors were encountered: