12-04-2023, 05:47 PM
My apologies, my comment wasn't very helpful. It appears to have trouble with the slashes in the filename strings.
I'm able to get it to work if I change the direction of the slashes.
After that I get...
I've isolated that to ...
Which is set by ...
Switch the slashes and I get further.
In conclusion Linux uses forward slashes and Windows it is backslashes.
Great work though! Keep it up! I look forward to seeing it run in Linux.
I'm able to get it to work if I change the direction of the slashes.
Code: (Select All)
hf = _LOADFONT("need/textures/prototype.ttf", 70)
I've isolated that to ...
Code: (Select All)
_SOURCE uni_bord
Which is set by ...
Code: (Select All)
uni_bord = _LOADIMAGE("need\menu\bord\uni_bord.jpg", 32)
In conclusion Linux uses forward slashes and Windows it is backslashes.
Great work though! Keep it up! I look forward to seeing it run in Linux.
2D physics engine https://github.com/mechatronic3000/fzxNGN
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool