-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi @AlmasB i just made a clone of this template project and it works.
But i get an java.lang.IllegalArgumentException for the resources:
14:38:05.347 [FXGL Background Thread 1 ] WARN FXGLAssetLoaderServi - Failed to load texture bucket.png Error: java.lang.IllegalArgumentException: Asset "/assets/textures/bucket.png" was not found! 14:38:05.471 [FXGL Background Thread 1 ] WARN FXGLAssetLoaderServi - Failed to load music bgm.mp3 Error: java.lang.IllegalArgumentException: Asset "/assets/music/bgm.mp3" was not found! 14:38:05.473 [FXGL Background Thread 1 ] INFO FXGLApplication - Game initialization took: 0,131 sec 14:38:05.935 [FXGL Background Thread 2 ] INFO UpdaterService - Your current version: 11.12 14:38:05.936 [FXGL Background Thread 2 ] INFO UpdaterService - Latest stable version: 11.13 14:38:06.490 [JavaFX Application Thread] WARN FXGLAssetLoaderServi - Failed to load texture droplet.png Error: java.lang.IllegalArgumentException: Asset "/assets/textures/droplet.png" was not found!
Is there anything that i missed?
Cheers