Hi,
Hm, I tried to play it, but it seems that project is not properly packed or something? When I try to launch it, main menu is working fine, but when I try to start the game I have below errors after I select save slot (any of available one):
ERROR: No loader found for resource: (expected type: CompressedTexture2D)
at: (core/io/resource_loader.cpp:359)
ERROR: Failed loading resource: res://Componentes/Objetos_reusables/Puerta_cambia_esenas/vacio.png. Make sure resources have been imported by opening the project in the editor at least once.
at: (core/io/resource_loader.cpp:343)
ERROR: Can't load dependency: 'res://Componentes/Objetos_reusables/Puerta_cambia_esenas/vacio.png'.
at: (core/io/resource_format_binary.cpp:459)
ERROR: Error when trying to parse Variant.
at: (core/io/resource_format_binary.cpp:503)
ERROR: Error when trying to parse Variant.
at: (core/io/resource_format_binary.cpp:490)
ERROR: Failed loading resource: res://Componentes/Objetos_reusables/Puerta_cambia_esenas/Transportador_de_esenas.scn. Make sure resources have been imported by opening the project in the editor at least once.
at: (core/io/resource_loader.cpp:343)
ERROR: Can't load dependency: 'res://Componentes/Objetos_reusables/Puerta_cambia_esenas/Transportador_de_esenas.scn'.
at: (core/io/resource_format_binary.cpp:459)
ERROR: Error when trying to parse Variant.
at: (core/io/resource_format_binary.cpp:503)
ERROR: Error when trying to parse Variant.
at: (core/io/resource_format_binary.cpp:490)
ERROR: Failed loading resource: res://.godot/exported/133200997/export-c9976bda3c7a9721db8b29dae5a6d418-Mundo.scn. Make sure resources have been imported by opening the project in the editor at least once.
at: (core/io/resource_loader.cpp:343)
ERROR: Node not found: "../AudioStreamPlayer" (relative to "/root/Menu3D/Menu").
at: (scene/main/node.cpp:1877)
After that game stuck (on loading screen I guess, it's just black screen with sun image on the bottom) and nothing happens and eventually it crash after trying to press some keys.

