TombEngine
TombEngine copied to clipboard
[ Bug Report ] Bug in the path for the SetIntroImagePath() function.
TombEngine version
v1.4
Tomb Editor version
v1.7.1
Describe the bug
The Flow.SetIntroImagePath() function looks for the image inside the Engine\Bin\x64
(or x86 depending on the operating system) folder.
To Reproduce
The path Flow.SetIntroImagePath("Screens\main.jpg")
returns a warning.
The path Flow.SetIntroImagePath("..//..//Screens\main.jpg")
works correctly
Expected Behaviour
the SetIntroImagePath
function should look for images directly in the Screens folder
Screenshots
Additional Content
No response
Minimal reproduction project
files for testing are located in the base project when it's created with TIDE