fheroes2
fheroes2 copied to clipboard
End of scenario animation, the program should wait for a click from the player to leave the dragon animation screen
In the original game, after the dragon animation, the screen stays on the last frame of the animation and the player must click to exit the animation screen:
Edit 2021/03/25.
This step is working correctly now.
When the player makes a click, there is a fade effect to switch to a black and white image:
Then a window is displayed to enter the desired name:
After validating the name, there is a fade effect and the score screen is displayed:
The mouse cursor is then displayed back on the screen.
In original game:
https://user-images.githubusercontent.com/43583994/110316655-512f9300-800b-11eb-8eee-8d50e40438fc.mp4
In fheroes2:
https://user-images.githubusercontent.com/43583994/110316760-73291580-800b-11eb-874e-ae41aa066279.mp4
Here is the save file: Anim Score End mouse curso.zip
Hi @LeHerosInconnu , could you please update this issue as we added waiting user input code.
Hello @ihhub,
Hi @LeHerosInconnu , could you please update this issue as we added waiting user input code.
First post updated.
I'm marking this issue as high priority because this is an essential missing feature for many players.