That was indeed a tough one...OmerMor wrote: ↑Thu Jul 16, 2020 10:06 pm I played a bit with the Hybrid FM-Towns / Hebrew version of Loom and the following binary:
https://github.com/ZvikaZ/scummvm/relea ... -K22Im2EwU
The only problem I noticed so far (I didn't play much) was at Cygna's grave:
scummvm-loom-fm-00002.png
You mentioned it was fixed in z_zm_height_200_v4, so it might be a regression.
First I tried to split the text to two, with a waiting between them. But it was too difficult to implement, and required an ugly hack.
I ended with relocating the text, and adding vertical space between its two sections.
It's not perfect now, but I think it's good enough.
Code: Select all
git clone https://github.com/ZvikaZ/scummvm
git checkout z_zm_height_200_v8