TombEngine icon indicating copy to clipboard operation
TombEngine copied to clipboard

[ Bug Report ] Bug in the path for the SetIntroImagePath() function.

Open davidmarr opened this issue 9 months ago • 0 comments

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

image

Additional Content

No response

Minimal reproduction project

files for testing are located in the base project when it's created with TIDE

davidmarr avatar May 18 '24 13:05 davidmarr